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 9353 for branches/2018/dev_r8864_nemo_v3_6_ZTILDE/NEMOGCM/CONFIG/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2018-02-23T16:52:00+01:00 (6 years ago)
Author:
jchanut
Message:

Tilde coordinate update: first draft

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2018/dev_r8864_nemo_v3_6_ZTILDE/NEMOGCM/CONFIG/SHARED/namelist_ref

    r8601 r9353  
    820820   ln_vvl_layer  = .false.          !  full layer vertical coordinate 
    821821   ln_vvl_ztilde_as_zstar = .false. !  ztilde vertical coordinate emulating zstar 
    822    ln_vvl_zstar_at_eqtor = .false.  !  ztilde near the equator 
    823    rn_ahe3       = 0.0e0            !  thickness diffusion coefficient 
     822   ln_vvl_zstar_at_eqtor  = .false. !  revert to zstart at equator 
     823   ln_vvl_zstar_on_shelf  = .false. !  revert to zstar on shelves 
     824   ln_vvl_adv_cn2 = .false.         !  Centred thickness advection scheme 
     825   ln_vvl_adv_fct = .true.          !  FCT thickness advection scheme 
     826   ln_vvl_lap = .false.             !  Laplacian thickness diffusion 
     827      rn_ahe3_lap =  0.e0 
     828   ln_vvl_blp = .false.             !  Bilaplacian thickness diffusion 
     829      rn_ahe3_blp = -2.e8 
    824830   rn_rst_e3t    = 30.e0            !  ztilde to zstar restoration timescale [days] 
    825831   rn_lf_cutoff  = 5.0e0            !  cutoff frequency for low-pass filter  [days] 
     832   ln_vvl_regrid = .true.           !  Vertical regriding to ensure layer separation 
    826833   rn_zdef_max   = 0.9e0            !  maximum fractional e3t deformation 
    827834   ln_vvl_dbg    = .true.           !  debug prints    (T/F) 
Note: See TracChangeset for help on using the changeset viewer.