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 13229 for NEMO/branches/2020/dev_r12558_HPC-08_epico_Extra_Halo/cfgs/AGRIF_DEMO/EXPREF/2_namelist_cfg – NEMO

Ignore:
Timestamp:
2020-07-02T17:33:41+02:00 (4 years ago)
Author:
francesca
Message:

dev_r12558_HPC-08_epico_Extra_Halo: merge with trunk@13218, see #2366

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r12558_HPC-08_epico_Extra_Halo/cfgs/AGRIF_DEMO/EXPREF/2_namelist_cfg

    r13015 r13229  
    9292   !                    !  bulk algorithm : 
    9393   ln_NCAR      = .true.    ! "NCAR"      algorithm   (Large and Yeager 2008) 
    94    ln_COARE_3p0 = .false.   ! "COARE 3.0" algorithm   (Fairall et al. 2003) 
    95    ln_COARE_3p6 = .false.   ! "COARE 3.6" algorithm   (Edson et al. 2013) 
    96    ln_ECMWF     = .false.   ! "ECMWF"     algorithm   (IFS cycle 31) 
    97       ! 
    98       rn_zqt      = 10.       !  Air temperature & humidity reference height (m) 
    99       rn_zu       = 10.       !  Wind vector reference height (m) 
    100       ln_Cd_L12   = .false.   !  air-ice drags = F(ice concentration) (Lupkes et al. 2012) 
    101       ln_Cd_L15   = .false.   !  air-ice drags = F(ice concentration) (Lupkes et al. 2015) 
    102       rn_pfac     = 1.        !  multiplicative factor for precipitation (total & snow) 
    103       rn_efac     = 1.        !  multiplicative factor for evaporation (0. or 1.) 
    104       rn_vfac     = 0.        !  multiplicative factor for ocean & ice velocity used to 
    105       !                       !  calculate the wind stress (0.=absolute or 1.=relative winds) 
    106       ln_skin_cs = .false.  !  use the cool-skin parameterization (only available in ECMWF and COARE algorithms) !LB 
    107       ln_skin_wl = .false.  !  use the warm-layer        "               "                    " 
    108       ! 
    109       ln_humi_sph = .true.     !  humidity specified below in "sn_humi" is specific humidity     [kg/kg] if .true. 
    110       ln_humi_dpt = .false.    !  humidity specified below in "sn_humi" is dew-point temperature   [K]   if .true. 
    111       ln_humi_rlh = .false.    !  humidity specified below in "sn_humi" is relative humidity       [%]   if .true. 
    11294   ! 
    11395   cn_dir      = './'      !  root directory for the bulk data location 
     
    176158!----------------------------------------------------------------------- 
    177159   ln_spc_dyn    = .true.  !  use 0 as special value for dynamics 
    178    rn_sponge_tra = 1440.   !  coefficient for tracer   sponge layer [m2/s] 
    179    rn_sponge_dyn = 1440.   !  coefficient for dynamics sponge layer [m2/s] 
    180160   ln_chk_bathy  = .true.  !  =T  check the parent bathymetry 
    181161/ 
Note: See TracChangeset for help on using the changeset viewer.