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 4383 for branches/2013 – NEMO

Changeset 4383 for branches/2013


Ignore:
Timestamp:
2014-01-30T17:21:55+01:00 (10 years ago)
Author:
rfurner
Message:

updates to AMM12 namelist options

Location:
branches/2013/dev_MERGE_2013/NEMOGCM/CONFIG
Files:
2 edited

Legend:

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

    r4370 r4383  
    77   cn_exp      =  "AMM12"  !  experience name 
    88   nn_it000    =       1   !  first time step 
    9    nn_itend    =    2880   !  last  time step (std 1 day = 288) 
    10    nn_date0    =  20120101 !  date at nit_0000 (format yyyymmdd) used if ln_rstart=F or (ln_rstart=T and nn_rstctl=0 or 1) 
     9   nn_itend    =    1296   !  last  time step (std 1 day = 144) 
     10   nn_date0    =  20120102 !  date at nit_0000 (format yyyymmdd) used if ln_rstart=F or (ln_rstart=T and nn_rstctl=0 or 1) 
    1111   nn_leapy    =       1   !  Leap year calendar (1) or not (0) 
    1212   ln_rstart   =  .true.  !  start from rest (F) or from a restart file (T) 
     
    1414   cn_ocerst_out  = "restart_oce_out"   !  suffix of ocean restart name (input) 
    1515   nn_istate   =       1   !  output the initial state (1) or not (0) 
    16    nn_stock    =     2880  !  frequency of creation of a restart file (modulo referenced to 1) 
     16   nn_stock    =    1296   !  frequency of creation of a restart file (modulo referenced to 1) 
    1717   nn_write    =     144   !  frequency of write in the output file   (modulo referenced to nit000)  
    1818/ 
     
    4949&namdom        !   space and time domain (bathymetry, mesh, timestep) 
    5050!----------------------------------------------------------------------- 
    51    rn_rdt      =  300.     !  time step for the dynamics (and tracer if nn_acc=0) 
    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) 
     51   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) 
    5555   ppglam0     =  999999.0             !  longitude of first raw and column T-point (jphgr_msh = 1) 
    5656   ppgphi0     =  999999.0             ! latitude  of first raw and column T-point (jphgr_msh = 1) 
     
    208208&nam_tide      !   tide parameters (#ifdef key_tide) 
    209209!----------------------------------------------------------------------- 
    210    ln_tide_pot   = .false.   !  use tidal potential forcing 
    211210   clname(1)     =   'Q1'   !  name of constituent 
    212211   clname(2)     =   'O1' 
     
    260259   rn_bfri2    =    2.5e-3 !  bottom drag coefficient (non linear case) 
    261260   rn_bfeb2    =    0.0e0  !  bottom turbulent kinetic energy background  (m2/s2) 
    262    ln_loglayer = .false.  !  loglayer bottom friction (only effect when nn_bfr = 2) 
     261   ln_loglayer =    .true. !  loglayer bottom friction (only effect when nn_bfr = 2) 
    263262   rn_bfrz0    =    0.003  !  bottom roughness (only effect when ln_loglayer = .true.) 
    264263/ 
  • branches/2013/dev_MERGE_2013/NEMOGCM/CONFIG/SHARED/namelist_ref

    r4381 r4383  
    611611   rn_bfrien   =    50.    !  local multiplying factor of bfr (ln_bfr2d=T) 
    612612   ln_bfrimp   = .true.    !  implicit bottom friction (requires ln_zdfexp = .false. if true) 
     613   ln_loglayer = .false.   !  loglayer bottom friction (only effect when nn_bfr = 2) 
    613614/ 
    614615!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.