@@ -419,6 +419,7 @@ export CMP_DATAONLY=false
419
419
# Defaults for ufs.configure
420
420
export esmf_logkind=" ESMF_LOGKIND_MULTI"
421
421
export DumpFields=" false"
422
+ export MED_history_n=1000000
422
423
423
424
export_fv3_v16 ()
424
425
{
@@ -498,9 +499,12 @@ export HAFS=false
498
499
export AQM=false
499
500
export DATM_CDEPS=false
500
501
export DOCN_CDEPS=false
502
+ export DICE_CDEPS=false
503
+ export CICE_PRESCRIBED=false
501
504
export CDEPS_INLINE=false
502
505
export POSTAPP=' global'
503
506
export USE_MERRA2=.true.
507
+ export NESTED=.false.
504
508
505
509
export NTILES=6
506
510
export INPES=${INPES_dflt}
@@ -904,6 +908,7 @@ export_cice6() {
904
908
export DT_CICE=${DT_ATMOS}
905
909
export CICE_NPT=999
906
910
export CICE_RUNTYPE=initial
911
+ export CICE_ICE_IC=' cice_model.res.nc'
907
912
export CICE_RUNID=unknown
908
913
export CICE_USE_RESTART_TIME=.false.
909
914
export CICE_RESTART_DIR=./RESTART/
@@ -954,6 +959,12 @@ export_cice6() {
954
959
export CICE_BLCKX
955
960
export CICE_BLCKY
956
961
export CICE_DECOMP=slenderX2
962
+
963
+ # ds2s
964
+ export MESH_DICE=none
965
+ export stream_files_dice=none
966
+ export CICE_PRESCRIBED=false
967
+ export DICE_CDEPS=false
957
968
}
958
969
959
970
# Defaults for the MOM6 model namelist, mx100
@@ -1056,6 +1067,8 @@ export HAFS=false
1056
1067
export AQM=false
1057
1068
export DATM_CDEPS=false
1058
1069
export DOCN_CDEPS=false
1070
+ export DICE_CDEPS=false
1071
+ export CICE_PRESCRIBED=false
1059
1072
export CDEPS_INLINE=false
1060
1073
export FV3BMIC=' p8c'
1061
1074
export BMIC=.false.
@@ -1222,6 +1235,10 @@ export AOD_FRQ=060000
1222
1235
export RESTART_FILE_PREFIX=' '
1223
1236
export RESTART_FILE_SUFFIX_SECS=' '
1224
1237
export RT35D=' '
1238
+
1239
+ # CDEPS ds2s
1240
+ export MESH_DICE=none
1241
+ export stream_files_dice=none
1225
1242
}
1226
1243
export_35d_run ()
1227
1244
{
0 commit comments