-
Notifications
You must be signed in to change notification settings - Fork 100
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
Update global post scripts for coupled #490
Update global post scripts for coupled #490
Conversation
Updates global post to handle extra atm fields produced for coupled runs (post for other components is still handled separately). This mirrors the same change to global-workflow which also brings these two scripts under g-w control (see NOAA-EMC/global-workflow/pull/766)
postmsg "$msg" | ||
|
||
export POSTGPSH=${POSTGPSH:-$USHgfs/gfs_nceppost.sh} | ||
export GFSDOWNSH=${GFSDOWNSH:-$USHgfs/fv3gfs_downstream_nems.sh} | ||
export GFSDOWNSHF=${GFSDOWNSHF:-$USHgfs/inter_flux.sh} |
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.
@WalterKolczynski-NOAA I saw you add some clean up in this script. I would like to add the capability of of GFSDONSHF only before the all GFS post processing scripts transition to global-workflow repository. We have been working on a couple of UPP major upgrades before July and have no additional resources. Thanks!
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.
Okay, let me start over then.
fi | ||
cat pgb2file_${fhr3}_${iproc}_0p25 >> pgb2file_${fhr3}_0p25 | ||
if [ "$PGBS" = "YES" ]; then | ||
# cat pgb2file_${fhr3}_${iproc}_0p5 >> pgb2file_${fhr3}_0p5 |
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.
@WalterKolczynski-NOAA This is the operational GFS key products. You might add a switch to turn off for developer experiment.
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.
I had restored them all in the other script, I just missed these. I'm putting them back in for the g-w PR.
fi | ||
|
||
#----------------------------------------------------- | ||
#----------------------------------------------------- | ||
if [ $machine = WCOSS -o $machine = WCOSS_C -o $machine = WCOSS_DELL_P3 -o $machine = HERA -o $machine = ORION -o $machine = JET -o $machine = S4 -o $machine = WCOSS2 ]; then | ||
#if [ $machine = WCOSS -o $machine = WCOSS_C -o $machine = WCOSS_DELL_P3 ]; then |
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.
@WalterKolczynski-NOAA We would like to keep this capability to support the UPP users running gfs post processing workflow on platforms without MPMD before GFS post processing workflow transition is completed.
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.
I'm looking to have that transition happen quickly. I already opened a draft PR open in g-w that copies the rest over.
Updates global post to handle extra atm output for coupled runs (post for other components is still handled separately). This mirrors the same change to global-workflow which also brings these two scripts under g-w control (see NOAA-EMC/global-workflow/pull/766)