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 1241 for trunk/NEMO/OPA_SRC/DOM/dom_oce.F90 – NEMO

Ignore:
Timestamp:
2009-01-05T17:14:49+01:00 (15 years ago)
Author:
rblod
Message:

Fix a stupid bug for time splitting and ensure restartability for dynspg_ts in addition, see tickets #280 and #292

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/DOM/dom_oce.F90

    r1200 r1241  
    200200   !! time domain 
    201201   !!---------------------------------------------------------------------- 
    202    INTEGER, PUBLIC ::    & !!: * Namelist * ??? 
    203       nacc   = 0 ,       &  !: = 0/1 use of the acceleration of convergence technique 
    204       neuler                !: restart euler forward option (0=Euler) 
    205  
     202   INTEGER, PUBLIC ::      & !!: * Namelist * ??? 
     203      nacc   = 0   ,       &  !: = 0/1 use of the acceleration of convergence technique 
     204      neuler       ,       &  !: restart euler forward option (0=Euler) 
     205      nn_baro = 64            !: number of barotropic time steps (key_dynspg_ts) 
    206206 
    207207   REAL(wp), PUBLIC ::       & !!: * Namelist ??? * 
     
    210210      rdtmax = 3600._wp ,    &  !: maximum time step on tracers 
    211211      rdth   =  800._wp ,    &  !: depth variation of tracer step 
    212       rdtbt  =   90._wp ,    &  !: barotropic time step for the dynamics (lk_dynspg_ts=T) 
    213212      atfp   = 0.1_wp   ,    &  !: asselin time filter parameter 
    214213      atfp1                     !: asselin time filter coeff. (atfp1= 1-2*atfp) 
Note: See TracChangeset for help on using the changeset viewer.