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 3993 for branches/2013/dev_r3853_CNRS9_ConfSetting/NEMOGCM/CONFIG/AMM12/EXP00/namelist_cfg – NEMO

Ignore:
Timestamp:
2013-07-30T11:14:05+02:00 (11 years ago)
Author:
clevy
Message:

Configuration setting/Step3 bugfixes,doc, and redistribute variables in namcfg and namdom see ticket:#1074

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_r3853_CNRS9_ConfSetting/NEMOGCM/CONFIG/AMM12/EXP00/namelist_cfg

    r3973 r3993  
    2929   jpjzoom     =       1               !  in data domain indices 
    3030   jperio      =       0               !  lateral cond. type (between 0 and 6) 
     31/ 
     32!----------------------------------------------------------------------- 
     33&namzgr        !   vertical coordinate 
     34!----------------------------------------------------------------------- 
     35   ln_zps      = .false.   !  z-coordinate - partial steps   (T/F) 
     36   ln_sco      = .true.    !  s- or hybrid z-s-coordinate    (T/F) 
     37/ 
     38!----------------------------------------------------------------------- 
     39&namzgr_sco    !   s-coordinate or hybrid z-s-coordinate 
     40!----------------------------------------------------------------------- 
     41   ln_s_sh94   = .false.   !  Song & Haidvogel 1994 hybrid S-sigma   (T)| 
     42   ln_s_sf12   = .true.    !  Siddorn & Furner 2012 hybrid S-z-sigma (T)| if both are false the NEMO tanh stretching is applied 
     43   ln_sigcrit  = .true.    !  use sigma coordinates below critical depth (T) or Z coordinates (F) for Siddorn & Furner stretch 
     44                           !  stretching coefficients for all functions 
     45   rn_hc       =   50.0    !  critical depth for transition to stretched coordinates 
     46/ 
     47!----------------------------------------------------------------------- 
     48&namdom        !   space and time domain (bathymetry, mesh, timestep) 
     49!----------------------------------------------------------------------- 
     50   rn_rdt      =  300.     !  time step for the dynamics (and tracer if nn_acc=0) 
     51   nn_baro     =   30      !  number of barotropic time step            ("key_dynspg_ts") 
     52   rn_rdtmin   =   300.          !  minimum time step on tracers (used if nn_acc=1) 
     53   rn_rdtmax   =   300.          !  maximum time step on tracers (used if nn_acc=1) 
     54   rn_rdth     =  300.           !  depth variation of tracer time step  (used if nn_acc=1) 
    3155   jphgr_msh   =       0               !  type of horizontal mesh 
    3256   ppglam0     =  999999.0             !  longitude of first raw and column T-point (jphgr_msh = 1) 
     
    4670   ppa2        =  999999.              !  Double tanh function parameters 
    4771   ppkth2      =  999999.              ! 
    48    ppacr2      =  999999.              ! 
    49 / 
    50 !----------------------------------------------------------------------- 
    51 &namzgr        !   vertical coordinate 
    52 !----------------------------------------------------------------------- 
    53    ln_zps      = .false.   !  z-coordinate - partial steps   (T/F) 
    54    ln_sco      = .true.    !  s- or hybrid z-s-coordinate    (T/F) 
    55 / 
    56 !----------------------------------------------------------------------- 
    57 &namzgr_sco    !   s-coordinate or hybrid z-s-coordinate 
    58 !----------------------------------------------------------------------- 
    59    ln_s_sh94   = .false.   !  Song & Haidvogel 1994 hybrid S-sigma   (T)| 
    60    ln_s_sf12   = .true.    !  Siddorn & Furner 2012 hybrid S-z-sigma (T)| if both are false the NEMO tanh stretching is applied 
    61    ln_sigcrit  = .true.    !  use sigma coordinates below critical depth (T) or Z coordinates (F) for Siddorn & Furner stretch 
    62                            !  stretching coefficients for all functions 
    63    rn_hc       =   50.0    !  critical depth for transition to stretched coordinates 
    64 / 
    65 !----------------------------------------------------------------------- 
    66 &namdom        !   space and time domain (bathymetry, mesh, timestep) 
    67 !----------------------------------------------------------------------- 
    68    rn_rdt      =  300.     !  time step for the dynamics (and tracer if nn_acc=0) 
    69    nn_baro     =   30      !  number of barotropic time step            ("key_dynspg_ts") 
    70    rn_rdtmin   =   300.          !  minimum time step on tracers (used if nn_acc=1) 
    71    rn_rdtmax   =   300.          !  maximum time step on tracers (used if nn_acc=1) 
    72    rn_rdth     =  300.           !  depth variation of tracer time step  (used if nn_acc=1) 
     72   ppacr2      =  999999. 
    7373/ 
    7474!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.