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 2312 – NEMO

Changeset 2312


Ignore:
Timestamp:
2010-10-25T17:18:36+02:00 (14 years ago)
Author:
rblod
Message:

Correct again dependancy in previous commit

File:
1 edited

Legend:

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

    r2311 r2312  
    2929   USE dom_oce 
    3030   USE lib_mpp 
     31   USE in_out_manager 
     32 
    3133   IMPLICIT NONE 
    3234   PRIVATE 
     
    585587      irecl = ( jpchinf + 1 ) * nvinfo  
    586588      CALL ctlopn( numevo_ice, clname, 'UNKNOWN', 'FORMATTED', 'SEQUENTIAL',    & 
    587          &         irecl, numout, narea, 1 ) 
     589         &         irecl, numout, .TRUE., narea ) 
    588590 
    589591      !- ecriture de 2 lignes d''entete : 
Note: See TracChangeset for help on using the changeset viewer.