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 895 for trunk/NEMO/LIM_SRC_3 – NEMO

Changeset 895 for trunk/NEMO/LIM_SRC_3


Ignore:
Timestamp:
2008-04-21T17:32:02+02:00 (16 years ago)
Author:
rblod
Message:

Fix small bugs in sea-ice (previous commit) and old flyspray: 189, 185, 161

Location:
trunk/NEMO/LIM_SRC_3
Files:
2 edited

Legend:

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

    r894 r895  
    579579       clname = 'ice.evolu' 
    580580       irecl = ( jpchinf + 1 ) * nvinfo  
    581        CALL ctlopn( numevo_ice, clname, 'UNKNOWN', 'FORMATTED', 'SEQUENTIAL', 
     581       CALL ctlopn( numevo_ice, clname, 'UNKNOWN', 'FORMATTED', 'SEQUENTIAL',    & 
    582582          &         irecl, numout, lwp, 1 ) 
    583583 
  • trunk/NEMO/LIM_SRC_3/limupdate.F90

    r894 r895  
    5252   !! * Accessibility 
    5353   PUBLIC lim_update ! routine called by ice_step 
     54 
     55   !! * Substitutions 
     56#  include "vectopt_loop_substitute.h90" 
    5457 
    5558   !! * Module variables 
Note: See TracChangeset for help on using the changeset viewer.