Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
path = ccs_config
url = https://github.com/ESMCI/ccs_config_cesm.git
fxDONOTUSEurl = https://github.com/ESMCI/ccs_config_cesm.git
fxtag = ccs_config_cesm1.0.83
fxtag = ccs_config_cesm1.0.84
fxrequired = ToplevelRequired

[submodule "cime"]
Expand Down Expand Up @@ -73,14 +73,14 @@
url = https://github.com/ESCOMP/CESM_CICE
fxDONOTUSEurl = https://github.com/ESCOMP/CESM_CICE
fxrequired = ToplevelRequired
fxtag = cesm3_cice6_6_3_15
fxtag = cesm3_cice6_6_3_16

[submodule "mom"]
path = components/mom
url = https://github.com/ESCOMP/MOM_interface
fxDONOTUSEurl = https://github.com/ESCOMP/MOM_interface
fxrequired = ToplevelRequired
fxtag = mi_260506
fxtag = mi_260625

[submodule "cism"]
path = components/cism
Expand Down Expand Up @@ -114,7 +114,7 @@
path = components/ww3
url = https://github.com/ESCOMP/WW3_interface
fxDONOTUSEurl = https://github.com/ESCOMP/WW3_interface
fxtag = main_0.0.19
fxtag = main_0.1.0
fxrequired = ToplevelRequired

[submodule "mizuroute"]
Expand Down
2 changes: 1 addition & 1 deletion ccs_config
39 changes: 39 additions & 0 deletions cime_config/config_pes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,45 @@
</pes>
</mach>
</grid>
<grid name="a%ne16np4.pg3_l%ne16np4.pg3_oi%tx2_0v1">
<mach name="derecho">
<pes pesize="M" compset="CAM.*%LT.*MOM6(?!.*%MARBL-BIO)">
<comment></comment>
<ntasks>
<ntasks_atm>896</ntasks_atm>
<ntasks_lnd>128</ntasks_lnd>
<ntasks_rof>128</ntasks_rof>
<ntasks_ice>256</ntasks_ice>
<ntasks_ocn>640</ntasks_ocn>
<ntasks_glc>64</ntasks_glc>
<ntasks_wav>64</ntasks_wav>
<ntasks_cpl>896</ntasks_cpl>
</ntasks>
<nthrds>
<nthrds_atm>1</nthrds_atm>
<nthrds_lnd>1</nthrds_lnd>
<nthrds_rof>1</nthrds_rof>
<nthrds_ice>1</nthrds_ice>
<nthrds_ocn>1</nthrds_ocn>
<nthrds_glc>1</nthrds_glc>
<nthrds_wav>1</nthrds_wav>
<nthrds_cpl>1</nthrds_cpl>
</nthrds>
<rootpe>
<rootpe_atm>0</rootpe_atm>
<rootpe_lnd>0</rootpe_lnd>
<rootpe_rof>128</rootpe_rof>
<rootpe_ice>256</rootpe_ice>
<rootpe_ocn>896</rootpe_ocn>
<rootpe_glc>576</rootpe_glc>
<rootpe_wav>512</rootpe_wav>
<rootpe_cpl>0</rootpe_cpl>
</rootpe>
</pes>
</mach>
</grid>



<!-- J compset (all active except data atmosphere)
Laid out as follows:
Expand Down
2 changes: 1 addition & 1 deletion components/cice
Loading