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 98 for trunk/NEMO/LIM_SRC/limdia.F90 – NEMO

Ignore:
Timestamp:
2004-06-25T10:29:17+02:00 (20 years ago)
Author:
opalod
Message:

CT : BUGFIX064 : correction of the unit file number for the ice.evolu output ice file

File:
1 edited

Legend:

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

    r77 r98  
    169169       ! oututs on file ice_evolu     
    170170       IF( MOD( numit , ninfo ) == 0 ) THEN 
    171           WRITE(90,fmtw) ( titvar(jv), vinfom(jv)/naveg, jv = 1, nvinfo ) 
     171          WRITE(numevo_ice,fmtw) ( titvar(jv), vinfom(jv)/naveg, jv = 1, nvinfo ) 
    172172          naveg = 0 
    173173          DO jv = 1, nvinfo 
Note: See TracChangeset for help on using the changeset viewer.