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 13656 for NEMO/branches/2020 – NEMO

Changeset 13656 for NEMO/branches/2020


Ignore:
Timestamp:
2020-10-21T16:20:57+02:00 (4 years ago)
Author:
laurent
Message:

Commit all my dev of 2020!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r13648_ASINTER-04_laurent_bulk_ice/cfgs/SHARED/namelist_ref

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