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 746 for trunk/NEMO/OPA_SRC/SOL – NEMO

Changeset 746 for trunk/NEMO/OPA_SRC/SOL


Ignore:
Timestamp:
2007-12-06T18:03:18+01:00 (17 years ago)
Author:
smasson
Message:

implement ldstop in iom_varid, see ticket:21

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/SOL/solisl.F90

    r719 r746  
    571571      ! Lecture 
    572572      CALL iom_open ( 'islands', inum ) 
    573       ios = iom_varid( inum, 'aisl' ) 
     573      ios = iom_varid( inum, 'aisl', ldstop = .FALSE. ) 
    574574      IF( ios > 0 ) THEN 
    575575 
Note: See TracChangeset for help on using the changeset viewer.