-
Notifications
You must be signed in to change notification settings - Fork 180
cam6_4_103: Support for high-resolution WACCM-X #1317
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
Merged
Merged
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
8a4ebe7
set default namelist ops and config nlevs for waccmx ne120
fvitt f7df859
default IC file and pelayout on derecho
fvitt 3a43669
add min temperature namelist option
fvitt fc250fe
more default namelist settings
fvitt 3474843
add high-res waccmx test; update namelist defaults
fvitt 9e914d7
correct path of default IC file
fvitt 32f6768
update namelist description
fvitt 9eac071
merge upto head of ESCOMP/cam_development
fvitt 1f737d3
ChangeLog entries
fvitt File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 cime
updated
15 files
| +1 −1 | .pre-commit-config.yaml | |
| +1 −4 | CIME/BuildTools/configure.py | |
| +1 −1 | CIME/XML/archive_base.py | |
| +7 −12 | CIME/XML/env_batch.py | |
| +1 −13 | CIME/XML/files.py | |
| +2 −7 | CIME/build.py | |
| +1 −1 | CIME/case/check_input_data.py | |
| +2 −2 | CIME/data/config/xml_schemas/config_machines_version3.xsd | |
| +0 −4 | CIME/data/templates/gitignore.template | |
| +1 −1 | CIME/non_py/cprnc | |
| +1 −1 | CIME/non_py/src/timing/perf_mod.F90 | |
| +74 −79 | CIME/test_scheduler.py | |
| +0 −49 | CIME/tests/test_unit_configure.py | |
| +0 −77 | CIME/tests/test_unit_fake_case.py | |
| +0 −262 | CIME/tests/test_unit_xml_env_batch.py |
This file contains hidden or 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 hidden or 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/outfrq1h_wcmxhires/shell_commands
This file contains hidden or 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 ROF_NCPL=\$ATM_NCPL |
25 changes: 25 additions & 0 deletions
25
cime_config/testdefs/testmods_dirs/cam/outfrq1h_wcmxhires/user_nl_cam
This file contains hidden or 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,25 @@ | ||
| mfilt=1,1,1,1,1,1 | ||
| ndens=1,1,1,1,1,1 | ||
| nhtfrq=-1,-1,-1,-1,-1,-1 | ||
| write_nstep0 = .true. | ||
|
|
||
| avgflag_pertape= 'I', 'I', 'A', 'I', 'I' | ||
|
|
||
| empty_htapes=.true. | ||
| fincl1= 'Z3GM', 'T', 'U', 'V', 'OMEGA', 'ElecColDens', 'PS', 'O', 'O2', 'H', | ||
| 'QRS_TOT', 'QRL_TOT', 'KVM', 'EKGW', 'TTGW', 'UTGW_TOTAL', 'VTGW_TOTAL' | ||
| fincl2= 'Z3GM', 'T', 'U', 'V', 'OMEGA', 'UI', 'VI', 'WI', 'EDens', 'PS', 'O', 'O2', 'H', | ||
| 'OH', 'NO', 'O3', 'SIGMAHAL', 'SIGMAPED' | ||
| fincl3 ='T_24_COS', 'T_24_SIN', 'T_12_COS', 'T_12_SIN', | ||
| 'U_24_COS', 'U_24_SIN', 'U_12_COS', 'U_12_SIN', | ||
| 'V_24_COS', 'V_24_SIN', 'V_12_COS', 'V_12_SIN', | ||
| 'QRS_TOT_12_SIN', 'QRS_TOT_12_COS' | ||
| fincl4 = 'ED1', 'ED2', 'PHIM2D', 'PHIHM', 'HALL_CONDUCTANCE', 'PED_CONDUCTANCE' | ||
| fincl5 = 'ElecColDens', 'PSL' | ||
| fincl6 = ' ' | ||
| fincl7 = ' ' | ||
| fincl8 = ' ' | ||
| fincl9 = ' ' | ||
| fincl10= ' ' | ||
|
|
||
| ionos_npes = 3200 |
28 changes: 28 additions & 0 deletions
28
cime_config/testdefs/testmods_dirs/cam/outfrq1h_wcmxhires/user_nl_clm
This file contains hidden or 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,28 @@ | ||
| !---------------------------------------------------------------------------------- | ||
| ! Users should add all user specific namelist changes below in the form of | ||
| ! namelist_var = new_namelist_value | ||
| ! | ||
| ! Include namelist variables for drv_flds_in ONLY if -megan and/or -drydep options | ||
| ! are set in the CLM_NAMELIST_OPTS env variable. | ||
| ! | ||
| ! EXCEPTIONS: | ||
| ! Set use_cndv by the compset you use and the CLM_BLDNML_OPTS -dynamic_vegetation setting | ||
| ! Set use_vichydro by the compset you use and the CLM_BLDNML_OPTS -vichydro setting | ||
| ! Set use_cn by the compset you use and CLM_BLDNML_OPTS -bgc setting | ||
| ! Set use_crop by the compset you use and CLM_BLDNML_OPTS -crop setting | ||
| ! Set spinup_state by the CLM_BLDNML_OPTS -bgc_spinup setting | ||
| ! Set irrigate by the CLM_BLDNML_OPTS -irrig setting | ||
| ! Set dtime with L_NCPL option | ||
| ! Set fatmlndfrc with LND_DOMAIN_PATH/LND_DOMAIN_FILE options | ||
| ! Set finidat with RUN_REFCASE/RUN_REFDATE/RUN_REFTOD options for hybrid or branch cases | ||
| ! (includes $inst_string for multi-ensemble cases) | ||
| ! Set glc_grid with CISM_GRID option | ||
| ! Set glc_smb with GLC_SMB option | ||
| ! Set maxpatch_glcmec with GLC_NEC option | ||
| ! Set glc_do_dynglacier with GLC_TWO_WAY_COUPLING env variable | ||
| !---------------------------------------------------------------------------------- | ||
| hist_nhtfrq = -1 | ||
| hist_mfilt = 1 | ||
| hist_ndens = 1 | ||
|
|
||
| flanduse_timeseries = ' ' |
Submodule cice
updated
6 files
| +1 −1 | .gitmodules | |
| +1 −1 | cime_config/buildnml | |
| +2 −3 | cime_config/config_archive.xml | |
| +8 −9 | cime_config/namelist_definition_cice.xml | |
| +0 −5 | cime_config/testdefs/testlist_cice.xml | |
| +1 −1 | src |
This file contains hidden or 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 atmos_phys
updated
138 files
This file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a reminder to deal with this file after it is discussed in the CSEG meeting