-
Notifications
You must be signed in to change notification settings - Fork 102
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
Can CRTM submodule be deleted? #281
Comments
@mkavulich No, this was only for DTC. It can be removed. |
@mkavulich and @fossell For NCEP implementation, we use CRTM from the dev. hpc-stack or NCEP ops. libraries sites. |
@mkavulich and @fossell Is the solution of this issue included in the PR #295? |
@WenMeng-NOAA - Yes, I will try to finish that PR up today. |
Merged
EricJames-NOAA
pushed a commit
to EricJames-NOAA/UPP
that referenced
this issue
Dec 14, 2022
…se Jinja2 to create model_configure (NOAA-EMC#321) ## DESCRIPTION OF CHANGES: * Remove model_configure template files whose names depend on the physics suite, i.e. files with names of the form model_configure.${CCPP_PHYS_SUITE}. Only a single template file is needed because the contents of the model_configure file are not suite dependent. This leaves just one template file (named model_configure). * Change the function create_model_configure_file.sh and the template file model_configure so they use jinja2 instead of sed to replace placeholder values. * Absorb the contents of the write-component template files wrtcmp_lambert_conformal, wrtcmp_regional_latlon, and wrtcmp_rotated_latlon into the new jinja2-compliant model_configure file. We can do this because Jinja2 allows use of if-statements in the template file. * In the new model_configure jinja2 template file, include comments to explain the various write-component parameters. ## TESTS CONDUCTED: On Hera, ran the two WE2E tests new_ESGgrid and new_GFDLgrid. The first uses a "lambert_conformal" type of write-component grid, and the second uses a "rotated_latlon" type of write-component grid. (The write-component also allows "regional_latlon" type grids, which is just the usual earth-relative latlon coordinate system, but we do not have any cases that use that.) Both tests succeeded. ## ISSUE (optional): This PR resolves issue NOAA-EMC#281.
EricJames-NOAA
pushed a commit
to EricJames-NOAA/UPP
that referenced
this issue
Dec 14, 2022
NOAA-EMC#281) 2) remove namelist for NST because it is removed from FV3_HRRR physics suite. 3) use nord=3 and d4_bg=0.12
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The CRTM submodule on the develop branch is no longer used by the DTC build (the CRTM code is contained in NCEPLIBS and the CRTM fix files are now downloaded separately). Does anyone else make use of this submodule, or can it be deleted from the develop branch?
The text was updated successfully, but these errors were encountered: