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 1991 for vendors/IOIPSL/current/src/errioipsl.f90 – NEMO

Ignore:
Timestamp:
2010-07-08T15:39:26+02:00 (14 years ago)
Author:
smasson
Message:

Load working_directory into vendors/IOIPSL/current.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendors/IOIPSL/current/src/errioipsl.f90

    r1895 r1991  
    11MODULE errioipsl 
    22!- 
    3 !$Id: errioipsl.f90 386 2008-09-04 08:38:48Z bellier $ 
     3!$Id: errioipsl.f90 759 2009-10-22 08:53:27Z bellier $ 
    44!- 
    55! This software is governed by the CeCILL license 
     
    8080   ENDIF 
    8181   IF ( (plev == 3).AND.lact_mode) THEN 
    82      STOP 'Fatal error from IOIPSL. See stdout for more details' 
     82     WRITE(n_l,'("Fatal error from IOIPSL. STOP in ipslerr with code")') 
     83     STOP 1 
    8384   ENDIF 
    8485!--------------------- 
Note: See TracChangeset for help on using the changeset viewer.