-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tag name (required for release branches): sima0_02_000zh Originator(s): cacraig, peverley, nusbaume Description (include the issue title, and the keyword ['closes', 'fixes', 'resolves'] followed by the issue number): - No issue made - Adds mods from various developers to get ZM to work properly in CAM-SIMA Describe any changes made to build system: N/A Describe any changes made to the namelist: N/A List any changes to the defaults for the input datasets (e.g. boundary datasets): N/A List all files eliminated and why: N/A List all files added and what they do: N/A A cime_config/testdefs/testmods_dirs/cam/outfrq_zm_derecho/shell_commands A cime_config/testdefs/testmods_dirs/cam/outfrq_zm_derecho/user_nl_cam - setup ZM regression test A src/physics/utils/ppgrid.F90 - temporary file to use for backwards compatibility with CAM List all existing files that have been modified, and describe the changes: (Helpful git command: `git diff --name-status development...<your_branch_name>`) M .gitmodules - update to get atmospheric_physics changes for ZM M cime_config/atm_in_paramgen.py - exit if namelist entry does not have a value M cime_config/testdefs/testlist_cam.xml - add test for ZM M src/data/physconst.meta M src/data/ref_pres.meta - updated CCPP standard names M src/data/registry.xml - add entries required for ZM M src/physics/ncar_ccpp - updated submodule M src/physics/utils/musica_ccpp_dependencies.F90 M src/physics/utils/musica_ccpp_dependencies.meta - remove cloud_area_fraction M src/physics/utils/phys_comp.F90 - Add new dimension: number_of_ccpp_constituents M src/utils/time_manager.F90 - add current_timestep_number as "mark_as_initialized" M test/unit/python/test_atm_in_paramgen.py - @nusbaume added unit test for new python code If there are new failures (compared to the `test/existing-test-failures.txt` file), have them OK'd by the gatekeeper, note them here, and add them to the file. If there are baseline differences, include the test and the reason for the diff. What is the nature of the change? Roundoff? derecho/intel/aux_sima: - Added ZM test derecho/gnu/aux_sima: - All pass If this changes climate describe any run(s) done to evaluate the new climate in enough detail that it(they) could be reproduced: CAM-SIMA date used for the baseline comparison tests if different than latest:
- Loading branch information
Showing
15 changed files
with
207 additions
and
23 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
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
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
1 change: 1 addition & 0 deletions
1
cime_config/testdefs/testmods_dirs/cam/outfrq_zm_derecho/shell_commands
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
./xmlchange CAM_CONFIG_OPTS="--dyn none --physics-suites zhang_mcfarlane" |
16 changes: 16 additions & 0 deletions
16
cime_config/testdefs/testmods_dirs/cam/outfrq_zm_derecho/user_nl_cam
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
ncdata='/glade/campaign/cesm/community/amwg/sima_baselines/cam_sima_test_snapshots/cam_ne3pg3_ZM_snapshot_derecho_gnu_before_c20250116.nc' | ||
ncdata_check='/glade/campaign/cesm/community/amwg/sima_baselines/cam_sima_test_snapshots/cam_ne3pg3_ZM_snapshot_derecho_gnu_after_c20250116.nc' | ||
debug_output=0 | ||
pver=32 | ||
zmconv_momcd=.7D0 | ||
zmconv_momcu=.7D0 | ||
zmconv_num_cin=1 | ||
hist_add_inst_fields;h1: ZMDT, ZMDQ, CAPE, FREQZM, CMFMC_DP, ZMMU, ZMMD, DLFZM, PCONVT, PCONVB, ZMFLXPRC, ZMFLXSNW | ||
hist_add_inst_fields;h1: ZMNTPRPD, ZMNTSNPD, ZMEIHEAT, PRECCDZM, PRECZ | ||
hist_add_inst_fields;h1: ZMUPGU, ZMUPGD, ZMVPGU, ZMVPGD, ZMICUU, ZMICUD, ZMICVU, ZMICVD | ||
hist_add_inst_fields;h1: EVAPTZM, FZSNTZM, EVSNTZM, EVAPQZM | ||
hist_add_inst_fields;h1: ZMMTU, ZMMTV, ZMMTT | ||
hist_add_inst_fields;h1: ZMDLIQ, ZMDICE | ||
hist_output_frequency;h1: 1*nstep | ||
hist_precision;h1: REAL64 | ||
hist_max_frames;h1: 1 |
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
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
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
Submodule ncar_ccpp
updated
56 files
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
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
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
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
|
||
module ppgrid | ||
|
||
!----------------------------------------------------------------------- | ||
! | ||
! Purpose: USED ONLY FOR BACKWARDS COMPATIBILITY WITH CAM!!!! | ||
! PLEASE DELETE ONCE NO LONGER NEEDED BY "to_be_ccppized" | ||
! PHYSICS SCHEMES!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
! Thanks! | ||
!----------------------------------------------------------------------- | ||
|
||
use physics_grid, only: pcols => columns_on_task | ||
use vert_coord, only: pver => pver, pverp => pverp !WILL NEED TO CHANGE THESE NAMES TO | ||
!SOMETHING ELSE IN CAM-SIMA! | ||
|
||
implicit none | ||
private | ||
save | ||
|
||
public pcols | ||
public pver | ||
public pverp | ||
|
||
end module ppgrid |
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
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