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

Ignore:
Timestamp:
2006-05-11T17:04:37+02:00 (18 years ago)
Author:
opalod
Message:

nemo_v1_update_060: SM: IOM + 301 levels + CORE + begining of ctl_stop

File:
1 edited

Legend:

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

    r467 r473  
    200200      lwp   = narea == 1 
    201201 
     202      IF( lk_mpp )   THEN 
     203         CLOSE( numout )       ! standard model output file 
     204         WRITE(file_out,FMT="('ocean.output_',I4.4)") narea-1 
     205         IF ( numout /= 0 .AND. numout /= 6 ) THEN  
     206            CALL ctlopn( numout, file_out, 'UNKNOWN', 'FORMATTED',   & 
     207                 &         'SEQUENTIAL', 1, numout, .FALSE., 1 ) 
     208         ENDIF 
     209         ! 
     210         WRITE(numout,*) 
     211         WRITE(numout,*) '                 L O D Y C - I P S L' 
     212         WRITE(numout,*) '                     O P A model' 
     213         WRITE(numout,*) '            Ocean General Circulation Model' 
     214         WRITE(numout,*) '               version OPA 9.0  (2005) ' 
     215         WRITE(numout,*) '                   MPI Ocean output ' 
     216         WRITE(numout,*) 
     217         WRITE(numout,*) 
     218      ENDIF 
     219 
    202220      !                                     ! ============================== ! 
    203221      !                                     !  Model general initialization  ! 
     
    366384      CLOSE( numout )       ! standard model output file 
    367385      CLOSE( numstp )       ! time-step file 
    368       CLOSE( numwrs )       ! ocean restart file 
    369  
    370       IF( lk_dtatem )   CLOSE( numtdt ) 
    371       IF( lk_dtasal )   CLOSE( numsdt ) 
    372       IF( lk_dtasst )   CLOSE( numsst ) 
    373386 
    374387      IF(lwp) CLOSE( numsol ) 
    375  
    376       IF( lk_cpl ) THEN 
    377          CLOSE( numlhf ) 
    378          CLOSE( numlts ) 
    379       ENDIF 
    380  
    381       CLOSE( numwri ) 
    382388 
    383389   END SUBROUTINE opa_closefile 
Note: See TracChangeset for help on using the changeset viewer.