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 7351 for branches/2016/dev_INGV_UKMO_2016/NEMOGCM/CONFIG/AMM12/EXP00/namelist_cfg – NEMO

Ignore:
Timestamp:
2016-11-28T17:04:10+01:00 (7 years ago)
Author:
emanuelaclementi
Message:

ticket #1805 step 3: /2016/dev_INGV_UKMO_2016 aligned to the trunk at revision 7161

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_INGV_UKMO_2016/NEMOGCM/CONFIG/AMM12/EXP00/namelist_cfg

    r5930 r7351  
    3434&namzgr        !   vertical coordinate 
    3535!----------------------------------------------------------------------- 
    36    ln_zps      = .false.   !  z-coordinate - partial steps   (T/F) 
    37    ln_sco      = .true.    !  s- or hybrid z-s-coordinate    (T/F) 
     36   ln_sco      = .true.    !  s- or hybrid z-s-coordinate 
    3837/ 
    3938!----------------------------------------------------------------------- 
     
    5049!----------------------------------------------------------------------- 
    5150   rn_rdt      =   600.    !  time step for the dynamics (and tracer if nn_acc=0) 
    52    rn_rdtmin   =   600.          !  minimum time step on tracers (used if nn_acc=1) 
    53    rn_rdtmax   =   600.          !  maximum time step on tracers (used if nn_acc=1) 
    54    rn_rdth     =   600.          !  depth variation of tracer time step  (used if nn_acc=1) 
    5551   ppglam0     =  999999.0             !  longitude of first raw and column T-point (jphgr_msh = 1) 
    5652   ppgphi0     =  999999.0             ! latitude  of first raw and column T-point (jphgr_msh = 1) 
     
    9389   nn_fwb      = 0         !  FreshWater Budget: =0 unchecked 
    9490   ln_apr_dyn  = .false.    !  Patm gradient added in ocean & ice Eqs.   (T => fill namsbc_apr ) 
     91   ln_traqsr   = .false.   !  Light penetration (T) or not (F) 
    9592 
    9693/ 
     
    130127&namtra_qsr    !   penetrative solar radiation 
    131128!----------------------------------------------------------------------- 
    132    ln_traqsr   = .false.   !  Light penetration (T) or not (F) 
    133129   nn_chldta   =      0    !  RGB : Chl data (=1) or cst value (=0) 
    134130/ 
     
    250246/ 
    251247!----------------------------------------------------------------------- 
    252 &nambbc        !   bottom temperature boundary condition 
    253 !----------------------------------------------------------------------- 
    254    ln_trabbc   = .false.   !  Apply a geothermal heating at the ocean bottom 
     248&nambbc        !   bottom temperature boundary condition                (default: NO) 
     249!----------------------------------------------------------------------- 
    255250/ 
    256251!----------------------------------------------------------------------- 
     
    262257&nameos        !   ocean physical parameters 
    263258!----------------------------------------------------------------------- 
     259   ln_teos10   = .true.         !  = Use TEOS-10 equation of state 
    264260/ 
    265261!----------------------------------------------------------------------- 
     
    339335&namdyn_spg    !   surface pressure gradient  
    340336!----------------------------------------------------------------------- 
    341    ln_dynspg_ts   = .true.    ! split-explicit free surface 
    342       ln_bt_auto    = .false.   ! Number of sub-step defined from: 
    343          nn_baro      = 30        ! =F : the number of sub-step in rn_rdt seconds 
     337   ln_dynspg_ts = .true.    ! split-explicit free surface 
     338      ln_bt_auto    = .false.  ! Number of sub-step defined from: 
     339         nn_baro       = 30       ! =F : the number of sub-step in rn_rdt seconds 
    344340/ 
    345341!----------------------------------------------------------------------- 
     
    449445/ 
    450446!----------------------------------------------------------------------- 
    451 &namdyn_nept  !   Neptune effect (simplified: lateral and vertical diffusions removed) 
    452 !----------------------------------------------------------------------- 
    453 / 
     447&nam_diatmb  !  Top Middle Bottom Output 
     448!----------------------------------------------------------------------- 
     449   ln_diatmb  = .true.    !  Choose Top Middle and Bottom output or not 
     450/ 
     451!----------------------------------------------------------------------- 
     452&nam_dia25h  !  25h Mean Output 
     453!----------------------------------------------------------------------- 
     454   ln_dia25h  = .true.    ! Choose 25h mean output or not 
     455/ 
     456 
Note: See TracChangeset for help on using the changeset viewer.