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

Ignore:
Timestamp:
2013-04-23T15:44:05+02:00 (11 years ago)
Author:
acc
Message:

Branch 2013/dev_r3858_NOC_ZTC, #863. Changes to make new vvl code restartable. Vertical scale factors are read in dom_vvl_init which is called from domain before istate. Introduced rst_read_open in restart.F90 so that the restart file can be optionally opened in advance of the call to rst_read

File:
1 edited

Legend:

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

    r3887 r3890  
    306306 
    307307   cn_dir      = './'       !  root directory for the location of the bulk files 
    308    rn_pref     = 101000._wp !  reference atmospheric pressure   [N/m2]/ 
     308   rn_pref     = 101000.e0 !  reference atmospheric pressure   [N/m2]/ 
    309309   ln_ref_apr  = .false.    !  ref. pressure: global mean Patm (T) or a constant (F) 
    310310   ln_apr_obc  = .false.    !  inverse barometer added to OBC ssh data 
     
    646646   ln_vvl_layer  = .false.          !  full layer vertical coordinate 
    647647   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 
     648   rn_ahe3       = 0.0e0            !  thickness diffusion coefficient  
     649   rn_rst_e3t    = 30.e0            ! ztilde to zstar restoration timescale [days] 
     650   rn_lf_cutoff  = 5.0e0            ! cutoff frequency for low-pass filter  [days] 
     651   rn_zdef_max   = 0.9e0            ! maximum fractional e3t deformation 
    652652   ln_vvl_dbg    = .true.           !  debug prints    (T/F) 
    653653/ 
Note: See TracChangeset for help on using the changeset viewer.