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 648 for trunk/NEMO/OPA_SRC/mppini_2.h90 – NEMO

Ignore:
Timestamp:
2007-04-12T16:00:53+02:00 (17 years ago)
Author:
opalod
Message:

nemo_v2_bugfix_031:RB: correct some file names for AGRIF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/mppini_2.h90

    r624 r648  
    4343    
    4444      !! Local variables 
     45      CHARACTER (len=32) :: clname 
    4546      INTEGER :: ji, jj, jn, jproc, jarea     ! dummy loop indices 
    4647      INTEGER ::  inum                        ! temporary logical unit 
     
    466467      ! Save processor layout in ascii file 
    467468      IF (lwp) THEN 
    468          CALL ctlopn( inum, 'layout.dat', 'UNKNOWN', 'FORMATTED', 'SEQUENTIAL',   & 
     469         clname = 'layout.dat' 
     470         CALL ctlopn( inum, clname, 'UNKNOWN', 'FORMATTED', 'SEQUENTIAL',   & 
    469471            &         1, numout, .FALSE., 1 ) 
    470472         WRITE(inum,'(6i8)') jpnij,jpi,jpj,jpk,jpiglo,jpjglo 
Note: See TracChangeset for help on using the changeset viewer.