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 11772 for NEMO/branches/2019/dev_r11085_ASINTER-05_Brodeau_Advanced_Bulk/cfgs/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2019-10-23T16:04:12+02:00 (5 years ago)
Author:
laurent
Message:

LB: solid updates+improvements of cool-skin/warm-layer capabilty of COARE and ECMWF bulk algorithms!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11085_ASINTER-05_Brodeau_Advanced_Bulk/cfgs/SHARED/namelist_ref

    r10808 r11772  
    249249!----------------------------------------------------------------------- 
    250250   !                    !  bulk algorithm : 
    251    ln_NCAR     = .false.   ! "NCAR"      algorithm   (Large and Yeager 2008) 
     251   ln_NCAR      = .false.   ! "NCAR"      algorithm   (Large and Yeager 2008) 
    252252   ln_COARE_3p0 = .false.   ! "COARE 3.0" algorithm   (Fairall et al. 2003) 
    253    ln_COARE_3p5 = .false.   ! "COARE 3.5" algorithm   (Edson et al. 2013) 
    254    ln_ECMWF    = .false.   ! "ECMWF"     algorithm   (IFS cycle 31) 
     253   ln_COARE_3p6 = .false.   ! "COARE 3.6" algorithm   (Edson et al. 2013) 
     254   ln_ECMWF     = .false.   ! "ECMWF"     algorithm   (IFS cycle 31) 
    255255      ! 
    256256      rn_zqt      = 10.       !  Air temperature & humidity reference height (m) 
     
    263263      rn_vfac     = 0.        !  multiplicative factor for ocean & ice velocity used to 
    264264      !                       !  calculate the wind stress (0.=absolute or 1.=relative winds) 
    265  
     265      ln_skin_cs = .FALSE.  !  use the cool-skin parameterization (only available in ECMWF and COARE algorithms) !LB 
     266      ln_skin_wl = .FALSE.  !  use the warm-layer        "               "                    " 
     267      ! 
     268      ln_humi_sph = .true.     !  humidity specified below in "sn_humi" is specific humidity     [kg/kg] if .true. 
     269      ln_humi_dpt = .false.    !  humidity specified below in "sn_humi" is dew-point temperature   [K]   if .true. 
     270      ln_humi_rlh = .false.    !  humidity specified below in "sn_humi" is relative humidity       [%]   if .true. 
     271   ! 
    266272   cn_dir      = './'      !  root directory for the bulk data location 
    267273   !___________!_________________________!___________________!___________!_____________!________!___________!______________________________________!__________!_______________! 
Note: See TracChangeset for help on using the changeset viewer.