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 2777 for trunk/NEMOGCM/NEMO/OPA_SRC/DOM/istate.F90 – NEMO

Ignore:
Timestamp:
2011-06-07T11:55:02+02:00 (13 years ago)
Author:
smasson
Message:

LIM3 compiling and (partly?) running in v3_3_1, see ticket#817

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/OPA_SRC/DOM/istate.F90

    r2715 r2777  
    459459 
    460460      IF(wrk_in_use(3, 1) ) THEN 
    461          CALL ctl_stop('istage_uvg: requested workspace array unavailable')   ;   RETURN 
     461         CALL ctl_stop('istate_uvg: requested workspace array unavailable')   ;   RETURN 
    462462      ENDIF 
    463463 
     
    558558      ! 
    559559      IF( wrk_not_released(3, 1) ) THEN 
    560          CALL ctl_stop('istage_uvg: failed to release workspace array') 
     560         CALL ctl_stop('istate_uvg: failed to release workspace array') 
    561561      ENDIF 
    562562      ! 
Note: See TracChangeset for help on using the changeset viewer.