-
Notifications
You must be signed in to change notification settings - Fork 177
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix some bugs and make other changes so ctest in GDASApp works (#1172)
Fix some bugs and make other changes so ctest in GDASApp works. `$CDATE` is used instead of `$cyc` for the time being, since `cyc` isn't defined before that point in the scripts. Fix some lines where multiple arguments were enclosed in quotation marks when they should be separate. Update `config.ocnanal` to template out some variables and add them to the defaults yaml. Fixes #1164 Fixes #1173 Companion PR to [GDASApp/PR234](NOAA-EMC/GDASApp#234) See also [GDASApp/232](NOAA-EMC/GDASApp#232)
- Loading branch information
1 parent
5a748ee
commit 3e53e06
Showing
9 changed files
with
23 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
aeroanl: | ||
IO_LAYOUT_X: 1 | ||
IO_LAYOUT_Y: 1 | ||
|
||
ocnanal: | ||
SOCA_INPUT_FIX_DIR: '/scratch2/NCEPDEV/ocean/Guillaume.Vernieres/data/static/72x35x25' | ||
CASE_ANL: 'C48' | ||
COMIN_OBS: '/scratch2/NCEPDEV/marineda/r2d2' | ||
SOCA_NINNER: 50 | ||
R2D2_OBS_SRC: 'gdas_marine' | ||
R2D2_OBS_DUMP: 's2s_v1' |