-
Notifications
You must be signed in to change notification settings - Fork 390
Clean up e3sm_coupling script and config #506
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,10 +1,12 @@ | ||
| [main] | ||
| mesh_name = autodetect | ||
| date_string = autodetect | ||
| nprocs = 36 | ||
| nprocs = 1 | ||
| atm_scrip_path = /lustre/scratch3/turquoise/mpeterse/E3SM/input_data/share/scripgrids | ||
| # compiled executable gen_domain, code in E3SM repo: | ||
| domain_exe = /usr/projects/climate/mpeterse/repos/E3SM/compiled_cime_tools/cime/tools/mapping/gen_domain_files/src/gen_domain | ||
| # the file name of the initial condition, possibly after spin-up | ||
| initial_condition = ../initial_state/initial_state.nc | ||
|
Comment on lines
+8
to
+9
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. For now, the initial condition is the same as the mesh. This will remain the default but will change for individual test cases in a subsequent pr. |
||
|
|
||
| [initial_condition_ocean] | ||
| enable = true | ||
|
|
@@ -36,7 +38,7 @@ comparisonArcticStereoWidth = 6000. | |
| comparisonArcticStereoResolution = 10. | ||
|
|
||
| [mapping_CORE_Gcase] | ||
| enable = true | ||
| enable = false | ||
|
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I turned off a few of these ( |
||
| atm_scrip_tag = T62_040121 | ||
|
|
||
| [mapping_JRA_Gcase] | ||
|
|
@@ -50,7 +52,7 @@ enable = false | |
| atm_scrip_tag = ne30 | ||
|
|
||
| [domain_CORE_Gcase] | ||
| enable = true | ||
| enable = false | ||
|
|
||
| [domain_JRA_Gcase] | ||
| enable = false | ||
|
|
@@ -68,15 +70,15 @@ runoff_map_exe = /usr/projects/climate/mpeterse/repos/E3SM/compiled_cime_tools/c | |
| runoff_map_lnd_file = /lustre/scratch3/turquoise/mpeterse/E3SM/input_data/lnd/dlnd7/RX1/runoff.daitren.annual.090225.nc | ||
|
|
||
| [salinity_restoring] | ||
| enable = true | ||
| enable = false | ||
| # This file needs to be added to a standard repo. Local copy for now: | ||
| grid_Levitus_1x1_scrip_file = /usr/projects/climate/mpeterse/mapping_files/test_SSS_mapping_190821/EC60to30Rev4/genRemapFiles/grid_Levitus_1x1_scrip.nc | ||
| # This file needs to be added to a standard repo. Local copy for now: | ||
| salinity_restoring_input_file = /usr/projects/climate/mpeterse/mapping_files/test_SSS_mapping_190821/EC60to30Rev4/interpSSS/PHC2_salx.2004_08_03.filled_double_precision.nc | ||
|
|
||
| [prescribed_ismf] | ||
| # does nothing if ice-shelf cavities are not present | ||
| enable = true | ||
| enable = false | ||
|
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I turned off prescribed ISMF for now because it is very slow without parallel mapping-file generation (waiting for compass MPI env.) |
||
| # path to the Rignot2013 data set. | ||
| # The default is a symlink to the initial conditions database | ||
| rignot_2013_file = ../MeltRatesRignot2013.nc | ||
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.
Until we get the MPICH compass environment working (hopefully soon!) I think this is safer.