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 6051 for branches/2015/dev_CMCC_merge_2015/NEMOGCM/CONFIG/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2015-12-15T10:46:14+01:00 (8 years ago)
Author:
lovato
Message:

Merge branches/2015/dev_r5056_CMCC4_simplification (see ticket #1456)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_CMCC_merge_2015/NEMOGCM/CONFIG/SHARED/namelist_ref

    r5930 r6051  
    132132   rn_rdt      = 5760.     !  time step for the dynamics (and tracer if nn_acc=0) 
    133133   rn_atfp     =    0.1    !  asselin time filter parameter 
    134    nn_acc      =    0      !  acceleration of convergence : =1      used, rdt < rdttra(k) 
    135                                  !                          =0, not used, rdt = rdttra 
    136    rn_rdtmin   = 28800.          !  minimum time step on tracers (used if nn_acc=1) 
    137    rn_rdtmax   = 28800.          !  maximum time step on tracers (used if nn_acc=1) 
    138    rn_rdth     =  800.           !  depth variation of tracer time step  (used if nn_acc=1) 
    139134   ln_crs      = .false.      !  Logical switch for coarsening module 
    140135   jphgr_msh   =       0               !  type of horizontal mesh 
     
    12441239   cn_dir_cdg  = './'  !  root directory for the location of drag coefficient files 
    12451240/ 
    1246 !----------------------------------------------------------------------- 
    1247 &namdyn_nept  !   Neptune effect (simplified: lateral and vertical diffusions removed) 
    1248 !----------------------------------------------------------------------- 
    1249    ! Suggested lengthscale values are those of Eby & Holloway (1994) for a coarse model 
    1250    ln_neptsimp       = .false.  ! yes/no use simplified neptune 
    1251  
    1252    ln_smooth_neptvel = .false.  ! yes/no smooth zunep, zvnep 
    1253    rn_tslse          =  1.2e4   ! value of lengthscale L at the equator 
    1254    rn_tslsp          =  3.0e3   ! value of lengthscale L at the pole 
    1255    ! Specify whether to ramp down the Neptune velocity in shallow 
    1256    ! water, and if so the depth range controlling such ramping down 
    1257    ln_neptramp       = .true.   ! ramp down Neptune velocity in shallow water 
    1258    rn_htrmin         =  100.0   ! min. depth of transition range 
    1259    rn_htrmax         =  200.0   ! max. depth of transition range 
    1260 / 
Note: See TracChangeset for help on using the changeset viewer.