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 689 for trunk/NEMO/LIM_SRC – NEMO

Changeset 689 for trunk/NEMO/LIM_SRC


Ignore:
Timestamp:
2007-06-29T19:29:57+02:00 (17 years ago)
Author:
rblod
Message:

nemo_v2_bugfix_058:CT: make a better decomposition domain print in ocean.output file (i.e. from North to South)
nemo_v2_bugfix_059:CT: use lwp (instead hard-coded value .TRUE. ) as argument of ctlopn subroutine for clean outputs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/LIM_SRC/limdia.F90

    r648 r689  
    5858   !!---------------------------------------------------------------------- 
    5959   !!   LIM 2.0,  UCL-LOCEAN-IPSL (2005)  
    60    !! $Header$  
     60   !! $Header: /home/opalod/NEMOCVSROOT/NEMO/LIM_SRC/limdia.F90,v 1.9 2007/06/29 17:03:12 opalod Exp $  
    6161   !! Software governed by the CeCILL licence (modipsl/doc/NEMO_CeCILL.txt) 
    6262   !!---------------------------------------------------------------------- 
     
    244244       irecl = ( jpchinf + 1 ) * nvinfo  
    245245       CALL ctlopn( numevo_ice, clname, 'UNKNOWN', 'FORMATTED', 'SEQUENTIAL',   & 
    246           &           irecl, numout, .TRUE., 1 ) 
     246          &           irecl, numout, lwp, 1 ) 
    247247 
    248248       !- ecriture de 2 lignes d''entete : 
Note: See TracChangeset for help on using the changeset viewer.