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 11363 for NEMO/branches/2019/dev_r11265_ASINTER-01_Guillaume_ABL1D/cfgs/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2019-07-29T16:47:01+02:00 (5 years ago)
Author:
gsamson
Message:

dev_r11265_ABL : see #2131

  • fix xml files to get xios working with ABL
  • introduce rdt_abl = rdt * nn_fsbc to get ABL working with nn_fsbc > 1
  • does not change results compared to rev11360 with nn_fsbc = 1
File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11265_ASINTER-01_Guillaume_ABL1D/cfgs/SHARED/namelist_ref

    r11334 r11363  
    283283&namsbc_abl    !   Atmospheric Boundary Layer formulation           (ln_abl = T) 
    284284!----------------------------------------------------------------------- 
    285    cn_dir         = 'atm_forcing/'      !  root directory for the location of the ABL grid file 
     285   cn_dir         = './'      !  root directory for the location of the ABL grid file 
    286286   cn_dom         = 'dom_cfg_abl.nc' 
    287287   ln_hpgls_frc   = .false. 
     
    301301   rn_Rod        = 0.15       ! c0 in RMCA17 mixing length formulation (not yet implemented) 
    302302   rn_Ric        = 0.139      !  Critical Richardson number (to compute PBL height and diffusivities) 
    303    ln_smth_pblh  = .true.    !  Smoothing of PBL height with a 2d Hanning filter 
     303   ln_smth_pblh  = .false.   !  Smoothing of PBL height with a 2d Hanning filter 
    304304/ 
    305305!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.