|
21 | 21 | fremake -x CEFI_NEP_cobalt.xml -p ncrc6.intel23 -t repro MOM6_SIS2_GENERIC_4P_compile_symm |
22 | 22 | frerun -x CEFI_NEP_cobalt.xml -p ncrc6.intel23 -t repro CEFI_NEP_COBALT_V1 |
23 | 23 |
|
| 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 | +
|
24 | 27 | Regression test |
25 | 28 | frerun -x CEFI_NEP_cobalt.xml -p ncrc6.intel23 -q debug -r test -t repro CEFI_NEP_COBALT_V1 |
26 | 29 |
|
@@ -63,7 +66,7 @@ frecheck -v -r restart -p ncrc6.intel23 -t repro -x CEFI_NEP_cobalt.xml CEFI_NE |
63 | 66 | <property name="GFDL_GROUP" value="cefi"/> |
64 | 67 |
|
65 | 68 | <!--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"/> |
67 | 70 |
|
68 | 71 | <!--Post-processing chunk lengths --> |
69 | 72 | <property name="CHUNK_LENGTH_A" value="5yr"/> |
@@ -599,12 +602,7 @@ cat > $work/INPUT/MOM_override << MOM_OVERRIDE_EOF |
599 | 602 | #override PHA_MLD_DRHO = 0.03 |
600 | 603 | #override HREF_FOR_MLD = 5.0 |
601 | 604 | #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 |
605 | 605 | #override VISC_REM_BUG = True |
606 | | -#override FRICTWORK_BUG = True |
607 | | -#override INTWAVE_REMAPPING_USE_OM4_SUBCELLS = True |
608 | 606 | #override GENERIC_TRACER_IC_FILE = "NEP_COBALT_spinup_2003.nc" |
609 | 607 | MOM_OVERRIDE_EOF |
610 | 608 |
|
@@ -696,6 +694,7 @@ COBALT_INPUT_EOF |
696 | 694 | ]]></csh> |
697 | 695 | <xi:include xpointer="xpointer(//freInclude[@name='MOM6_postprocess']/postProcess/node())"/> |
698 | 696 | <xi:include xpointer="xpointer(//freInclude[@name='COBALT_postprocess']/postProcess/node())"/> |
| 697 | + <xi:include xpointer="xpointer(//freInclude[@name='COBALT_z_postprocess']/postProcess/node())"/> |
699 | 698 | </postProcess> |
700 | 699 |
|
701 | 700 | </experiment> |
@@ -1001,8 +1000,10 @@ endif |
1001 | 1000 | <component type="ocean_cobalt_tracers_month_z" start="$(PP_START_YEAR)" source="ocean_cobalt_tracers_month_z"> |
1002 | 1001 | <timeSeries freq="monthly" chunkLength="$(CHUNK_LENGTH_A)" /> |
1003 | 1002 | <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)"/> |
1006 | 1007 | </component> |
1007 | 1008 | <component type="ocean_cobalt_rates_year_z" start="$(PP_START_YEAR)" source="ocean_cobalt_rates_year_z"> |
1008 | 1009 | <timeSeries freq="monthly" chunkLength="$(CHUNK_LENGTH_A)" /> |
|
0 commit comments