Skip to content

Commit 2ccc7b8

Browse files
authored
Merge pull request #233 from ESCOMP/add_MARBL_WW_pelayout
Add pe layout for G compset with MARBL and WW3
2 parents 7f0bf6d + ab195fe commit 2ccc7b8

2 files changed

Lines changed: 46 additions & 3 deletions

File tree

cime_config/config_compsets.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,14 @@
110110
<lname>1850_DATM%JRA-1p5-2023_SLND_CICE_MOM6%MARBL-ABIO_DROF%JRA-1p5-2023_SGLC_SWAV</lname>
111111
</compset>
112112

113+
<compset>
114+
<alias>GW1850MARBL_JRA</alias>
115+
<lname>1850_DATM%JRA-1p5-2023_SLND_CICE_MOM6%MARBL-BIO_DROF%JRA-1p5-2023_SGLC_WW3</lname>
116+
</compset>
117+
118+
<compset>
119+
<alias>GW1850ABIOMARBL_JRA</alias>
120+
<lname>1850_DATM%JRA-1p5-2023_SLND_CICE_MOM6%MARBL-ABIO_DROF%JRA-1p5-2023_SGLC_WW3</lname>
121+
</compset>
122+
113123
</compsets>

cime_config/config_pes.xml

Lines changed: 36 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
<rootpe_rof>0</rootpe_rof>
172172
<rootpe_cpl>0</rootpe_cpl>
173173
<rootpe_ice>128</rootpe_ice>
174-
<rootpe_ocn>2560</rootpe_ocn>
174+
<rootpe_ocn>256</rootpe_ocn>
175175
<rootpe_lnd>0</rootpe_lnd>
176176
<rootpe_wav>0</rootpe_wav>
177177
<rootpe_glc>0</rootpe_glc>
@@ -186,7 +186,7 @@
186186
<ntasks_ice>128</ntasks_ice>
187187
<ntasks_ocn>896</ntasks_ocn>
188188
<ntasks_lnd>1</ntasks_lnd>
189-
<ntasks_wav>256</ntasks_wav>
189+
<ntasks_wav>128</ntasks_wav>
190190
<ntasks_glc>1</ntasks_glc>
191191
</ntasks>
192192
<nthrds>
@@ -204,7 +204,40 @@
204204
<rootpe_rof>0</rootpe_rof>
205205
<rootpe_cpl>0</rootpe_cpl>
206206
<rootpe_ice>0</rootpe_ice>
207-
<rootpe_ocn>384</rootpe_ocn>
207+
<rootpe_ocn>256</rootpe_ocn>
208+
<rootpe_lnd>0</rootpe_lnd>
209+
<rootpe_wav>128</rootpe_wav>
210+
<rootpe_glc>0</rootpe_glc>
211+
</rootpe>
212+
</pes>
213+
<pes pesize="any" compset="_DATM.+_CICE.*_MOM6%[^_]*MARBL-BIO.+_WW3">
214+
<comment>none</comment>
215+
<ntasks>
216+
<ntasks_atm>128</ntasks_atm>
217+
<ntasks_rof>128</ntasks_rof>
218+
<ntasks_cpl>128</ntasks_cpl>
219+
<ntasks_ice>128</ntasks_ice>
220+
<ntasks_ocn>2560</ntasks_ocn>
221+
<ntasks_lnd>1</ntasks_lnd>
222+
<ntasks_wav>128</ntasks_wav>
223+
<ntasks_glc>1</ntasks_glc>
224+
</ntasks>
225+
<nthrds>
226+
<nthrds_atm>1</nthrds_atm>
227+
<nthrds_lnd>1</nthrds_lnd>
228+
<nthrds_rof>1</nthrds_rof>
229+
<nthrds_ice>1</nthrds_ice>
230+
<nthrds_ocn>1</nthrds_ocn>
231+
<nthrds_glc>1</nthrds_glc>
232+
<nthrds_wav>1</nthrds_wav>
233+
<nthrds_cpl>1</nthrds_cpl>
234+
</nthrds>
235+
<rootpe>
236+
<rootpe_atm>0</rootpe_atm>
237+
<rootpe_rof>0</rootpe_rof>
238+
<rootpe_cpl>0</rootpe_cpl>
239+
<rootpe_ice>0</rootpe_ice>
240+
<rootpe_ocn>256</rootpe_ocn>
208241
<rootpe_lnd>0</rootpe_lnd>
209242
<rootpe_wav>128</rootpe_wav>
210243
<rootpe_glc>0</rootpe_glc>

0 commit comments

Comments
 (0)