Skip to content

Changes for initializing ensemble from GDASENKF netcdf files on HERA#248

Merged
chunhuazhou merged 3 commits into
NOAA-GSL:feature/RRFS_dev1from
chunhuazhou:Add_GDAS
Nov 6, 2021
Merged

Changes for initializing ensemble from GDASENKF netcdf files on HERA#248
chunhuazhou merged 3 commits into
NOAA-GSL:feature/RRFS_dev1from
chunhuazhou:Add_GDAS

Conversation

@chunhuazhou
Copy link
Copy Markdown
Collaborator

DESCRIPTION OF CHANGES:

Changes for initializing ensemble from GDASENKF NetCDF files on HERA.

TESTS CONDUCTED:

Retro tests done on HERA.

ISSUE (optional):

CONTRIBUTORS (optional):

If others have contributed to this work aside from the PR author, list them here


if [ "${MACHINE}" = "JET" ] || [ "${MACHINE}" = "HERA" ] || [ "${MACHINE}" = "ORION" ]; then
fns_on_disk=( "${yy}${ddd}${hh}0${fcst_mn}0${fcst_hh}" )
elif [ "${MACHINE}" = "HERA" ] ; then
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove [ "${MACHINE}" = "HERA" ] from line 399

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The data path and filename of FV3GFS are different from what we have on Jet. That is why I made these changes. Has anybody tested with FV3GFS real-time data on HERA with the old setting?

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You added [ "${MACHINE}" = "HERA" ] in Line 401 but did not remove it from line 399, so Line 401 will not execute.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done with the change. Thank you!

Comment thread ush/get_extrn_mdl_file_dir_info.sh Outdated
fcst_hhh=( $( printf "%03d " "${lbc_spec_fhrs[@]}" ) )

if [ "${MACHINE}" = "JET" ] || [ "${MACHINE}" = "HERA" ] || [ "${MACHINE}" = "ORION" ]; then
# if [ "${MACHINE}" = "JET" ] || [ "${MACHINE}" = "HERA" ] || [ "${MACHINE}" = "ORION" ]; then
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

delete line 506

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done. Thanks!

@chunhuazhou chunhuazhou merged commit 0544c58 into NOAA-GSL:feature/RRFS_dev1 Nov 6, 2021
@chunhuazhou chunhuazhou deleted the Add_GDAS branch November 6, 2021 01:25
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