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 14072 for NEMO/trunk/cfgs/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2020-12-04T08:48:38+01:00 (3 years ago)
Author:
laurent
Message:

Merging branch "2020/dev_r13648_ASINTER-04_laurent_bulk_ice", ticket #2369

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/cfgs/SHARED/namelist_ref

    r14060 r14072  
    257257!----------------------------------------------------------------------- 
    258258   !                    !  bulk algorithm : 
    259    ln_NCAR      = .true.    ! "NCAR"      algorithm   (Large and Yeager 2008) 
    260    ln_COARE_3p0 = .false.   ! "COARE 3.0" algorithm   (Fairall et al. 2003) 
    261    ln_COARE_3p6 = .false.   ! "COARE 3.6" algorithm   (Edson et al. 2013) 
    262    ln_ECMWF     = .false.   ! "ECMWF"     algorithm   (IFS cycle 45r1) 
    263       ! 
    264       rn_zqt     = 10.      !  Air temperature & humidity reference height (m) 
    265       rn_zu      = 10.      !  Wind vector reference height (m) 
    266       ln_Cd_L12  = .false.  !  air-ice drags = F(ice conc.) (Lupkes et al. 2012) 
    267       ln_Cd_L15  = .false.  !  air-ice drags = F(ice conc.) (Lupkes et al. 2015) 
    268       ln_crt_fbk = .false.     !  Add surface current feedback to the wind stress (Renault et al. 2020, doi: 10.1029/2019MS001715) 
     259   ln_NCAR      = .true.     ! "NCAR"      algorithm   (Large and Yeager 2008) 
     260   ln_COARE_3p0 = .false.    ! "COARE 3.0" algorithm   (Fairall et al. 2003) 
     261   ln_COARE_3p6 = .false.    ! "COARE 3.6" algorithm   (Edson et al. 2013) 
     262   ln_ECMWF     = .false.    ! "ECMWF"     algorithm   (IFS cycle 45r1) 
     263   ln_ANDREAS   = .false.    ! "ANDREAS"   algorithm   (Andreas et al. 2015) 
     264      rn_zqt       = 10.     !  Air temperature & humidity reference height (m) 
     265      rn_zu        = 10.     !  Wind vector reference height (m) 
     266      nn_iter_algo = 5       !  Number of iterations in bulk param. algo ("stable ABL + weak wind" requires more) 
     267      ln_skin_cs   = .false. !  use the cool-skin parameterization  => use at least nn_iter_algo > 10 
     268      ln_skin_wl   = .false. !  use the warm-layer parameterization => use at least nn_iter_algo > 10 
     269   ! 
     270   rn_pfac    = 1.          !  multipl. factor for precipitation (total & snow) 
     271   rn_efac    = 1.          !  multipl. factor for evaporation (0. or 1.) 
     272   ! 
     273   ln_crt_fbk = .false.     !  Add surface current feedback to the wind stress (Renault et al. 2020, doi: 10.1029/2019MS001715) 
    269274         rn_stau_a = -2.9e-3   !     Alpha from eq. 10: Stau = Alpha * Wnd + Beta 
    270275         rn_stau_b =  8.0e-3   !     Beta  
    271       rn_pfac    = 1.       !  multipl. factor for precipitation (total & snow) 
    272       rn_efac    = 1.       !  multipl. factor for evaporation (0. or 1.) 
    273       ln_skin_cs = .false.  !  use the cool-skin parameterization 
    274       ln_skin_wl = .false.  !  use the warm-layer parameterization 
    275       !                     !   ==> only available in ECMWF and COARE algorithms 
    276       ln_humi_sph = .true.  !  humidity "sn_humi" is specific humidity  [kg/kg] 
    277       ln_humi_dpt = .false. !  humidity "sn_humi" is dew-point temperature [K] 
    278       ln_humi_rlh = .false. !  humidity "sn_humi" is relative humidity     [%] 
    279       ln_tpot     = .true.  !!GS: compute potential temperature or not 
     276   ! 
     277   ln_humi_sph = .true.  !  humidity "sn_humi" is specific humidity  [kg/kg] 
     278   ln_humi_dpt = .false. !  humidity "sn_humi" is dew-point temperature [K] 
     279   ln_humi_rlh = .false. !  humidity "sn_humi" is relative humidity     [%] 
     280   ln_tair_pot = .false. !  air temperature read in "sn_tair" is already POTENTIAL TEMPERATURE, NOT ABSOLUTE (ECMWF => ln_tair_pot=.false.) 
     281   !!    
     282   !! Bulk transfer coefficients over sea-ice: (relevant IF: nn_ice >=1 ) 
     283   ln_Cx_ice_cst = .true.     ! use constant ice-air bulk transfer coefficients (value given below) 
     284      rn_Cd_i  = 1.4e-3       ! sea-ice drag coefficient 
     285      rn_Ce_i  = 1.4e-3       !    "    sublimation coefficient 
     286      rn_Ch_i  = 1.4e-3       !    "    sensible heat flux coefficient 
     287   ln_Cx_ice_AN05  = .false.  !  (Andreas et al. 2005) 
     288   ln_Cx_ice_LU12  = .false.  !  (Lupkes et al. 2012) 
     289   ln_Cx_ice_LG15  = .false.  !  (Lupkes & Gryanik 2015) 
    280290   ! 
    281291   cn_dir      = './'      !  root directory for the bulk data location 
     
    404414   sn_e3t      = 'sas_grid_T'            ,       120.        , 'e3t_m'   ,   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    '' 
    405415   sn_frq      = 'sas_grid_T'            ,       120.        , 'frq_m'   ,   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    '' 
     416   !! 
     417   !! Following only needed with STATION_ASF compiled with "sea-ice" support: "key_si3" (ice fraction, ice surface temperature and sea-ice albedo: 
     418   sn_ifr  = 'NOT USED'                  , 1.         , 'siconc'  ,   .true.    , .false. , 'yearly'  ,    ''            ,    ''    ,    '' 
     419   sn_tic  = 'NOT USED'                  , 1.         , 'istl1'   ,   .true.    , .false. , 'yearly'  ,    ''            ,    ''    ,    '' 
     420   sn_ial  = 'NOT USED'                  , 1.         , 'fal'     ,   .true.    , .false. , 'yearly'  ,    ''            ,    ''    ,    '' 
    406421/ 
    407422!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.