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 658 for trunk/NEMO/OPA_SRC – NEMO

Changeset 658 for trunk/NEMO/OPA_SRC


Ignore:
Timestamp:
2007-04-30T10:57:40+02:00 (17 years ago)
Author:
opalod
Message:

nemo_v2_bugfix_036:RB: correctly close timestep file

File:
1 edited

Legend:

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

    r634 r658  
    464464      ! ------------- 
    465465 
    466       CLOSE( numnam )       ! namelist 
    467       CLOSE( numout )       ! standard model output file 
    468       CLOSE( numstp )       ! time-step file 
    469  
     466      CLOSE( numnam )           ! namelist 
     467      CLOSE( numout )           ! standard model output file 
     468 
     469      IF(lwp) CLOSE( numstp )   ! time-step file 
    470470      IF(lwp) CLOSE( numsol ) 
    471471 
Note: See TracChangeset for help on using the changeset viewer.