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

Ignore:
Timestamp:
2009-09-01T16:59:21+02:00 (15 years ago)
Author:
smasson
Message:

make sure that numout is open until the end of the job, see ticket:540

File:
1 edited

Legend:

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

    r1601 r1627  
    386386      IF( lk_mpp )   CALL mppsync 
    387387      ! 
     388      IF(lwp) CLOSE( numstp )   ! time-step file 
     389      IF(lwp) CLOSE( numsol )   ! solver file 
     390      ! 
     391      CALL iom_close            ! close all input/output files 
     392      ! 
    388393      CLOSE( numnam )           ! namelist 
    389394      CLOSE( numout )           ! standard model output file 
    390395      ! 
    391       IF(lwp) CLOSE( numstp )   ! time-step file 
    392       IF(lwp) CLOSE( numsol )   ! solver file 
    393       ! 
    394       CALL iom_close            ! close all input/output files 
    395       ! 
    396396   END SUBROUTINE opa_closefile 
    397397 
Note: See TracChangeset for help on using the changeset viewer.