forked from ESCOMP/CAM
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'gdicker1/mpas_loncell_wrapto2pi' into add_v8mpasfiles (PR
ESCOMP#1095) These changes address run-time failures that were seen when using MPAS ncdata with longitudes in the [-pi, pi] range in cases with non-simple physics. The atmospheric state would become unphysical and fail.
- Loading branch information
Showing
2 changed files
with
53 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,31 @@ | ||
=============================================================== | ||
|
||
Tag name: | ||
Tag name: cam6_4_033 | ||
Originator(s): gdicker1 ([email protected]) | ||
Date: Thu 05 Sep 2024 | ||
Date: Tue 10 Sep 2024 | ||
One-line Summary: Add updated meshes and topo for v8 MPAS-A dycore | ||
Github PR URL: https://github.com/ESCOMP/CAM/pull/1029 | ||
|
||
Purpose of changes (include the issue number and title text for each relevant GitHub issue): | ||
|
||
#995 - Runs with MPAS-A dycore and CAM7 physics fail - missing variables in inic files | ||
https://github.com/ESCOMP/CAM/issues/995 | ||
Add files created by v8 MPAS init_atmosphere model for frontogenesis fields | ||
#995 - Runs with MPAS-A dycore and CAM7 physics fail - missing variables in inic files: https://github.com/ESCOMP/CAM/issues/995 | ||
#1094 - Wrap MPAS-A longitudes to [0,2pi) range: https://github.com/ESCOMP/CAM/issues/1094 | ||
|
||
Miscellaneous: | ||
|
||
Describe any changes made to build system: | ||
Describe any changes made to build system: N/A | ||
|
||
Describe any changes made to the namelist: | ||
Describe any changes made to the namelist: N/A | ||
|
||
List any changes to the defaults for the boundary datasets: none | ||
List any changes to the defaults for the boundary datasets: N/A | ||
|
||
Describe any substantial timing or memory changes: | ||
Describe any substantial timing or memory changes: N/A | ||
|
||
Code reviewed by: | ||
Code reviewed by: adamrher, jtruesdal, cacraigucar, mgduda | ||
|
||
List all files eliminated: | ||
- mpasa120_L32_topo_coords_c201022.nc | ||
|
||
Replaced by newer versions | ||
Eliminated, replaced by newer versions: | ||
- mpasa480_L32_notopo_coords_c201125.nc | ||
- mpasa120_L32_notopo_coords_c201216.nc | ||
- mpasa60_L32_notopo_coords_c230707.nc | ||
|
@@ -39,7 +38,7 @@ Replaced by newer versions | |
|
||
List all files added and what they do: | ||
|
||
New input 32, 58, and 93L without real-data (analytic-ICs only) | ||
New input 32, 58, and 93L without real-data (analytic-ICs only): | ||
- mpasa480_L32_notopo_coords_c240508.nc | ||
- mpasa120_L32_notopo_coords_c240507.nc | ||
- mpasa60_L32_notopo_coords_c240507.nc | ||
|
@@ -53,25 +52,26 @@ New input 32, 58, and 93L without real-data (analytic-ICs only) | |
- mpasa60_L93_notopo_coords_c240814.nc | ||
- mpasa30_L93_notopo_coords_c240814.nc | ||
|
||
New input L70 file for waccm cases, simple chemistry | ||
New input L70 file for waccm cases: | ||
- mpasa120_L70.waccm_topography_SC_c240904.nc | ||
|
||
New input data with topology and real-data ICs | ||
New input data with topology and real-data ICs: | ||
- cami_01-01-2000_00Z_mpasa480_L32_CFSR_c240508.nc | ||
- cami_01-01-2000_00Z_mpasa120_L32_CFSR_c240508.nc | ||
- cami_01-01-2000_00Z_mpasa480_L58_CFSR_c240814.nc | ||
- cami_01-01-2000_00Z_mpasa120_L58_CFSR_c240814.nc | ||
- cami_01-01-2000_00Z_mpasa480_L93_CFSR_c240814.nc | ||
- cami_01-01-2000_00Z_mpasa120_L93_CFSR_c240814.nc | ||
|
||
New bnd_topo files | ||
New bnd_topo files: | ||
- mpasa480_gmted2010_modis_bedmachine_nc3000_Laplace0400_noleak_20240507.nc | ||
- mpasa120_gmted2010_modis_bedmachine_nc3000_Laplace0100_noleak_20240507.nc | ||
|
||
List all existing files that have been modified, and describe the changes: | ||
|
||
Add new ncdata and bnd_topo files above so they can be used | ||
- bld/namelist_files/namelist_defaults_cam.xml | ||
M bld/namelist_files/namelist_defaults_cam.xml | ||
- Add new ncdata and bnd_topo files above so they can be used | ||
M src/dynamics/mpas/dyn_grid.F90 | ||
- Modifies setup_time_invariant to ensure lonCell values are in [0,2pi) range | ||
|
||
If there were any failures reported from running test_driver.sh on any test | ||
platform, and checkin with these failures has been OK'd by the gatekeeper, | ||
|
@@ -87,7 +87,26 @@ izumi/gnu/aux_cam: | |
CAM tag used for the baseline comparison tests if different than previous | ||
tag: | ||
|
||
Summarize any changes to answers: None. | ||
Summarize any changes to answers, i.e., | ||
- what code configurations: | ||
- what platforms/compilers: | ||
- nature of change (roundoff; larger than roundoff but same climate; new | ||
climate): | ||
|
||
If bitwise differences were observed, how did you show they were no worse | ||
than roundoff? | ||
|
||
If this tag changes climate describe the run(s) done to evaluate the new | ||
climate in enough detail that it(they) could be reproduced, i.e., | ||
- source tag (all code used must be in the repository): | ||
- platform/compilers: | ||
- configure commandline: | ||
- build-namelist command (or complete namelist): | ||
- MSS location of output: | ||
|
||
MSS location of control simulations used to validate new climate: | ||
|
||
URL for AMWG diagnostics output used to validate new climate: | ||
|
||
=============================================================== | ||
=============================================================== | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters