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 11564 for NEMO/branches/2019/dev_r10973_AGRIF-01_jchanut_small_jpi_jpj/cfgs/SHARED/namelist_ice_ref – NEMO

Ignore:
Timestamp:
2019-09-18T16:11:52+02:00 (5 years ago)
Author:
jchanut
Message:

#2199, merged with trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r10973_AGRIF-01_jchanut_small_jpi_jpj/cfgs/SHARED/namelist_ice_ref

    r10911 r11564  
    5656   rn_ishlat        =   2.            !  lbc : free slip (0) ; partial slip (0-2) ; no slip (2) ; strong slip (>2) 
    5757   ln_landfast_L16  = .false.         !  landfast: parameterization from Lemieux 2016 
    58    ln_landfast_home = .false.         !  landfast: parameterization from "home made" 
    5958      rn_depfra     =   0.125         !        fraction of ocean depth that ice must reach to initiate landfast 
    6059                                      !          recommended range: [0.1 ; 0.25] - L16=0.125 - home=0.15 
     
    178177&namthd_pnd     !   Melt ponds 
    179178!------------------------------------------------------------------------------ 
    180    ln_pnd_H12       = .false.         !  activate evolutive melt ponds (from Holland et al 2012) 
    181    ln_pnd_CST       = .false.         !  activate constant  melt ponds 
    182       rn_apnd       =   0.2           !     prescribed pond fraction, at Tsu=0 degC 
    183       rn_hpnd       =   0.05          !     prescribed pond depth,    at Tsu=0 degC 
    184    ln_pnd_alb       = .false.         !  melt ponds affect albedo or not 
     179   ln_pnd           = .false.         !  activate melt ponds or not 
     180     ln_pnd_H12     = .false.         !  activate evolutive melt ponds (from Holland et al 2012) 
     181     ln_pnd_CST     = .false.         !  activate constant  melt ponds 
     182       rn_apnd      =   0.2           !     prescribed pond fraction, at Tsu=0 degC 
     183       rn_hpnd      =   0.05          !     prescribed pond depth,    at Tsu=0 degC 
     184     ln_pnd_alb     = .false.         !  melt ponds affect albedo or not 
    185185/ 
    186186!------------------------------------------------------------------------------ 
     
    189189   ln_iceini        = .true.          !  activate ice initialization (T) or not (F) 
    190190   ln_iceini_file   = .false.         !  netcdf file provided for initialization (T) or not (F) 
    191    rn_thres_sst     =   2.0           !  max delta temp. above Tfreeze with initial ice = (sst - tfreeze) 
    192    rn_hts_ini_n     =   0.3           !  initial real snow thickness (m), North 
     191   rn_thres_sst     =   2.0           !  max temp. above Tfreeze with initial ice = (sst - tfreeze) 
     192   rn_hti_ini_n     =   3.0           !  initial ice thickness       (m), North 
     193   rn_hti_ini_s     =   1.0           !        "            "             South 
     194   rn_hts_ini_n     =   0.3           !  initial snow thickness      (m), North 
    193195   rn_hts_ini_s     =   0.3           !        "            "             South 
    194    rn_hti_ini_n     =   3.0           !  initial real ice thickness  (m), North 
    195    rn_hti_ini_s     =   1.0           !        "            "             South 
    196196   rn_ati_ini_n     =   0.9           !  initial ice concentration   (-), North 
    197197   rn_ati_ini_s     =   0.9           !        "            "             South 
    198198   rn_smi_ini_n     =   6.3           !  initial ice salinity     (g/kg), North 
    199199   rn_smi_ini_s     =   6.3           !        "            "             South 
    200    rn_tmi_ini_n     = 270.            !  initial ice/snw temperature (K), North 
     200   rn_tmi_ini_n     = 270.            !  initial ice temperature    (K), North 
    201201   rn_tmi_ini_s     = 270.            !        "            "             South 
    202  
     202   rn_tsu_ini_n     = 270.            !  initial surface temperature (K), North 
     203   rn_tsu_ini_s     = 270.            !        "            "             South 
     204   rn_tms_ini_n     = 270.            !  initial snw temperature     (K), North 
     205   rn_tms_ini_s     = 270.            !        "            "             South 
     206   rn_apd_ini_n     =   0.2           !  initial pond fraction       (-), North 
     207   rn_apd_ini_s     =   0.2           !        "            "             South 
     208   rn_hpd_ini_n     =   0.05          !  initial pond depth          (m), North 
     209   rn_hpd_ini_s     =   0.05          !        "            "             South 
     210   ! -- for ln_iceini_file = T 
    203211   sn_hti = 'Ice_initialization'    , -12 ,'hti'   ,  .false.  , .true., 'yearly'  , '' , '', '' 
    204212   sn_hts = 'Ice_initialization'    , -12 ,'hts'   ,  .false.  , .true., 'yearly'  , '' , '', '' 
    205213   sn_ati = 'Ice_initialization'    , -12 ,'ati'   ,  .false.  , .true., 'yearly'  , '' , '', '' 
     214   sn_smi = 'Ice_initialization'    , -12 ,'smi'   ,  .false.  , .true., 'yearly'  , '' , '', '' 
     215   sn_tmi = 'Ice_initialization'    , -12 ,'tmi'   ,  .false.  , .true., 'yearly'  , '' , '', '' 
    206216   sn_tsu = 'Ice_initialization'    , -12 ,'tsu'   ,  .false.  , .true., 'yearly'  , '' , '', '' 
    207    sn_tmi = 'Ice_initialization'    , -12 ,'tmi'   ,  .false.  , .true., 'yearly'  , '' , '', '' 
    208    sn_smi = 'Ice_initialization'    , -12 ,'smi'   ,  .false.  , .true., 'yearly'  , '' , '', '' 
     217   sn_tms = 'NOT USED'              , -12 ,'tms'   ,  .false.  , .true., 'yearly'  , '' , '', '' 
     218   !      melt ponds (be careful, sn_apd is the pond concentration (not fraction), so it differs from rn_apd) 
     219   sn_apd = 'NOT USED'              , -12 ,'apd'   ,  .false.  , .true., 'yearly'  , '' , '', '' 
     220   sn_hpd = 'NOT USED'              , -12 ,'hpd'   ,  .false.  , .true., 'yearly'  , '' , '', '' 
    209221   cn_dir='./' 
    210222/ 
     
    222234&namdia         !   Diagnostics 
    223235!------------------------------------------------------------------------------ 
    224    ln_icediachk     = .false.         !  check online the heat, mass & salt budgets (T) or not (F) 
     236   ln_icediachk     = .false.         !  check online the heat, mass & salt budgets at each time step 
     237      !                               !     rate of ice spuriously gained/lost. For ex., rn_icechk=1. <=> 1mm/year, rn_icechk=0.1 <=> 1mm/10years                                    
     238      rn_icechk_cel =  1.             !     check at any gridcell           => stops the code if violated (and writes a file) 
     239      rn_icechk_glo =  0.1            !     check over the entire ice cover => only prints warnings 
    225240   ln_icediahsb     = .false.         !  output the heat, mass & salt budgets (T) or not (F) 
    226241   ln_icectl        = .false.         !  ice points output for debug (T or F) 
Note: See TracChangeset for help on using the changeset viewer.