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

Update global post scripts for coupled #490

Conversation

WalterKolczynski-NOAA
Copy link

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)

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}
Copy link
Collaborator

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!

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.

@WalterKolczynski-NOAA WalterKolczynski-NOAA deleted the feature/add_coupled branch May 4, 2022 17:32
fi
cat pgb2file_${fhr3}_${iproc}_0p25 >> pgb2file_${fhr3}_0p25
if [ "$PGBS" = "YES" ]; then
# cat pgb2file_${fhr3}_${iproc}_0p5 >> pgb2file_${fhr3}_0p5
Copy link
Collaborator

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.

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
Copy link
Collaborator

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.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants