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/OPA_SRC/LDF/ldfdyn_c2d.h90 – NEMO

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/OPA_SRC/LDF/ldfdyn_c2d.h90

    r623 r689  
    88   !!---------------------------------------------------------------------- 
    99   !!   OPA 9.0 , LOCEAN-IPSL (2005)  
    10    !! $Header$  
     10   !! $Header: /home/opalod/NEMOCVSROOT/NEMO/OPA_SRC/LDF/ldfdyn_c2d.h90,v 1.6 2007/06/29 17:01:51 opalod Exp $  
    1111   !! This software is governed by the CeCILL licence see modipsl/doc/NEMO_CeCILL.txt  
    1212   !!---------------------------------------------------------------------- 
     
    166166 
    167167      CALL ctlopn( inum, 'ahmcoef', 'UNKNOWN', 'FORMATTED', 'SEQUENTIAL',   & 
    168          &           1, numout, .TRUE., 1 ) 
     168         &           1, numout, lwp, 1 ) 
    169169      REWIND inum 
    170170      READ(inum,9101) clexp, iim, ijm 
Note: See TracChangeset for help on using the changeset viewer.