New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 8637 for branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/SHARED – NEMO

Ignore:
Timestamp:
2017-10-18T19:14:32+02:00 (7 years ago)
Author:
gm
Message:

#1911 (ENHANCE-09): PART I.3 - phasing with updated branch dev_r8183_ICEMODEL revision 8626

Location:
branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/SHARED
Files:
1 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/SHARED/field_def_nemo-lim.xml

    r8586 r8637  
    44    <!--  
    55============================================================================================================ 
    6 =                                  definition of all existing variables                                    = 
     6=                                  definition of all existing ESIM variables                                    = 
    77=                                            DO NOT CHANGE                                                 = 
    88============================================================================================================ 
     
    132132         <field id="icevmp"       long_name="melt pond volume"                                             standard_name="sea_ice_meltpond_volume"                            unit="m"            />  
    133133 
    134          <field id="iceconc_cat"  long_name="Sea-ice area fractions in thickness categories"               unit=""   grid_ref="grid_T_3D_ncatice" /> 
     134         <field id="iceconc_cat"  long_name="Sea-ice concentration in thickness categories"                unit=""   grid_ref="grid_T_3D_ncatice" /> 
    135135         <field id="icethic_cat"  long_name="Sea-ice thickness in thickness categories"                    unit="m"  grid_ref="grid_T_3D_ncatice" /> 
    136136         <field id="snowthic_cat" long_name="Snow thickness in thickness categories"                       unit="m"  grid_ref="grid_T_3D_ncatice" /> 
     
    140140         <field id="icetemp_cat"  long_name="Ice temperature for categories"                               unit="degC"   grid_ref="grid_T_3D_ncatice" /> 
    141141         <field id="snwtemp_cat"  long_name="Snow temperature for categories"                              unit="degC"   grid_ref="grid_T_3D_ncatice" /> 
    142          <field id="iceamp_cat"   long_name="Ice melt pond fraction for categories"                        unit="%"      grid_ref="grid_T_3D_ncatice" />  
     142         <field id="iceamp_cat"   long_name="Ice melt pond concentration for categories"                   unit="%"      grid_ref="grid_T_3D_ncatice" />  
    143143         <field id="icevmp_cat"   long_name="Ice melt pond volume for categories"                          unit="m"      grid_ref="grid_T_3D_ncatice" />  
     144         <field id="icehmp_cat"   long_name="Ice melt pond thickness for categories"                       unit="m"      grid_ref="grid_T_3D_ncatice" />  
     145         <field id="iceafp_cat"   long_name="Ice melt pond fraction for categories"                        unit="m"      grid_ref="grid_T_3D_ncatice" />  
    144146 
    145147         <field id="micet"        long_name="Mean ice temperature"                                         unit="degC"     /> 
     
    186188         <field id="vfxspr"       long_name="snw precipitation on ice"                                     unit="kg/m2/s"   /> 
    187189         <field id="vfxthin"      long_name="thermo ice prod. for thin ice(20cm) + open water"             unit="kg/m2/s"   /> 
     190         <field id="vfxpnd"       long_name="melt pond water flux to ocean"                                unit="kg/m2/s"   /> 
    188191 
    189192         <field id="afxtot"       long_name="area tendency (total)"                                        unit="s-1"   /> 
  • branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/SHARED/field_def_nemo-opa.xml

    r8586 r8637  
    298298         <field id="uoces"        long_name="ocean transport along i-axis times salinity (CRS)"                                                  unit="1e-3*m/s"   grid_ref="grid_U_3D" /> 
    299299 
    300          <!-- u-eddy coefficients (ldftra) --> 
     300         <!-- u-eddy diffusivity coefficients (available if ln_traldf_NONE=F) --> 
    301301         <field id="ahtu_2d"      long_name=" surface u-eddy diffusivity coefficient"   unit="m2/s or m4/s" /> 
    302302         <field id="ahtu_3d"      long_name=" 3D u-EIV coefficient"                     unit="m2/s or m4/s"      grid_ref="grid_U_3D"/> 
     303         <!-- v-eiv diffusivity coefficients (available if ln_ldfeiv=F) --> 
    303304         <field id="aeiu_2d"      long_name=" surface u-EIV coefficient"                unit="m2/s" /> 
    304305         <field id="aeiu_3d"      long_name=" 3D u-EIV coefficient"                     unit="m2/s"              grid_ref="grid_U_3D"/> 
     
    307308         <field id="psiu_mle"     long_name="MLE streamfunction along i-axis"   unit="m3/s"   grid_ref="grid_U_3D" /> 
    308309 
    309          <!-- uoce_eiv: available EIV --> 
     310         <!-- uoce_eiv: available EIV (ln_ldfeiv=T and ln_ldfeiv_dia=T) --> 
    310311         <field id="uoce_eiv"     long_name="EIV ocean current along i-axis"   standard_name="bolus_sea_water_x_velocity"   unit="m/s"   grid_ref="grid_U_3D" /> 
    311312 
    312          <!-- uoce_eiv: available with key_trabbl --> 
     313         <!-- uoce_bbl: available with ln_trabbl=T and nn_bbl_adv=1 --> 
    313314         <field id="uoce_bbl"     long_name="BBL ocean current along i-axis"    unit="m/s"  /> 
     315         <!-- ahu_bbl : available with ln_trabbl=T and nn_bbl_ldf=1 --> 
    314316         <field id="ahu_bbl"      long_name="BBL diffusive flux along i-axis"   unit="m3/s" /> 
    315317 
     
    346348         <field id="voces"        long_name="ocean transport along j-axis times salinity (CRS)"                                                  unit="1e-3*m/s"   grid_ref="grid_V_3D" /> 
    347349 
    348          <!-- v-eddy coefficients (ldftra, ldfdyn) --> 
     350         <!-- v-eddy diffusivity coefficients (available if ln_traldf_NONE=F) --> 
    349351         <field id="ahtv_2d"      long_name=" surface v-eddy diffusivity coefficient"     unit="m2/s or (m4/s)^1/2" /> 
    350352         <field id="ahtv_3d"      long_name=" 3D v-eddy diffusivity coefficient"          unit="m2/s or (m4/s)^1/2"           grid_ref="grid_V_3D"/> 
     353         <!-- v-eiv diffusivity coefficients (available if ln_ldfeiv=F) --> 
    351354         <field id="aeiv_2d"      long_name=" surface v-EIV coefficient"                  unit="m2/s" /> 
    352355         <field id="aeiv_3d"      long_name=" 3D v-EIV coefficient"                       unit="m2/s"                         grid_ref="grid_V_3D" /> 
    353356 
    354          <!-- variables available with MLE --> 
     357         <!-- variables available with MLE (ln_mle=T) --> 
    355358         <field id="psiv_mle"     long_name="MLE streamfunction along j-axis"   unit="m3/s"   grid_ref="grid_V_3D" /> 
    356359 
    357          <!-- voce_eiv: available with EIV --> 
     360         <!-- voce_eiv: available EIV (ln_ldfeiv=T and ln_ldfeiv_dia=T) --> 
    358361         <field id="voce_eiv"     long_name="EIV ocean current along j-axis"   standard_name="bolus_sea_water_y_velocity"   unit="m/s"   grid_ref="grid_V_3D" /> 
    359362 
    360          <!-- voce_eiv: available with key_trabbl --> 
     363         <!-- voce_bbl: available with ln_trabbl=T and nn_bbl_adv=1 --> 
    361364         <field id="voce_bbl"     long_name="BBL ocean current along j-axis"    unit="m/s"  /> 
     365         <!-- ahu_bbl : available with ln_trabbl=T and nn_bbl_ldf=1 --> 
    362366         <field id="ahv_bbl"      long_name="BBL diffusive flux along j-axis"   unit="m3/s" /> 
    363367 
     
    386390         <field id="wocetr_eff"   long_name="effective ocean vertical transport"                                               unit="m3/s" /> 
    387391 
    388          <!-- woce_eiv: available with EIV --> 
     392         <!-- woce_eiv: available with EIV  (ln_ldfeiv=T and ln_ldfeiv_dia=T)  --> 
    389393         <field id="woce_eiv"     long_name="EIV ocean vertical velocity"   standard_name="bolus_upward_sea_water_velocity"   unit="m/s" /> 
    390394 
     
    393397         <field id="avm"          long_name="vertical eddy viscosity"     standard_name="ocean_vertical_momentum_diffusivity"   unit="m2/s" /> 
    394398 
    395          <!-- avs: available with key_zdfddm --> 
     399         <!-- avs: /= avt with ln_zdfddm=T --> 
    396400         <field id="avs"          long_name="salt vertical eddy diffusivity"   standard_name="ocean_vertical_salt_diffusivity"   unit="m2/s" /> 
    397401         <field id="logavs"       long_name="logarithm of salt vertical eddy diffusivity"   standard_name="ocean_vertical_heat_diffusivity"       unit="m2/s" /> 
     
    401405         <field id="avm_evd"      long_name="convective enhancement of vertical viscosity"     standard_name="ocean_vertical_momentum_diffusivity_due_to_convection"   unit="m2/s" /> 
    402406 
    403          <!-- avt_tide: available with key_zdftmx --> 
    404          <field id="av_tide"      long_name="tidal vertical diffusivity"   standard_name="ocean_vertical_tracer_diffusivity_due_to_tides"   unit="m2/s" /> 
    405  
    406          <!-- variables available with key_zdftmx_new --> 
    407          <field id="av_ratio"     long_name="S over T diffusivity ratio"            standard_name="salinity_over_temperature_diffusivity_ratio"                     unit="1"    /> 
    408          <field id="av_wave"      long_name="wave-induced vertical diffusivity"     standard_name="ocean_vertical_tracer_diffusivity_due_to_internal_waves"         unit="m2/s" /> 
    409          <field id="bflx_tmx"     long_name="wave-induced buoyancy flux"            standard_name="buoyancy_flux_due_to_internal_waves"                             unit="W/kg" /> 
    410          <field id="pcmap_tmx"    long_name="power consumed by wave-driven mixing"  standard_name="vertically_integrated_power_consumption_by_wave_driven_mixing"   unit="W/m2"      grid_ref="grid_W_2D" /> 
    411          <field id="emix_tmx"     long_name="power density available for mixing"    standard_name="power_available_for_mixing_from_breaking_internal_waves"         unit="W/kg" /> 
     407         <!-- avt_tide: available with ln_zdfiwm=T --> 
     408         <field id="av_ratio"     long_name="S over T diffusivity ratio"                     standard_name="salinity_over_temperature_diffusivity_ratio"                     unit="1"    /> 
     409         <field id="av_wave"      long_name="internal wave-induced vertical diffusivity"     standard_name="ocean_vertical_tracer_diffusivity_due_to_internal_waves"         unit="m2/s" /> 
     410         <field id="bflx_tmx"     long_name="internal wave-induced buoyancy flux"            standard_name="buoyancy_flux_due_to_internal_waves"                             unit="W/kg" /> 
     411         <field id="pcmap_tmx"    long_name="power consumed by wave-driven mixing"           standard_name="vertically_integrated_power_consumption_by_wave_driven_mixing"   unit="W/m2"      grid_ref="grid_W_2D" /> 
     412         <field id="emix_tmx"     long_name="power density available for mixing"             standard_name="power_available_for_mixing_from_breaking_internal_waves"         unit="W/kg" /> 
    412413 
    413414         <!-- variables available with diaar5 -->    
     
    614615       <field id="ttrd_ad_e3t"       unit="degC/s * m" >  ttrd_ad  * e3t </field> 
    615616       <field id="strd_ad_e3t"       unit="1e-3/s * m" >  strd_ad  * e3t </field> 
    616        <field id="ttrd_totad_e3t"    unit="degC/s * m" >  ttrd_totad  * e3t </field> 
    617        <field id="strd_totad_e3t"    unit="1e-3/s * m" >  strd_totad  * e3t </field> 
     617       <field id="ttrd_totad_e3t"    unit="degC/s * m" >  ttrd_totad * e3t </field> 
     618       <field id="strd_totad_e3t"    unit="1e-3/s * m" >  strd_totad * e3t </field> 
    618619       <field id="ttrd_ldf_e3t"      unit="degC/s * m" >  ttrd_ldf * e3t </field> 
    619620       <field id="strd_ldf_e3t"      unit="1e-3/s * m" >  strd_ldf * e3t </field> 
     
    624625 
    625626       <!-- ln_traldf_iso=T only (iso-neutral diffusion) --> 
    626        <field id="ttrd_iso_e3t"      unit="degC/s * m"  >  ttrd_iso * e3t </field> 
    627        <field id="strd_iso_e3t"      unit="1e-3/s * m"  >  strd_iso * e3t </field> 
     627       <field id="ttrd_iso_e3t"      unit="degC/s * m"  >  ttrd_iso  * e3t </field> 
     628       <field id="strd_iso_e3t"      unit="1e-3/s * m"  >  strd_iso  * e3t </field> 
    628629       <field id="ttrd_zdfp_e3t"     unit="degC/s * m"  >  ttrd_zdfp * e3t </field> 
    629630       <field id="strd_zdfp_e3t"     unit="1e-3/s * m"  >  strd_zdfp * e3t </field> 
     
    669670       <field id="KE"            long_name="kinetic energy: u(n)*u(n+1)/2"                    unit="W/s^2"                        />    
    670671 
     672      <!-- variables available when explicit lateral mixing is used (ln_dynldf_NONE=F) --> 
     673      <field id="dispkexyfo"    long_name="KE-trend: lateral  mixing induced dissipation"   standard_name="ocean_kinetic_energy_dissipation_per_unit_area_due_to_xy_friction"                   unit="W/m^2" grid_ref="grid_T_2D" />    
     674      <field id="dispkevfo"     long_name="KE-trend: vertical mixing induced dissipation"   standard_name="ocean_kinetic_energy_dissipation_per_unit_area_due_to_vertical_friction"             unit="W/m^2" grid_ref="grid_T_2D" />    
     675      <!-- variables available with ln_traadv_eiv=T and ln_diaeiv=T --> 
     676      <field id="eketrd_eiv"    long_name="EKE-trend due to parameterized eddy advection"   standard_name="tendency_of_ocean_eddy_kinetic_energy_content_due_to_parameterized_eddy_advection"   unit="W/m^2" grid_ref="grid_T_2D" />    
     677 
    671678       <!-- variables available with ln_PE_trd --> 
    672679       <field id="petrd_xad"     long_name="pe-trend: i-advection"                unit="W/m^3"                        /> 
    673680       <field id="petrd_yad"     long_name="pe-trend: j-advection"                unit="W/m^3"                        /> 
    674681       <field id="petrd_zad"     long_name="pe-trend: k-advection"                unit="W/m^3"                        /> 
    675        <field id="petrd_sad"     long_name="pe-trend: surface adv. (linssh true)"      unit="W/m^3"   grid_ref="grid_T_2D" /> 
     682       <field id="petrd_sad"     long_name="pe-trend: surface adv. (linssh true)" unit="W/m^3"   grid_ref="grid_T_2D" /> 
    676683       <field id="petrd_ldf"     long_name="pe-trend: lateral  diffusion"         unit="W/m^3"                        /> 
    677684       <field id="petrd_zdf"     long_name="pe-trend: vertical diffusion"         unit="W/m^3"                        /> 
  • branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/SHARED/namelist_ice_lim3_ref

    r8586 r8637  
    1313!!             11 - Ice growth in open water           (namthd_do) 
    1414!!             12 - Ice salinity                       (namthd_sal) 
    15 !!             13 - Ice melt ponds                     (nammp) 
     15!!             13 - Ice melt ponds                     (namthd_pnd) 
    1616!!             14 - Ice initialization                 (namini) 
    1717!!             15 - Ice/snow albedos                   (namalb) 
     
    2020! 
    2121!------------------------------------------------------------------------------ 
    22 &nampar     !   Generic parameters 
     22&nampar         !   Generic parameters 
    2323!------------------------------------------------------------------------------ 
    2424   jpl              =   5             !  number of ice  categories 
     
    3939/ 
    4040!------------------------------------------------------------------------------ 
    41 &namitd     !   Ice discretization 
     41&namitd         !   Ice discretization 
    4242!------------------------------------------------------------------------------ 
    4343   rn_himean        =   2.0           !  expected domain-average ice thickness (m) 
     
    4545/ 
    4646!------------------------------------------------------------------------------ 
    47 &namdyn     !   Ice dynamics 
     47&namdyn         !   Ice dynamics 
    4848!------------------------------------------------------------------------------ 
    4949   ln_dynFULL       = .true.          !  dyn.: full ice dynamics               (rheology + advection + ridging/rafting + correction) 
     
    120120/ 
    121121!------------------------------------------------------------------------------ 
    122 &namthd     !   Ice thermodynamics 
     122&namthd         !   Ice thermodynamics 
    123123!------------------------------------------------------------------------------ 
    124124   ln_icedH         = .true.          !  activate ice thickness change from growing/melting (T) or not (F) 
    125125   ln_icedA         = .true.          !  activate lateral melting param. (T) or not (F) 
    126126   ln_icedO         = .true.          !  activate ice growth in open-water (T) or not (F) 
    127    ln_icedS         = .true.          !  activate gravity drainage and flushing (T) or not (F) 
     127   ln_icedS         = .true.          !  activate brine drainage (T) or not (F) 
    128128/ 
    129129!------------------------------------------------------------------------------ 
    130130&namthd_zdf     !   Ice heat diffusion 
    131131!------------------------------------------------------------------------------ 
    132    ln_zdf_Beer      = .true.          !  Heat diffusion follows a Beer law 
     132   ln_zdf_BL99      = .true.          !  Heat diffusion follows Bitz and Lipscomb 1999 
    133133   ln_cndi_U64      = .false.         !  sea ice thermal conductivity: k = k0 + beta.S/T            (Untersteiner, 1964) 
    134134   ln_cndi_P07      = .true.          !  sea ice thermal conductivity: k = k0 + beta1.S/T - beta2.T (Pringle et al., 2007) 
     
    150150/ 
    151151!------------------------------------------------------------------------------ 
    152 &namthd_do     !   Ice growth in open water 
     152&namthd_do      !   Ice growth in open water 
    153153!------------------------------------------------------------------------------ 
    154154   rn_hinew         =   0.1           !  thickness for new ice formation in open water (m), must be larger than rn_hnewice 
     
    174174/ 
    175175!------------------------------------------------------------------------------ 
    176 &nammp      !   Melt ponds 
    177 !------------------------------------------------------------------------------ 
    178    ln_pnd           = .false.         !  active melt ponds 
    179    ln_pnd_rad       = .false.         !  active melt ponds radiative coupling 
    180    ln_pnd_fw        = .false.         !  active melt ponds freshwater coupling 
    181    nn_pnd_scheme    =   0             !  type of melt pond scheme  : =0 prescribed ( Tsu=0 ), =1 empirical, =2 topographic 
    182    rn_apnd          =   0.2           !  prescribed pond fraction, at Tsu=0  : (0<rn_apnd<1, nn_pnd_scheme = 0) 
    183    rn_hpnd          =   0.05          !  prescribed pond depth, at Tsu=0     : (0<rn_apnd<1, nn_pnd_scheme = 0) 
    184 / 
    185 !------------------------------------------------------------------------------ 
    186 &namini     !   Ice initialization 
     176&namthd_pnd     !   Melt ponds 
     177!------------------------------------------------------------------------------ 
     178   ln_pnd_H12       = .false.         !  activate evolutive melt ponds (from Holland et al 2012) 
     179      ln_pnd_fwb    = .false.         !     melt ponds store freshwater or not 
     180   ln_pnd_CST       = .false.         !  activate constant melt ponds 
     181      rn_apnd       =   0.2           !     prescribed pond fraction, at Tsu=0 
     182      rn_hpnd       =   0.05          !     prescribed pond depth, at Tsu=0 
     183   ln_pnd_alb       = .false.         !  melt ponds affect albedo or not 
     184/ 
     185!------------------------------------------------------------------------------ 
     186&namini         !   Ice initialization 
    187187!------------------------------------------------------------------------------ 
    188188   ln_iceini        = .true.          !  activate ice initialization (T) or not (F) 
     
    209209/ 
    210210!------------------------------------------------------------------------------ 
    211 &namalb     !   albedo parameters 
    212 !------------------------------------------------------------------------------ 
    213    nn_ice_alb       =    1            !  parameterization of ice/snow albedo 
    214       !                               !  =0 : Shine & Henderson-Sellers (JGR 1985), giving clear-sky albedo 
    215       !                               !  =1 : "home made" based on Brandt et al. (JClim 2005) and 
    216       !                               !        Grenfell & Perovich (JGR 2004), giving cloud-sky albedo 
    217       !                               !  =2 : as 1 with melt ponds 
    218       !                               ! 
    219       !                               !  recommanded values depending on the param chosen: 
    220       !                               !             nn_ice_alb   !   =0   ! = 1 or 2 !  obs range (cloud-sky) ! 
    221       rn_alb_sdry      =   0.85       !  dry snow albedo         :  0.80  !   0.85   !  0.85 -- 0.87  
    222       rn_alb_smlt      =   0.75       !  melting snow albedo     :  0.65  !   0.75   !  0.72 -- 0.82  
    223       rn_alb_idry      =   0.60       !  dry ice albedo          :  0.72  !   0.60   !  0.54 -- 0.65  
    224       rn_alb_imlt      =   0.50       !  bare puddled ice albedo :  0.53  !   0.50   !  0.49 -- 0.58  
    225       rn_alb_dpnd      =   0.27       !  ponded ice albedo       :  0.25  !   0.27   !  0.10 -- 0.30  
    226 / 
    227 !------------------------------------------------------------------------------ 
    228 &namdia     !   Diagnostics 
     211&namalb         !   albedo parameters 
     212!------------------------------------------------------------------------------ 
     213   !                                  !                          !  obs range (cloud-sky) 
     214   rn_alb_sdry      =   0.85          !  dry snow albedo         :  0.85 -- 0.87 
     215   rn_alb_smlt      =   0.75          !  melting snow albedo     :  0.72 -- 0.82 
     216   rn_alb_idry      =   0.60          !  dry ice albedo          :  0.54 -- 0.65 
     217   rn_alb_imlt      =   0.50          !  bare puddled ice albedo :  0.49 -- 0.58 
     218   rn_alb_dpnd      =   0.27          !  ponded ice albedo       :  0.10 -- 0.30  
     219/ 
     220!------------------------------------------------------------------------------ 
     221&namdia         !   Diagnostics 
    229222!------------------------------------------------------------------------------ 
    230223   ln_icediachk     = .false.         !  check online the heat, mass & salt budgets (T) or not (F) 
  • branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/SHARED/namelist_ref

    r8586 r8637  
    195195                           !  =1 use observed ice-cover      , 
    196196                           !  =2 or 3 automatically for LIM3 or CICE    ("key_lim3" or "key_cice") 
     197                           !          except in AGRIF zoom where it has to be specified 
    197198   ln_ice_embd = .false.   !  =T embedded sea-ice (pressure + mass and salt exchanges) 
    198199                           !  =F levitating ice (no pressure, mass and salt exchanges) 
     
    257258   rn_vfac     = 0.        !  multiplicative factor for ocean & ice velocity used to 
    258259   !                       !  calculate the wind stress (0.=absolute or 1.=relative winds) 
    259    ln_Cd_L12   = .false.   !  air-ice and ocean-ice drags = F(ice concentration) (Lupkes et al. JGR 2012) 
     260   ln_Cd_L12   = .false.   !  air-ice drags = F(ice concentration) (Lupkes et al. 2012) 
     261   ln_Cd_L15   = .false.   !  air-ice drags = F(ice concentration) (Lupkes et al. 2015) 
    260262/ 
    261263!----------------------------------------------------------------------- 
     
    312314   sn_frq      = 'sas_grid_T',     120           , 'frq_m'   ,   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    '' 
    313315 
    314    l_sasread   = .true.    !  =T Read the above fields in a file, =F initialize to 0. in sbcssm.F90 if .FALSE. 
     316   l_sasread   = .true.    !  =T Read the above fields in a file, =F initialize to 0. in sbcssm.F90 
    315317   ln_3d_uve   = .true.    !  specify whether we are supplying a 3D u,v and e3 field 
    316318   ln_read_frq = .false.   !  specify whether we must read frq or not 
     
    768770! 
    769771!----------------------------------------------------------------------- 
    770 &nam_vvl    !   vertical coordinate options                             (default: z-star) 
     772&nam_vvl       !   vertical coordinate options                             (default: z-star) 
    771773!----------------------------------------------------------------------- 
    772774   ln_vvl_zstar  = .true.           !  z-star vertical coordinate 
     
    775777   ln_vvl_ztilde_as_zstar = .false. !  ztilde vertical coordinate emulating zstar 
    776778   ln_vvl_zstar_at_eqtor  = .false. !  ztilde near the equator 
    777    rn_ahe3       =  0.0e0           !  thickness diffusion coefficient 
    778    rn_rst_e3t    = 30.0e0           !  ztilde to zstar restoration timescale [days] 
    779    rn_lf_cutoff  =  5.0e0           !  cutoff frequency for low-pass filter  [days] 
    780    rn_zdef_max   =  0.9e0           !  maximum fractional e3t deformation 
     779   rn_ahe3       =  0.0             !  thickness diffusion coefficient 
     780   rn_rst_e3t    = 30.0             !  ztilde to zstar restoration timescale [days] 
     781   rn_lf_cutoff  =  5.0             !  cutoff frequency for low-pass filter  [days] 
     782   rn_zdef_max   =  0.9             !  maximum fractional e3t deformation 
    781783   ln_vvl_dbg    = .true.           !  debug prints    (T/F) 
    782784/ 
Note: See TracChangeset for help on using the changeset viewer.