Skip to content
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

Update NWA-COBALT XMLs for Improved Timing #64

Merged
merged 2 commits into from
Jul 24, 2024
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
14 changes: 10 additions & 4 deletions xmls/NWA12/CEFI_NWA12_cobalt.xml
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ cat > $work/INPUT/MOM_override << MOM_OVERRIDE_EOF
#override USE_generic_tracer = True
#override MAX_FIELDS=500
#override OBC_TIDE_NODAL_REF_DATE = ${fyear},7,2
!#override DT_OBC_SEG_UPDATE_OBGC = 3600
DT_OBC_SEG_UPDATE_OBGC = 1800
#override CHL_FROM_FILE = False
#override DO_GEOTHERMAL = True
#override GENERIC_TRACER_IC_FILE = "NWA12_COBALT_2023_10_spinup_2003.nc"
Expand All @@ -591,8 +591,6 @@ cat > $work/INPUT/MOM_override << MOM_OVERRIDE_EOF
#override REMAP_AUXILIARY_VARS = True
#override DIABATIC_FIRST = False
#override EQN_OF_STATE = "WRIGHT_FULL"
#override DT_THERM = 1200.0
#override DT = 400
MOM_OVERRIDE_EOF

truncate -s 0 $work/INPUT/COBALT_override
Expand All @@ -615,7 +613,7 @@ COBALT_INPUT_EOF
<runtime>
<production simTime="$(PROD_SIMTIME)" units="years">
<segment simTime="12" units="months"/>
<resources jobWallclock="13:00:00" segRuntime="13:00:00">
<resources jobWallclock="08:00:00" segRuntime="08:00:00">
<ice layout = "50,50" io_layout = "1,1" mask_table="mask_table.854.50x50"/>
<ocn ranks="1646" threads="1" layout = "50,50" io_layout = "1,1" mask_table="mask_table.854.50x50"/>
</resources>
Expand All @@ -628,6 +626,14 @@ COBALT_INPUT_EOF
</resources>
</run>
</regression>
<regression name="year">
<run months="12">
<resources jobWallclock="08:00:00">
<ice layout = "50,50" io_layout = "1,1" mask_table="mask_table.854.50x50"/>
<ocn ranks="1646" threads="1" layout = "50,50" io_layout = "1,1" mask_table="mask_table.854.50x50"/>
</resources>
</run>
</regression>
<regression name="month">
<run months="1">
<resources jobWallclock="01:30:00">
Expand Down
14 changes: 10 additions & 4 deletions xmls/NWA12/CEFI_NWA12_cobalt_fms2_yaml.xml
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ cat > $work/INPUT/MOM_override << MOM_OVERRIDE_EOF
#override USE_generic_tracer = True
#override MAX_FIELDS=500
#override OBC_TIDE_NODAL_REF_DATE = ${fyear},7,2
!#override DT_OBC_SEG_UPDATE_OBGC = 3600
DT_OBC_SEG_UPDATE_OBGC = 1800
#override CHL_FROM_FILE = False
#override DO_GEOTHERMAL = True
#override GENERIC_TRACER_IC_FILE = "NWA12_COBALT_2023_10_spinup_2003.nc"
Expand All @@ -592,8 +592,6 @@ cat > $work/INPUT/MOM_override << MOM_OVERRIDE_EOF
#override REMAP_AUXILIARY_VARS = True
#override DIABATIC_FIRST = False
#override EQN_OF_STATE = "WRIGHT_FULL"
#override DT_THERM = 1200.0
#override DT = 400
MOM_OVERRIDE_EOF

truncate -s 0 $work/INPUT/COBALT_override
Expand All @@ -619,7 +617,7 @@ diag-table-to-yaml -f $work/diag_table -o $work/diag_table.yaml
<runtime>
<production simTime="$(PROD_SIMTIME)" units="years">
<segment simTime="12" units="months"/>
<resources jobWallclock="14:00:00" segRuntime="14:00:00">
<resources jobWallclock="08:30:00" segRuntime="08:30:00">
<ice layout = "50,50" io_layout = "1,1" mask_table="mask_table.854.50x50"/>
<ocn ranks="1646" threads="1" layout = "50,50" io_layout = "1,1" mask_table="mask_table.854.50x50"/>
</resources>
Expand All @@ -640,6 +638,14 @@ diag-table-to-yaml -f $work/diag_table -o $work/diag_table.yaml
</resources>
</run>
</regression>
<regression name="year">
<run months="12">
<resources jobWallclock="08:30:00">
<ice layout = "50,50" io_layout = "1,1" mask_table="mask_table.854.50x50"/>
<ocn ranks="1646" threads="1" layout = "50,50" io_layout = "1,1" mask_table="mask_table.854.50x50"/>
</resources>
</run>
</regression>
<regression name="debugger">
<run days="2">
<resources jobWallclock="00:20:00">
Expand Down