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 10075 for NEMO/trunk/tests/WAD/EXPREF/namelist_cfg – NEMO

Ignore:
Timestamp:
2018-08-29T16:44:04+02:00 (6 years ago)
Author:
nicolasmartin
Message:

Update of namelist blocks for inclusion in the NEMO manual
Add simple script to check if a block is missing in the documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/tests/WAD/EXPREF/namelist_cfg

    r10073 r10075  
    5050   ln_read_cfg = .false.   !  (=T) read the domain configuration file 
    5151      !                    !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules 
    52    ln_write_cfg= .true.    !  (=T) create the domain configuration file 
     52   ln_write_cfg = .true.    !  (=T) create the domain configuration file 
    5353/ 
    5454!----------------------------------------------------------------------- 
     
    5858   ln_wd_dl    = .true.    ! T/F activation of directional limiter 
    5959   ln_wd_dl_bc = .true.    ! T/F Directional limiteer Baroclinic option 
    60    ln_wd_dl_rmp= .true.    ! T/F Turn on directional limiter ramp 
     60   ln_wd_dl_rmp = .true.    ! T/F Turn on directional limiter ramp 
    6161   rn_wdmin0   =  0.30     ! depth at which WaD starts 
    6262   rn_wdmin1   =  0.2      ! Minimum wet depth on dried cells 
     
    205205&namdrg        !   top/bottom drag coefficient                          (default: NO selection) 
    206206!----------------------------------------------------------------------- 
    207    ln_loglayer= .false.    !  logarithmic drag: Cd = vkarmn/log(z/z0) |U| 
     207   ln_loglayer = .false.    !  logarithmic drag: Cd = vkarmn/log(z/z0) |U| 
    208208   ln_lin      = .true.    !      linear  drag: Cd = Cd0 Uc0                   &   namdrg_top) 
    209209   ln_non_lin  = .false.   !  non-linear  drag: Cd = Cd0 |U| 
     
    222222   rn_z0      =  3.e-3    !  roughness [m] (ln_loglayer=T) 
    223223   ln_boost   = .false.   !  =T regional boost of Cd0 ; =F constant 
    224       rn_boost=  50.         !  local boost factor  [-] 
     224      rn_boost =  50.         !  local boost factor  [-] 
    225225/ 
    226226!----------------------------------------------------------------------- 
     
    316316   ln_dynadv_vec = .true. !  vector form - 2nd centered scheme 
    317317     nn_dynkeg     = 0        ! grad(KE) scheme: =0   C2  ;  =1   Hollingsworth correction 
    318    ln_dynadv_cen2= .false. !  flux form - 2nd order centered scheme 
     318   ln_dynadv_cen2 = .false. !  flux form - 2nd order centered scheme 
    319319   ln_dynadv_ubs = .false. !  flux form - 3rd order UBS      scheme 
    320320/ 
Note: See TracChangeset for help on using the changeset viewer.