Skip to content

Commit b4b1281

Browse files
authored
Added 3d PP in NEP xml (NOAA-GFDL#110)
* add 3d pp * Removing redundant lines that appeared twice
1 parent 950a043 commit b4b1281

File tree

2 files changed

+9
-12
lines changed

2 files changed

+9
-12
lines changed

xmls/NEP10/CEFI_NEP_cobalt.xml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ C6:
2121
fremake -x CEFI_NEP_cobalt.xml -p ncrc6.intel23 -t repro MOM6_SIS2_GENERIC_4P_compile_symm
2222
frerun -x CEFI_NEP_cobalt.xml -p ncrc6.intel23 -t repro CEFI_NEP_COBALT_V1
2323
24+
pp (on PPAN):
25+
frepp -t 2019 -c ocean_cobalt_tracers_month_z -d /archive/e1n/fre/cefi/NEP/2024_08/NEP10k_082024_clean_spinup/gfdl.ncrc5-intel22-repro/history/ -x CEFI_NEP_cobalt.xml -p gfdl.ncrc6-intel23 -T repro CEFI_NEP_COBALT_V1
26+
2427
Regression test
2528
frerun -x CEFI_NEP_cobalt.xml -p ncrc6.intel23 -q debug -r test -t repro CEFI_NEP_COBALT_V1
2629
@@ -63,7 +66,7 @@ frecheck -v -r restart -p ncrc6.intel23 -t repro -x CEFI_NEP_cobalt.xml CEFI_NE
6366
<property name="GFDL_GROUP" value="cefi"/>
6467

6568
<!--Production run properties. Users can modify these according to their need and/or performance analysis-->
66-
<property name="PROD_SIMTIME" value="1"/>
69+
<property name="PROD_SIMTIME" value="27"/>
6770

6871
<!--Post-processing chunk lengths -->
6972
<property name="CHUNK_LENGTH_A" value="5yr"/>
@@ -599,12 +602,7 @@ cat > $work/INPUT/MOM_override << MOM_OVERRIDE_EOF
599602
#override PHA_MLD_DRHO = 0.03
600603
#override HREF_FOR_MLD = 5.0
601604
#override DIAG_MLD_DENSITY_DIFF = 0.03
602-
#override OBC_REMAPPING_USE_OM4_SUBCELLS = True
603-
#override REMAPPING_USE_OM4_SUBCELLS = True
604-
#override DIAG_REMAPPING_USE_OM4_SUBCELLS = True
605605
#override VISC_REM_BUG = True
606-
#override FRICTWORK_BUG = True
607-
#override INTWAVE_REMAPPING_USE_OM4_SUBCELLS = True
608606
#override GENERIC_TRACER_IC_FILE = "NEP_COBALT_spinup_2003.nc"
609607
MOM_OVERRIDE_EOF
610608
@@ -696,6 +694,7 @@ COBALT_INPUT_EOF
696694
]]></csh>
697695
<xi:include xpointer="xpointer(//freInclude[@name='MOM6_postprocess']/postProcess/node())"/>
698696
<xi:include xpointer="xpointer(//freInclude[@name='COBALT_postprocess']/postProcess/node())"/>
697+
<xi:include xpointer="xpointer(//freInclude[@name='COBALT_z_postprocess']/postProcess/node())"/>
699698
</postProcess>
700699

701700
</experiment>
@@ -1001,8 +1000,10 @@ endif
10011000
<component type="ocean_cobalt_tracers_month_z" start="$(PP_START_YEAR)" source="ocean_cobalt_tracers_month_z">
10021001
<timeSeries freq="monthly" chunkLength="$(CHUNK_LENGTH_A)" />
10031002
<timeSeries freq="annual" chunkLength="$(CHUNK_LENGTH_A)" />
1004-
<timeAverage source="monthly" interval="$(CHUNK_LENGTH_A)"/>
1005-
<timeAverage source="annual" interval="$(CHUNK_LENGTH_A)"/>
1003+
<timeSeries freq="monthly" chunkLength="$(CHUNK_LENGTH_B)" />
1004+
<timeSeries freq="annual" chunkLength="$(CHUNK_LENGTH_B)" />
1005+
<timeAverage source="monthly" interval="$(CHUNK_LENGTH_B)"/>
1006+
<timeAverage source="annual" interval="$(CHUNK_LENGTH_B)"/>
10061007
</component>
10071008
<component type="ocean_cobalt_rates_year_z" start="$(PP_START_YEAR)" source="ocean_cobalt_rates_year_z">
10081009
<timeSeries freq="monthly" chunkLength="$(CHUNK_LENGTH_A)" />

xmls/NEP10/MOM_inputs/2024_08/MOM_input

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -189,10 +189,6 @@ OBC_REMAPPING_USE_OM4_SUBCELLS = False ! [Boolean] default = True
189189
! If true, use the OM4 remapping-via-subcells algorithm for neutral diffusion.
190190
! See REMAPPING_USE_OM4_SUBCELLS for more details. We recommend setting this
191191
! option to false.
192-
OBC_REMAPPING_USE_OM4_SUBCELLS = False ! [Boolean] default = True
193-
! If true, use the OM4 remapping-via-subcells algorithm for neutral diffusion.
194-
! See REMAPPING_USE_OM4_SUBCELLS for more details. We recommend setting this
195-
! option to false.
196192
MASKING_DEPTH = 1.0 ! [m] default = -9999.0
197193
! The depth below which to mask points as land points, for which all
198194
! fluxes are zeroed out. MASKING_DEPTH is ignored if negative.

0 commit comments

Comments
 (0)