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 3887 for branches/2013/dev_r3858_NOC_ZTC/NEMOGCM/CONFIG/ORCA2_LIM – NEMO

Ignore:
Timestamp:
2013-04-22T15:19:17+02:00 (11 years ago)
Author:
acc
Message:

Branch 2013/dev_r3858_NOC_ZTC, #863. Additions to nam_vvl so that all options can be controlled via the namelist and reported to ocean.output.

File:
1 edited

Legend:

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

    r3865 r3887  
    642642&nam_vvl    !   vertical coordinate options 
    643643!----------------------------------------------------------------------- 
    644    ln_vvl_zstar  = .false. !  zstar vertical coordinate                     
    645    ln_vvl_ztilde = .true.  !  hybrid verticalcoordinate: only high frequency variations 
    646    ln_vvl_layer  = .false. !  full layer vertical coordinate 
    647    rn_ahe3       = 0.e0    !  thickness diffusion coefficient  
    648    ln_vvl_dbg    = .true.  !  debug prints    (T/F) 
     644   ln_vvl_zstar  = .false.          !  zstar vertical coordinate                     
     645   ln_vvl_ztilde = .true.           !  ztilde vertical coordinate: only high frequency variations 
     646   ln_vvl_layer  = .false.          !  full layer vertical coordinate 
     647   ln_vvl_ztilde_as_zstar = .false. !  ztilde vertical coordinate emulating zstar 
     648   rn_ahe3       = 0.e0             !  thickness diffusion coefficient  
     649   rn_rst_e3t    = 30._wp           ! ztilde to zstar restoration timescale [days] 
     650   rn_lf_cutoff  = 5.0_wp           ! cutoff frequency for low-pass filter  [days] 
     651   rn_zdef_max   = 0.9_wp           ! maximum fractional e3t deformation 
     652   ln_vvl_dbg    = .true.           !  debug prints    (T/F) 
    649653/ 
    650654!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.