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_ent.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_ent.F90

    r2715 r2777  
    122122 
    123123      IF( wrk_in_use(1, 1,2,3,4,5,6,7,8) ) THEN 
    124          CALL ctl_stop('lim_thd_dh : requestead workspace arrays unavailable')   ;   RETURN 
     124         CALL ctl_stop('lim_thd_ent : requestead workspace arrays unavailable')   ;   RETURN 
    125125      END IF 
    126126 
     
    477477      ! Cotes of old ice layers 
    478478      !------------------------- 
    479       zm0(:,0) =  0.-wp 
     479      zm0(:,0) =  0._wp 
    480480 
    481481      DO jk = 1, maxnbot0 
Note: See TracChangeset for help on using the changeset viewer.