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

A GSI/NSST scripts change to follow a file name change in ufs_utils (last July) #303

Closed
XuLi-NOAA opened this issue Feb 15, 2022 · 0 comments · Fixed by #304
Closed

A GSI/NSST scripts change to follow a file name change in ufs_utils (last July) #303

XuLi-NOAA opened this issue Feb 15, 2022 · 0 comments · Fixed by #304
Assignees

Comments

@XuLi-NOAA
Copy link
Contributor

XuLi-NOAA commented Feb 15, 2022

Background

In ufs_utils, there was a file name change of the GSI/NSST foundation temperature analysis increment file, which is generated by GSI/NSST analysis. Correspondingly, there must be the same file name change in two GSI scripts: exglobal_atmos_analysis.sh and exgdas_enkf_sfc.sh

GSI scripts modifications

In ufs_utils, the file name has changed from GSI_FILE to NST_FILE, correspondingly, in the above two GSI scripts,

if [ $DONST = "YES" ]; then
    export NST_ANL="true."
    export NST_FILE=${NST_FILE:-$COMOUT/${APREFIX}dtfanl.nc}
else
    export NST_ANL=".false."
    export NST_FILE="NULL"
fi

need to be changed to

if [ $DONST = "YES" ]; then
    export NST_FILE=${NST_FILE:-$COMOUT/${APREFIX}dtfanl.nc}
else
    export NST_FILE="NULL"
fi

Note: NST_ANL related scripts have been removed. The reason is that, NST_ANL is actually not related to NSST. It was introduced to judge if an elevation correction is applied or not, in the case some lake surface temperature is assigned to be the SST in the same latitude. This is for old SST analysis used in GFS.

XuLi-NOAA added a commit to XuLi-NOAA/GSI that referenced this issue Feb 15, 2022
…ncrement file name changes in two GSI scripts.
XuLi-NOAA added a commit to XuLi-NOAA/GSI that referenced this issue Feb 22, 2022
…lename being consistent the change in ufs_utils
MichaelLueken added a commit that referenced this issue Feb 23, 2022
GitHub Issue #303. Modifications of two GSI scripts to the filename being consistent with the change in ufs_utils
aerorahul pushed a commit to NOAA-EMC/global-workflow that referenced this issue Jul 12, 2022
…e filename being consistent the change in ufs_utils
aerorahul pushed a commit to NOAA-EMC/global-workflow that referenced this issue Jul 12, 2022
GitHub Issue NOAA-EMC/GSI#303. Modifications of two GSI scripts to the filename being consistent with the change in ufs_utils
aerorahul pushed a commit to NOAA-EMC/global-workflow that referenced this issue Jul 12, 2022
…e filename being consistent the change in ufs_utils
aerorahul pushed a commit to NOAA-EMC/global-workflow that referenced this issue Jul 12, 2022
GitHub Issue NOAA-EMC/GSI#303. Modifications of two GSI scripts to the filename being consistent with the change in ufs_utils
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant