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/domain.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/domain.F90

    r1229 r1241  
    146146      NAMELIST/namdom/ ntopo , e3zps_min, e3zps_rat, nmsh   ,   & 
    147147         &             nacc  , atfp     , rdt      , rdtmin ,   & 
    148          &             rdtmax, rdth     , rdtbt    , nclosea 
     148         &             rdtmax, rdth     , nn_baro  , nclosea 
    149149      NAMELIST/namcla/ n_cla 
    150150      !!---------------------------------------------------------------------- 
     
    248248         WRITE(numout,*) '           maximum time step on tracers   rdtmax    = ', rdtmax 
    249249         WRITE(numout,*) '           depth variation tracer step    rdth      = ', rdth 
    250          WRITE(numout,*) '           barotropic time step           rdtbt     = ', rdtbt 
     250         WRITE(numout,*) '           number of barotropic time step nn_baro   = ', nn_baro 
    251251      ENDIF 
    252252 
Note: See TracChangeset for help on using the changeset viewer.