Back to home page

MITgcm

 
 

    


Warning, /verification/lab_sea/input.salt_plume/data.seaice is written in an unsupported language. File is not indexed.

view on githubraw file Latest commit b8665dac on 2018-08-25 15:25:53 UTC
e2b043985b Dimi*0001 # SEAICE parameters
                0002  &SEAICE_PARM01
24cf3bf2b7 Jean*0003 #- seaice dynamics params:
                0004   LSR_ERROR          = 1.E-12,
653ddcef3e Jean*0005 # LSR_mixIniGuess=1 : compute free-drift residual; =2,4 mix into initial guess
24cf3bf2b7 Jean*0006   LSR_mixIniGuess    = 1,
                0007 #- seaice state & transport params:
                0008   SEAICEadvScheme    = 7,
                0009 # for adjoint simulations you will need
                0010 # SEAICEadvScheme    = 30,
                0011 # add small diffKh to test diffusion with multi-dim advect.
                0012   SEAICEdiffKhArea   = 20.,
                0013   SEAICE_salinityTracer = .TRUE.,
                0014 # SEAICE_saltFrac    = 0.3,
                0015 #- seaice thermodyn params:
                0016   SEAICE_multDim     = 7,
                0017 #- constant seawater freezing point:
                0018   SEAICE_tempFrz0    = -1.96,
                0019   SEAICE_dTempFrz_dS = 0.,
052e926099 Jean*0020 #- to reproduce old results with former #defined SEAICE_SOLVE4TEMP_LEGACY code
24cf3bf2b7 Jean*0021     useMaykutSatVapPoly = .TRUE.,
                0022     postSolvTempIter    =  0,
                0023   SEAICE_dryIceAlb   = 0.8756,
                0024   SEAICE_wetIceAlb   = 0.7856,
                0025   SEAICE_drySnowAlb  = 0.9656,
                0026   SEAICE_wetSnowAlb  = 0.8256,
                0027   SEAICE_strength    = 2.6780e+04,
b8665dacca Mart*0028 # SEAICE_waterDrag   = 5.3508,
                0029   SEAICE_waterDrag   = 0.0052101265822784805,
24cf3bf2b7 Jean*0030 # use the new standard way of specifying ocean-ice turb. flux coeff:
                0031   SEAICE_mcPheePiston= 0.00004,
                0032   SEAICE_frazilFrac  = 0.3,
                0033 #- seaice I/O params:
                0034   SEAICEwriteState   = .TRUE.,
b8665dacca Mart*0035 # old defaults
                0036  SEAICEscaleSurfStress = .FALSE.,
                0037  SEAICEaddSnowMass     = .FALSE.,
                0038  SEAICE_useMultDimSnow = .FALSE.,
                0039  SEAICEetaZmethod = 0,
                0040  SEAICE_drag = 0.002,
                0041  SEAICE_Olx = 0,
                0042  SEAICE_Oly = 0,
e2b043985b Dimi*0043  &
d831914784 Jean*0044 
f0710adbee Patr*0045  &SEAICE_PARM03
24cf3bf2b7 Jean*0046   SItrNumInUse       = 2,
                0047   SItrName(1)        = 'ridge',
                0048   SItrMate(1)        = 'AREA',
                0049   SItrName(2)        = 'salinity',
                0050   SItrFromOceanFrac(2) = 0.3,
f0710adbee Patr*0051  &