Skip to content

Commit feb3d1a

Browse files
committed
Use one node for ww3 instead of two
Only made this change for compsets with MARBL enabled, but we probably also want this change in the non-MARBL configurations. Throughput remains the same, but using fewer nodes reduces model cost.
1 parent b26b2f9 commit feb3d1a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cime_config/config_pes.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@
219219
<ntasks_ice>128</ntasks_ice>
220220
<ntasks_ocn>2560</ntasks_ocn>
221221
<ntasks_lnd>1</ntasks_lnd>
222-
<ntasks_wav>256</ntasks_wav>
222+
<ntasks_wav>128</ntasks_wav>
223223
<ntasks_glc>1</ntasks_glc>
224224
</ntasks>
225225
<nthrds>
@@ -237,7 +237,7 @@
237237
<rootpe_rof>0</rootpe_rof>
238238
<rootpe_cpl>0</rootpe_cpl>
239239
<rootpe_ice>0</rootpe_ice>
240-
<rootpe_ocn>384</rootpe_ocn>
240+
<rootpe_ocn>256</rootpe_ocn>
241241
<rootpe_lnd>0</rootpe_lnd>
242242
<rootpe_wav>128</rootpe_wav>
243243
<rootpe_glc>0</rootpe_glc>

0 commit comments

Comments
 (0)