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 10117 for NEMO/branches/2018 – NEMO

Changeset 10117 for NEMO/branches/2018


Ignore:
Timestamp:
2018-09-12T17:40:39+02:00 (6 years ago)
Author:
jchanut
Message:

Add reference namelist compliant with previous commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2018/dev_r10057_ENHANCE03_ZTILDE/cfgs/SHARED/namelist_ref

    r9932 r10117  
    840840&nam_vvl       !   vertical coordinate options                          (default: z-star) 
    841841!----------------------------------------------------------------------- 
    842    ln_vvl_zstar  = .true.           !  z-star vertical coordinate 
    843    ln_vvl_ztilde = .false.          !  z-tilde vertical coordinate: only high frequency variations 
     842   ln_vvl_zstar  = .true.           !  zstar vertical coordinate 
     843   ln_vvl_ztilde = .false.          !  ztilde vertical coordinate: only high frequency variations 
    844844   ln_vvl_layer  = .false.          !  full layer vertical coordinate 
    845845   ln_vvl_ztilde_as_zstar = .false. !  ztilde vertical coordinate emulating zstar 
    846    ln_vvl_zstar_at_eqtor  = .false. !  ztilde near the equator 
    847    rn_ahe3       =  0.0             !  thickness diffusion coefficient 
    848    rn_rst_e3t    = 30.0             !  ztilde to zstar restoration timescale [days] 
    849    rn_lf_cutoff  =  5.0             !  cutoff frequency for low-pass filter  [days] 
    850    rn_zdef_max   =  0.9             !  maximum fractional e3t deformation 
     846   ln_vvl_zstar_at_eqtor  = .false. !  revert to zstart at equator 
     847   ln_vvl_zstar_on_shelf  = .false. !  revert to zstar on shelves 
     848   ln_vvl_adv_cn2 = .false.         !  Centred thickness advection scheme 
     849   ln_vvl_adv_fct = .true.          !  FCT thickness advection scheme 
     850   ln_vvl_lap = .false.             !  Laplacian thickness diffusion 
     851      rn_ahe3_lap =  0.e0 
     852   ln_vvl_blp = .false.             !  Bilaplacian thickness diffusion 
     853      rn_ahe3_blp = -2.e8 
     854   rn_rst_e3t    = 30.e0            !  ztilde to zstar restoration timescale [days] 
     855   rn_lf_cutoff  = 5.0e0            !  cutoff frequency for low-pass filter  [days] 
     856   ln_vvl_regrid = .true.           !  Vertical regriding to ensure layer separation 
    851857   ln_vvl_dbg    = .true.           !  debug prints    (T/F) 
     858   ln_vvl_ramp   = .false.          !  linear ramp at startup 
     859      rn_day_ramp = 3.e0                ! ramp duration [days] 
    852860/ 
    853861!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.