-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reorganize COM and refactor to use templates #1421
Merged
WalterKolczynski-NOAA
merged 137 commits into
NOAA-EMC:develop
from
WalterKolczynski-NOAA:feature/com_reorg
Apr 24, 2023
Merged
Changes from all commits
Commits
Show all changes
137 commits
Select commit
Hold shift + click to select a range
034af64
Make initial config changes for COM refactor
WalterKolczynski-NOAA 95cba80
Update gdas forecast jobs for COM refactor
WalterKolczynski-NOAA 7741b2f
Update post jobs for COM refactor
WalterKolczynski-NOAA 4da20b7
Update TC tracker for COM refactor
WalterKolczynski-NOAA 624c57b
Update ensemble chgres for COM refactor
WalterKolczynski-NOAA 141421c
Update prep for COM refactor
WalterKolczynski-NOAA a073cf0
Update config.com to use YMD and HH
WalterKolczynski-NOAA 087bacf
Update PS4 to handle unknown script names
WalterKolczynski-NOAA c3e320e
Update rocoto data dependencies to use templates
WalterKolczynski-NOAA 6bb611a
Move generate_com to preamble and improve
WalterKolczynski-NOAA 9eddc1b
Fix path errors in prep
WalterKolczynski-NOAA 98f406e
Update analysis and eobs jobs for COM refactor
WalterKolczynski-NOAA 7e702ac
Update analysis to use cleaner generate_com functionality
WalterKolczynski-NOAA 7e80a4b
Update surface analysis for COM refactor
WalterKolczynski-NOAA be4432c
Update prep to use cleaner generate_com functionality
WalterKolczynski-NOAA 342b25a
Update anl calc for COM refactor
WalterKolczynski-NOAA cc52a6d
Update workflow generation for dump template change
WalterKolczynski-NOAA 6a004b2
Fix incorrect CDUMP and missing tempalte in select obs
WalterKolczynski-NOAA 7be13a2
Update anl diag for COM refactor
WalterKolczynski-NOAA f25d63b
Exit generate_com with error if template is not defined
WalterKolczynski-NOAA 077d4fa
Fix incorrect indent for line continuation in workflow_tasks.py
WalterKolczynski-NOAA 06a7120
Update ensemble update for COM refactor
WalterKolczynski-NOAA 1e20aa9
Update anl calc python scripts for COM refactor
WalterKolczynski-NOAA 6886b59
Use correct $RUN for ens update
WalterKolczynski-NOAA ec65de5
Update ens recenter job for COM refactor
WalterKolczynski-NOAA d182ad4
Temporarily change external package target
WalterKolczynski-NOAA 0d29a89
Update ensemble sfc anl for post refactor
WalterKolczynski-NOAA ec83db4
Fix errors in forecast
WalterKolczynski-NOAA a3ccea2
Fix link to analysis file in post
WalterKolczynski-NOAA 6cce647
Update post to use extended generate_com functionality
WalterKolczynski-NOAA f566f93
Update cyclone tracker for changes in COM templates
WalterKolczynski-NOAA d90cac6
Remove unneeded COMIN/COMOUT from sfcanl
WalterKolczynski-NOAA 1a04621
Add GOES and WAFS com variables to post job
WalterKolczynski-NOAA 6d714b6
Update forecast post jobs for COM refactor
WalterKolczynski-NOAA daa423b
Update verify jobs except fit2obs for COM refactor
WalterKolczynski-NOAA 3b06036
Roll back gPDY/gcyc changes
WalterKolczynski-NOAA 804d01f
Temporarily turn off fit2obs
WalterKolczynski-NOAA 7423a08
Update archive jobs for COM refactor
WalterKolczynski-NOAA 3b95629
Cleanup some of the COM refactor changes
WalterKolczynski-NOAA ee8a9fe
Clean up some more of the COM refactor changes
WalterKolczynski-NOAA 56cc418
Clean up COM refactor further
WalterKolczynski-NOAA 2689fe4
Remove extraneous fi in archive
WalterKolczynski-NOAA 12585e7
Update coupled_ic job for COM refactor
WalterKolczynski-NOAA 1662600
Update wave init job for COM refactor
WalterKolczynski-NOAA ac29a53
Correct forecast-only forecast dependency
WalterKolczynski-NOAA a9cd680
Update coupled forecast for COM refactor
WalterKolczynski-NOAA f5aaa64
Update ocean post for COM refactor
WalterKolczynski-NOAA dac8619
Update gridded wave post for COM refactor
WalterKolczynski-NOAA f05ad80
Remove unneeded definition in post pre-job
WalterKolczynski-NOAA 82f5e6b
Update wave station post job for COM refactor
WalterKolczynski-NOAA fd8f78b
Complete update to arch jobs COM refactor
WalterKolczynski-NOAA 2ee652b
Update sound job for COM refactor
WalterKolczynski-NOAA d9a2b98
Additional updates for archive jobs for COM refactor
WalterKolczynski-NOAA cb228f5
Fix issues in secondary products following COM reorg
WalterKolczynski-NOAA 10fecb9
Correct eupd/esfc using wrong guess for enkfgfs
WalterKolczynski-NOAA ec16383
Correct WAFS dependency
WalterKolczynski-NOAA 53765ab
Update gempak jobs for COM refactor
WalterKolczynski-NOAA 7fb8a4d
Update NPOESS job for COM refactor
WalterKolczynski-NOAA 1d988be
Remove memdir from COM_TOP template
WalterKolczynski-NOAA c6b2b1b
Update AWIPS for COM refactor
WalterKolczynski-NOAA 10e2117
Merge branch 'develop' into feature/com_reorg
WalterKolczynski-NOAA e092383
Remove extraneous trailing whitespace in post
WalterKolczynski-NOAA 5e4ce9f
Use correct location for tcvitals in eobs
WalterKolczynski-NOAA e0b8737
Fix cleanup routines in archive jobs
WalterKolczynski-NOAA 13a10dc
Remove extra + in forecast NDATE expression
WalterKolczynski-NOAA 24b0c80
Update exp setup to stage ICs in new COM structure
WalterKolczynski-NOAA fa27d49
Remove experimental dumps from config.anal
WalterKolczynski-NOAA fbafb30
Merge branch 'develop' into feature/com_reorg
WalterKolczynski-NOAA 0090ea5
Update cyclone genesis job for COM refactor
WalterKolczynski-NOAA 439c41b
Remove unneeded options from generate_com
WalterKolczynski-NOAA f64f61c
Remove unwanted addition to esfc
WalterKolczynski-NOAA ca9732c
Undo change to FSU genesis until it is properly updated
WalterKolczynski-NOAA 25b194a
Fix cyclone tracker jobs using COM templates
WalterKolczynski-NOAA 5e89f75
Add output directory creation back into NPOESS job
WalterKolczynski-NOAA e2b3be3
Update documentation for COM templates and generate_com()
WalterKolczynski-NOAA 068ea96
Fix error in archive restarts introduced during COM refactor
WalterKolczynski-NOAA bbf91ee
Restore memchar as variable name to analysis
WalterKolczynski-NOAA db04d66
Restore some lost comments to postdet
WalterKolczynski-NOAA 0584d44
Add additional wave COM templates
WalterKolczynski-NOAA a551b71
Use obsproc location for NCO ops
WalterKolczynski-NOAA f6a82a9
Make all COM templates read-only
WalterKolczynski-NOAA 36fe320
Update wave bndpt job for COM refactor
WalterKolczynski-NOAA 37f1991
Move wave fcst log files from prep to history
WalterKolczynski-NOAA efab891
Update wave bndpnt bulletins for COM refactor
WalterKolczynski-NOAA 93fbd60
Fix using date instead of PDY in wave interp print
WalterKolczynski-NOAA 83f2501
Update wave gempak job for COM refactor
WalterKolczynski-NOAA 1f7222d
Provisionally update wave AWIPS jobs for COM refactor
WalterKolczynski-NOAA 5ee02b5
Merge branch 'develop' into feature/com_reorg
WalterKolczynski-NOAA 7bd94ae
Make updates to template definitions
WalterKolczynski-NOAA 34bb2c9
Update wave prep job for COM refactor
WalterKolczynski-NOAA 94ddaa7
Move wave AWIPS bulletin parm file
WalterKolczynski-NOAA 560d090
Define COMOUT for cyclone genesis
WalterKolczynski-NOAA a04cb02
Use longer of $ILPOST and $finc for short-range coarse res gempak
WalterKolczynski-NOAA 5155064
Move remaining wave parm files to new parm dir
WalterKolczynski-NOAA 78ae517
Make shellcheck fixes for j-jobs
WalterKolczynski-NOAA c01f228
Make shellcheck fixes to config files
WalterKolczynski-NOAA 8859ff5
Fix array loop in earc
WalterKolczynski-NOAA d4097f3
Make shellcheck fixes to exscripts
WalterKolczynski-NOAA eb70cb2
Fix bracket syntax error in tropcy relocate
WalterKolczynski-NOAA 7fa277f
Make shellcheck fixes for ush script
WalterKolczynski-NOAA 28d442a
Add empty line back to .shellcheckrc
WalterKolczynski-NOAA b6c7d83
Make additional shellcheck fixes for prep
WalterKolczynski-NOAA d5f8a04
Improve comments about disabling spelling error warning
WalterKolczynski-NOAA 0a4e2e1
Update prep to use jjob header and define CDUMP
WalterKolczynski-NOAA d35156e
Fix shellcheck ignore in earc
WalterKolczynski-NOAA ae3c84d
Re-delete lines in enkffcst from incorrect pull
WalterKolczynski-NOAA 2df57aa
Undo unnecessary change to memchar
WalterKolczynski-NOAA 3dfa1dc
Fix DBN alert path in enkf fcst
WalterKolczynski-NOAA 62488e1
Undo change of memchar variable name in enkf post
WalterKolczynski-NOAA 2392eb9
Fix detection of source COM structure when staging ICs
WalterKolczynski-NOAA 94fba2e
Clean up some miscellaneous comments
WalterKolczynski-NOAA e695ac0
Move input.nml to history directory
WalterKolczynski-NOAA 5972917
Merge branch 'develop' into feature/com_reorg
WalterKolczynski-NOAA 460755d
Fix temporary external package path for Hera
WalterKolczynski-NOAA a3a4f96
Restore inadvertently deleted gPDY def in sfcanl
WalterKolczynski-NOAA 578a5d6
Fix misplaced quotation in tropcy
WalterKolczynski-NOAA afc04f9
Remove erroneous space in oro link
WalterKolczynski-NOAA cf5cb22
Use correct GDUMP for previous restart in sfc enkf
WalterKolczynski-NOAA 7488422
Remove prepobs path variables from jobs/rocoto/prep.sh
KateFriedman-NOAA c1bbb84
Temporarily use feature-GFSv17_com_reorg install of TC_tracker
KateFriedman-NOAA 8dfde83
Set prepobs module to interim feature-GFSv17_com_reorg copy
KateFriedman-NOAA d552981
Set prepobs module to interim feature-GFSv17_com_reorg copy for Jet
KateFriedman-NOAA 069fb39
Revert Hera/Orion BASE_GITs back to global group locations
KateFriedman-NOAA bdd5089
Set prepobs and TC_tracker installs to interim branch installs
WalterKolczynski-NOAA 7883bdb
Merge branch 'develop' into feature/com_reorg
WalterKolczynski-NOAA 33cc44e
Move ESMF summary to atmos history dir
WalterKolczynski-NOAA 2b6cef2
Merge branch 'develop' into feature/com_reorg
WalterKolczynski-NOAA 027f7fe
Delete no longer needed buoy file
WalterKolczynski-NOAA 0238a14
Merge branch 'develop' into feature/com_reorg
WalterKolczynski-NOAA a04ebc3
Fix some shellcheck complaints in vrfy
WalterKolczynski-NOAA d8230b7
Merge branch 'develop' into feature/com_reorg
WalterKolczynski-NOAA df77536
Merge branch 'develop' into feature/com_reorg
WalterKolczynski-NOAA 5c70fba
Merge branch 'develop' into feature/com_reorg
WalterKolczynski-NOAA f8c2597
Add grid directory level for atmos gempak
WalterKolczynski-NOAA 50e8509
Change grib dirnames to grib2
WalterKolczynski-NOAA bb22945
Merge branch 'develop' into feature/com_reorg
WalterKolczynski-NOAA eeb8d2a
Fix typo from last merge conflict
WalterKolczynski-NOAA File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is
ensstat
the best choice here? I guess that is to be formean
andspread
?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note I have no better suggestion so this is probably as good as we can get