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 8477 for branches/2015/nemo_v3_6_STABLE – NEMO

Ignore:
Timestamp:
2017-08-31T14:41:13+02:00 (7 years ago)
Author:
timgraham
Message:

Revert accidental change to step.F90 in last commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/nemo_v3_6_STABLE/NEMOGCM/NEMO/OPA_SRC/step.F90

    r8464 r8477  
    234234      IF( lk_diaar5  )      CALL dia_ar5( kstp )         ! ar5 diag 
    235235      IF( lk_diaharm )      CALL dia_harm( kstp )        ! Tidal harmonic analysis 
    236       IF( lk_diaprod )      CALL dia_prod( kstp )        ! ocean model: product diagnostics 
     236                            CALL dia_prod( kstp )        ! ocean model: product diagnostics 
    237237                            CALL dia_wri( kstp )         ! ocean model: outputs 
    238238      ! 
Note: See TracChangeset for help on using the changeset viewer.