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 12016 for NEMO/branches/2019/dev_ASINTER-01-05_merged/cfgs/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2019-11-29T17:10:34+01:00 (4 years ago)
Author:
gsamson
Message:

dev_ASINTER-01-05_merged: merged shared field_def_nemo-oce.xml and namelist_ref (tickets #2159 and #2131)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_ASINTER-01-05_merged/cfgs/SHARED/namelist_ref

    r11859 r12016  
    254254!----------------------------------------------------------------------- 
    255255   !                    !  bulk algorithm : 
    256    ln_NCAR     = .false.   ! "NCAR"      algorithm   (Large and Yeager 2008) 
     256   ln_NCAR      = .false.   ! "NCAR"      algorithm   (Large and Yeager 2008) 
    257257   ln_COARE_3p0 = .false.   ! "COARE 3.0" algorithm   (Fairall et al. 2003) 
    258    ln_COARE_3p5 = .false.   ! "COARE 3.5" algorithm   (Edson et al. 2013) 
    259    ln_ECMWF    = .false.   ! "ECMWF"     algorithm   (IFS cycle 31) 
     258   ln_COARE_3p6 = .false.   ! "COARE 3.6" algorithm   (Edson et al. 2013) 
     259   ln_ECMWF     = .false.   ! "ECMWF"     algorithm   (IFS cycle 31) 
    260260      ! 
    261261      rn_zqt      = 10.       !  Air temperature & humidity reference height (m) 
     
    267267      rn_vfac     = 0.        !  multiplicative factor for ocean & ice velocity used to 
    268268      !                       !  calculate the wind stress (0.=absolute or 1.=relative winds) 
    269  
     269      ln_skin_cs = .false.  !  use the cool-skin parameterization (only available in ECMWF and COARE algorithms) !LB 
     270      ln_skin_wl = .false.  !  use the warm-layer        "               "                    " 
     271      ! 
     272      ln_humi_sph = .false.    !  humidity specified below in "sn_humi" is specific humidity     [kg/kg] if .true. 
     273      ln_humi_dpt = .false.    !  humidity specified below in "sn_humi" is dew-point temperature   [K]   if .true. 
     274      ln_humi_rlh = .false.    !  humidity specified below in "sn_humi" is relative humidity       [%]   if .true. 
     275   ! 
    270276   cn_dir      = './'      !  root directory for the bulk data location 
    271277   !___________!_________________________!___________________!___________!_____________!________!___________!______________________________________!__________!_______________! 
     
    319325   !                       !   -> file cplmask.nc with the float variable called cplmask (jpi,jpj,nn_cplmodel) 
    320326   nn_cats_cpl   =     5   !  Number of sea ice categories over which coupling is to be carried out (if not 1) 
    321  
    322327   !_____________!__________________________!____________!_____________!______________________!________! 
    323328   !             !        description       !  multiple  !    vector   !       vector         ! vector ! 
     
    356361   sn_rcv_wper   =   'none'                 ,    'no'    ,     ''      ,         ''           ,   '' 
    357362   sn_rcv_wnum   =   'none'                 ,    'no'    ,     ''      ,         ''           ,   '' 
    358    sn_rcv_wstrf  =   'none'                 ,    'no'    ,     ''      ,         ''           ,   '' 
     363   sn_rcv_wfreq  =   'none'                 ,    'no'    ,     ''      ,         ''           ,   '' 
    359364   sn_rcv_wdrag  =   'none'                 ,    'no'    ,     ''      ,         ''           ,   '' 
    360365   sn_rcv_ts_ice =   'none'                 ,    'no'    ,     ''      ,         ''           ,   '' 
Note: See TracChangeset for help on using the changeset viewer.