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 4860 – NEMO

Changeset 4860


Ignore:
Timestamp:
2014-11-17T14:13:19+01:00 (9 years ago)
Author:
rfurner
Message:

small corrections to surge config namelist

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/2014_Surge_Modelling/NEMOGCM/CONFIG/AMM7_SURGE/EXP00/namelist_cfg

    r4858 r4860  
    77   cn_exp      =  "AMMSURGE"  !  experience name 
    88   nn_it000    =       1   !  first time step 
    9    nn_itend    =   52560   !  last  time step (std 1 day = 144) 
     9   nn_itend    =  105120   !  last  time step (std 1 day = 144) 
    1010   nn_date0    =  20120101 !  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) 
     
    1515   cn_ocerst_out  = "restart_oce_out"   !  suffix of ocean restart name (input) 
    1616   nn_istate   =       1   !  output the initial state (1) or not (0) 
    17    nn_stock    =    4320   !  frequency of creation of a restart file (modulo referenced to 1) 
     17   nn_stock    =   52560   !  frequency of creation of a restart file (modulo referenced to 1) 
    1818   nn_write    =     144   !  frequency of write in the output file   (modulo referenced to nit000)  
    1919/ 
     
    104104&namsbc_ana    !   analytical surface boundary condition 
    105105!----------------------------------------------------------------------- 
     106   rn_utau0    =   0.0     !  uniform value for the i-stress 
    106107/ 
    107108!----------------------------------------------------------------------- 
     
    239240   rn_bfri2    =    2.5e-3 !  bottom drag coefficient (non linear case) 
    240241   rn_bfeb2    =    0.0e0  !  bottom turbulent kinetic energy background  (m2/s2) 
    241    ln_loglayer =    .true. !  loglayer bottom friction (only effect when nn_bfr = 2) 
     242   ln_loglayer =   .false. !  loglayer bottom friction (only effect when nn_bfr = 2) 
    242243   rn_bfrz0    =    0.003  !  bottom roughness (only effect when ln_loglayer = .true.) 
    243244/ 
     
    374375&nam_diaharm   !   Harmonic analysis of tidal constituents ('key_diaharm') 
    375376!----------------------------------------------------------------------- 
    376     nit000_han = 1         ! First time step used for harmonic analysis 
    377     nitend_han = 52560     ! Last time step used for harmonic analysis 
     377    nit000_han = 52560     ! First time step used for harmonic analysis 
     378    nitend_han =105120     ! Last time step used for harmonic analysis 
    378379    nstep_han  = 1         ! Time step frequency for harmonic analysis 
    379380    tname(1)   = 'M2'      ! Name of tidal constituents 
Note: See TracChangeset for help on using the changeset viewer.