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/LIM_SRC_3/limthd_lac.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/LIM_SRC_3/limthd_lac.F90

    r2715 r2777  
    2828   USE wrk_nemo         ! workspace manager 
    2929   USE in_out_manager   ! I/O manager 
    30    USE lib_mpp         ! MPP library 
     30   USE lib_mpp          ! MPP library 
    3131 
    3232   IMPLICIT NONE 
     
    111111      !!-----------------------------------------------------------------------! 
    112112 
    113       IF(  wrk_in_use(1, 1,2,3,4,5,6,7,8,9,10,11,12,13,14) .OR.   & 
     113      IF(  wrk_in_use(1, 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15) .OR.   & 
    114114         & wrk_in_use(2, 1,2,3,4,5,6,7,8)                        ) THEN 
    115          CALL ctl_stop('lim_thd_dh : requestead workspace arrays unavailable.')   ;   RETURN 
     115         CALL ctl_stop('lim_thd_lac : requestead workspace arrays unavailable.')   ;   RETURN 
    116116      END IF 
    117117      ! Set-up pointers to sub-arrays of workspace arrays 
     
    130130      zqbgow    =>  wrk_1d_13(1:jpij)   ! heat budget of the open water (negative) 
    131131      zdhex     =>  wrk_1d_14(1:jpij)   ! excessively thick accreted sea ice (hlead-hice) 
     132      zswinew   =>  wrk_1d_15(1:jpij)   ! switch for new ice or not 
    132133 
    133134 
     
    690691      ENDIF 
    691692      ! 
    692       IF( wrk_not_released(1, 1,2,3,4,5,6,7,8,9,10,11,12,13,14) .OR.     & 
     693      IF( wrk_not_released(1, 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15) .OR.     & 
    693694          wrk_not_released(2, 1,2,3,4,5,6,7,8)                       )   & 
    694695          CALL ctl_stop( 'lim_thd_lac : failed to release workspace arrays' ) 
Note: See TracChangeset for help on using the changeset viewer.