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

Ignore:
Timestamp:
2006-04-10T17:46:12+02:00 (18 years ago)
Author:
opalod
Message:

nemo_v1_update_044 : CT : update the passive tracers TOP component and the standard GYRE configuration

File:
1 edited

Legend:

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

    r389 r434  
    143143         iimppt, ijmppt, ilcit, ilcjt       ! temporary workspace 
    144144      REAL(wp) ::   zidom, zjdom            ! temporary scalars 
    145       CHARACTER(len=80) :: clname 
    146145      !!---------------------------------------------------------------------- 
    147146 
     
    351350       IF (lwp) THEN 
    352351        inum = 11     
    353         clname = 'layout.dat' 
    354         CALL ctlopn(inum, clname, 'UNKNOWN', 'FORMATTED', 'SEQUENTIAL', 1, numout, lwp, 0) 
    355          
     352 
     353        OPEN(inum,FILE='layout.dat') 
     354        WRITE(inum,'(a)') '   jpnij     jpi     jpj     jpk  jpiglo  jpjglo' 
    356355        WRITE(inum,'(6i8)') jpnij,jpi,jpj,jpk,jpiglo,jpjglo 
    357356        WRITE(inum,'(a)') 'NAREA nlci nlcj nldi nldj nlei nlej nimpp njmpp' 
Note: See TracChangeset for help on using the changeset viewer.