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 1561 for trunk/NEMO/OPA_SRC/step.F90 – NEMO

Ignore:
Timestamp:
2009-07-30T10:50:07+02:00 (15 years ago)
Author:
ctlod
Message:

Fix output state following an error state trapped by stpctl.F90, see ticket: #496

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/step.F90

    r1546 r1561  
    242242      ! diagnostics and outputs             (ua, va, ta, sa used as workspace) 
    243243      !<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 
    244                          CALL dia_wri( kstp, indic )  ! ocean model: outputs 
     244                         CALL dia_wri( kstp )         ! ocean model: outputs 
    245245      IF( lk_floats  )   CALL flo_stp( kstp )         ! drifting Floats 
    246246      IF( lk_diahth  )   CALL dia_hth( kstp )         ! Thermocline depth (20 degres isotherm depth) 
Note: See TracChangeset for help on using the changeset viewer.