add a model_configure template for global nest#2252
Conversation
|
@jkbk2004 This PR is requesting high priority. |
|
Which regression test is using (testing) this template? |
This is a new template for the global nest applications. No existing regression tests for it. |
|
There are regression tests in the repository already. I'm replacing one of them. These are the tests:
I'm replacing the second one ( |
| <output_grid_02> | ||
| output_grid: @[NEST_OUTPUT_GRID] | ||
| imo: @[NEST_IMO] | ||
| jmo: @[NEST_JMO] | ||
| cen_lon: @[TARGET_LON] | ||
| cen_lat: @[TARGET_LAT] | ||
| lon1: @[NEST_LON1] | ||
| lat1: @[NEST_LAT1] | ||
| lon2: @[NEST_LON2] | ||
| lat2: @[NEST_LAT2] | ||
| dlon: @[NEST_DLON] | ||
| dlat: @[NEST_DLAT] | ||
| </output_grid_02> |
There was a problem hiding this comment.
These are the variables currently used in the regression tests:
| <output_grid_02> | |
| output_grid: @[NEST_OUTPUT_GRID] | |
| imo: @[NEST_IMO] | |
| jmo: @[NEST_JMO] | |
| cen_lon: @[TARGET_LON] | |
| cen_lat: @[TARGET_LAT] | |
| lon1: @[NEST_LON1] | |
| lat1: @[NEST_LAT1] | |
| lon2: @[NEST_LON2] | |
| lat2: @[NEST_LAT2] | |
| dlon: @[NEST_DLON] | |
| dlat: @[NEST_DLAT] | |
| </output_grid_02> | |
| <output_grid_02> | |
| output_grid: @[OUTPUT_GRID_2] | |
| imo: @[IMO_2] | |
| jmo: @[JMO_2] | |
| cen_lon: @[CEN_LON_2] | |
| cen_lat: @[CEN_LAT_2] | |
| lon1: @[LON1_2] | |
| lat1: @[LAT1_2] | |
| lon2: @[LON2_2] | |
| lat2: @[LAT2_2] | |
| dlon: @[DLON_2] | |
| dlat: @[DLAT_2] | |
| </output_grid_02> |
|
I'm unclear on what is gained by merging this PR. The reason it is high priority is that a global-workflow PR needs a model_configure for the global_nest_v1 suite. However, the global-workflow PR generates an incorrect input.nml. Its namelist settings don't match the ccpp suite. The new file isn't used by any regression test yet. Also, the I'll have another PR soon with a regression test that has a correct namelist. |
@SamuelTrahanNOAA If you will create another PR, I will close this PR. Thanks! |
|
My replacement PR is #2284. Unfortunately, the model isn't stable for the C96 case, and I have no fix for that yet. Please see that PR for details. |
|
Close this PR. The issue is addressed at PR #2284 |
Commit Queue Requirements:
Description:
add a model_configure template for global nest
Commit Message:
add a model_configure template for global nest
tests/parm/model_configure_nest.INPriority:
Git Tracking
UFSWM:
Sub component Pull Requests:
UFSWM Blocking Dependencies:
Changes
Regression Test Changes (Please commit test_changes.list):
Input data Changes:
Library Changes/Upgrades:
Testing Log: