Skip to content
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

Create separate GSI monitor jobs and remove from vrfy job #1983

Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
f277b1a
Update GSI monitor JJOB jjob_header inputs
KateFriedman-NOAA Oct 18, 2023
8b13eb1
Remove GSI monitor tasks from vrfy job
KateFriedman-NOAA Oct 18, 2023
6596ec5
Add new GSI monitor DO_* variables to config.base
KateFriedman-NOAA Oct 18, 2023
4871baf
Add the new GSI monitor jobs to config.resources
KateFriedman-NOAA Oct 18, 2023
7dc2753
Add new GSI monitor job switches to setup
KateFriedman-NOAA Oct 18, 2023
0f984dd
Add new GSI monitor jobs to task creation
KateFriedman-NOAA Oct 18, 2023
7bf3d2f
Add new GSI monitor tasks to tasks list
KateFriedman-NOAA Oct 18, 2023
566b59b
Add new GSI monitor jobs to GFS cycled setup
KateFriedman-NOAA Oct 18, 2023
5ef2d15
Create new rocoto job scripts for GSI monitor jobs
KateFriedman-NOAA Oct 18, 2023
76cf81c
Create new GSI monitor job configs
KateFriedman-NOAA Oct 18, 2023
d0ec662
Add GSI monitor job output folders to config.com
KateFriedman-NOAA Oct 19, 2023
9f04da8
Sync merge with develop
KateFriedman-NOAA Oct 25, 2023
865d14d
Move DO_VMINMON up for order consistency
KateFriedman-NOAA Oct 25, 2023
251db7f
Replace M_TANKverfM0 with M_TANKverf
KateFriedman-NOAA Oct 25, 2023
a642e78
Change location of GSI monitor outputs into COM
KateFriedman-NOAA Oct 25, 2023
b9cbc13
Add GSI monitor output to archival
KateFriedman-NOAA Oct 25, 2023
446494f
Merge branch 'NOAA-EMC:develop' into feature/monitor_jobs_separate
KateFriedman-NOAA Oct 26, 2023
9ac0059
Adjust GSI monitor job order for consistency
KateFriedman-NOAA Oct 26, 2023
89f151f
One more change for order consistency
KateFriedman-NOAA Oct 26, 2023
b9f0f36
Resolve shellcheck SC2086 warning
KateFriedman-NOAA Oct 26, 2023
6c621a1
Cleanup DATA and add missing exit
KateFriedman-NOAA Oct 26, 2023
f3983a1
Add missing exit at end of JGDAS_ATMOS_VERFRAD
KateFriedman-NOAA Oct 26, 2023
299b0ea
Merge branch 'NOAA-EMC:develop' into feature/monitor_jobs_separate
KateFriedman-NOAA Oct 26, 2023
98c1231
Fix COM_ATMOS_RADMON_PREVS in JGDAS_ATMOS_VERFRAD
KateFriedman-NOAA Oct 27, 2023
ff8af5e
Remove duplicate line in gfs_cycled.py
KateFriedman-NOAA Oct 27, 2023
557fa8f
Merge branch 'NOAA-EMC:develop' into feature/monitor_jobs_separate
KateFriedman-NOAA Oct 27, 2023
94a8e4b
Sync merge with develop
KateFriedman-NOAA Oct 31, 2023
a44d9a5
Merge branch 'NOAA-EMC:develop' into feature/monitor_jobs_separate
KateFriedman-NOAA Oct 31, 2023
fed7bb6
Merge branch 'NOAA-EMC:develop' into feature/monitor_jobs_separate
KateFriedman-NOAA Oct 31, 2023
b7b2638
Add GSI monitor jobs to archival job dependencies
KateFriedman-NOAA Oct 31, 2023
202a260
Merge branch 'NOAA-EMC:develop' into feature/monitor_jobs_separate
KateFriedman-NOAA Nov 1, 2023
c7d24c9
Sync merge with develop
KateFriedman-NOAA Nov 1, 2023
3ad6005
Update archive job dependencies for GSI monitor jobs
KateFriedman-NOAA Nov 2, 2023
1fccd1c
Resolve PEP8 error in gfs_tasks.py
KateFriedman-NOAA Nov 2, 2023
e3cfdac
Further resolve PEP8 errors
KateFriedman-NOAA Nov 2, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Replace M_TANKverfM0 with M_TANKverf
The M_TANKverfM0 is the same as the M_TANKverf variable
and is not needed anymore.

Refs #1908
  • Loading branch information
KateFriedman-NOAA committed Oct 25, 2023
commit 251db7f820dbd2644bad3ec9e35ee4fe97f855f3
2 changes: 1 addition & 1 deletion ush/minmon_xtrct_costs.pl
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@
#--------------------------
# move files to $M_TANKverf
#--------------------------
my $tankdir = $ENV{"M_TANKverfM0"};
my $tankdir = $ENV{"M_TANKverf"};
if(! -d $tankdir) {
system( "mkdir -p $tankdir" );
}
Expand Down
2 changes: 1 addition & 1 deletion ush/minmon_xtrct_gnorms.pl
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ sub updateGnormData {
#--------------------------
# move files to $M_TANKverf
#--------------------------
my $tankdir = $ENV{"M_TANKverfM0"};
my $tankdir = $ENV{"M_TANKverf"};
if(! -d $tankdir) {
system( "mkdir -p $tankdir" );
}
Expand Down
2 changes: 1 addition & 1 deletion ush/minmon_xtrct_reduct.pl
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
#----------------------------
# copy outfile to $M_TANKverf
#----------------------------
my $tankdir = $ENV{"M_TANKverfM0"};
my $tankdir = $ENV{"M_TANKverf"};
if(! -d $tankdir) {
system( "mkdir -p $tankdir" );
}
Expand Down