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

Ignore:
Timestamp:
2020-07-02T11:09:01+02:00 (4 years ago)
Author:
smasson
Message:

trunk: Mid-year merge, merge back dev_r12563_ASINTER-06_ABL_improvement

File:
1 edited

Legend:

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

    r13208 r13214  
    279279      ln_humi_dpt = .false. !  humidity "sn_humi" is dew-point temperature [K] 
    280280      ln_humi_rlh = .false. !  humidity "sn_humi" is relative humidity     [%] 
     281      ln_tpot     = .true.  !!GS: compute potential temperature or not 
    281282   ! 
    282283   cn_dir      = './'      !  root directory for the bulk data location 
     
    309310   cn_ablrst_outdir = "."             !  directory to write output abl restarts 
    310311 
     312   ln_rstart_abl  = .false. 
    311313   ln_hpgls_frc   = .false. 
    312314   ln_geos_winds  = .false. 
    313    nn_dyn_restore = 2         ! restoring option for dynamical ABL variables: = 0 no restoring 
     315   ln_smth_pblh   = .false. 
     316   nn_dyn_restore = 0         ! restoring option for dynamical ABL variables: = 0 no restoring 
    314317                              !                                               = 1 equatorial restoring 
    315318                              !                                               = 2 global restoring 
    316    rn_ldyn_min   =  4.5       !  magnitude of the nudging on ABL dynamics at the bottom of the ABL   [hour] 
    317    rn_ldyn_max   =  1.5       !  magnitude of the nudging on ABL dynamics at the top of the ABL   [hour] 
    318    rn_ltra_min   =  4.5       !  magnitude of the nudging on ABL tracers  at the bottom of the ABL   [hour] 
    319    rn_ltra_max   =  1.5       !  magnitude of the nudging on ABL tracers  at the top of the ABL   [hour] 
     319   rn_ldyn_min   =  4.5       ! dynamics nudging magnitude inside the ABL [hour] (~3 rn_Dt) 
     320   rn_ldyn_max   =  1.5       ! dynamics nudging magnitude above  the ABL [hour] (~1 rn_Dt) 
     321   rn_ltra_min   =  4.5       ! tracers  nudging magnitude inside the ABL [hour] (~3 rn_Dt) 
     322   rn_ltra_max   =  1.5       ! tracers  nudging magnitude above  the ABL [hour] (~1 rn_Dt) 
    320323   nn_amxl       =  0         ! mixing length: = 0 Deardorff 80 length-scale 
    321324                              !                = 1 length-scale based on the distance to the PBL height 
    322325                              !                = 2 Bougeault & Lacarrere 89 length-scale 
    323    rn_Cm         = 0.0667     ! 0.126 in MesoNH 
    324    rn_Ct         = 0.1667     ! 0.143 in MesoNH 
    325    rn_Ce         = 0.4        ! 0.4   in MesoNH 
    326    rn_Ceps       = 0.7        ! 0.85  in MesoNH 
    327    rn_Rod        = 0.15       ! c0 in RMCA17 mixing length formulation (not yet implemented) 
    328    rn_Ric        = 0.139      !  Critical Richardson number (to compute PBL height and diffusivities) 
     326                              ! CBR00  ! CCH02  ! MesoNH ! 
     327   rn_Cm          = 0.0667    ! 0.0667 ! 0.1260 ! 0.1260 ! 
     328   rn_Ct          = 0.1667    ! 0.1667 ! 0.1430 ! 0.1430 ! 
     329   rn_Ce          = 0.40      ! 0.40   ! 0.34   ! 0.40   ! 
     330   rn_Ceps        = 0.700     ! 0.700  ! 0.845  ! 0.850  ! 
     331   rn_Ric         = 0.139     ! 0.139  ! 0.143  !   ?    ! Critical Richardson number (to compute PBL height and diffusivities) 
     332   rn_Rod         = 0.15      ! c0 in RMCA17 mixing length formulation (not yet implemented) 
    329333/ 
    330334!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.