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 4283 for branches/2013/dev_r3858_NOC_ZTC/NEMOGCM/CONFIG/AMM12/EXP00/namelist – NEMO

Ignore:
Timestamp:
2013-11-20T13:00:50+01:00 (11 years ago)
Author:
acc
Message:

Branch 2013/dev_r3858_NOC_ZTC, #863. Update namelists with z-tilde options (nam_vvl)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_r3858_NOC_ZTC/NEMOGCM/CONFIG/AMM12/EXP00/namelist

    r4254 r4283  
    607607   ln_dynadv_cen2= .false. !  flux form - 2nd order centered scheme 
    608608   ln_dynadv_ubs = .false. !  flux form - 3rd order UBS      scheme 
     609/ 
     610!----------------------------------------------------------------------- 
     611&nam_vvl    !   vertical coordinate options 
     612!----------------------------------------------------------------------- 
     613   ln_vvl_zstar  = .true.           !  zstar vertical coordinate 
     614   ln_vvl_ztilde = .false.          !  ztilde vertical coordinate: only high frequency variations 
     615   ln_vvl_layer  = .false.          !  full layer vertical coordinate 
     616   ln_vvl_ztilde_as_zstar = .false. !  ztilde vertical coordinate emulating zstar 
     617   rn_ahe3       = 0.0e0            !  thickness diffusion coefficient 
     618   rn_rst_e3t    = 30.e0            !  ztilde to zstar restoration timescale [days] 
     619   rn_lf_cutoff  = 5.0e0            !  cutoff frequency for low-pass filter  [days] 
     620   rn_zdef_max   = 0.9e0            !  maximum fractional e3t deformation 
     621   ln_vvl_dbg    = .true.           !  debug prints    (T/F) 
     622/ 
     623!----------------------------------------------------------------------- 
     624&nam_vvl    !   vertical coordinate options 
     625!----------------------------------------------------------------------- 
     626   ln_vvl_zstar  = .true.           !  zstar vertical coordinate 
     627   ln_vvl_ztilde = .false.          !  ztilde vertical coordinate: only high frequency variations 
     628   ln_vvl_layer  = .false.          !  full layer vertical coordinate 
     629   ln_vvl_ztilde_as_zstar = .false. !  ztilde vertical coordinate emulating zstar 
     630   rn_ahe3       = 0.0e0            !  thickness diffusion coefficient 
     631   rn_rst_e3t    = 30.e0            !  ztilde to zstar restoration timescale [days] 
     632   rn_lf_cutoff  = 5.0e0            !  cutoff frequency for low-pass filter  [days] 
     633   rn_zdef_max   = 0.9e0            !  maximum fractional e3t deformation 
     634   ln_vvl_dbg    = .true.           !  debug prints    (T/F) 
    609635/ 
    610636!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.