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 844 for trunk/NEMO/LIM_SRC_3/limitd_th.F90 – NEMO

Ignore:
Timestamp:
2008-03-12T15:44:49+01:00 (16 years ago)
Author:
ctlod
Message:

To ensure the restartability with LIM 3.0, fix hi_max(jpl) = 999.99 (m)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/LIM_SRC_3/limitd_th.F90

    r834 r844  
    325325!----------------------------------------------------------------------------------------------- 
    326326      !- 4.1 Compute category boundaries 
    327       hi_max(kubnd) = 999.99 
     327      ! Tricky trick see iceini.F90 
     328      ! will be soon removed, CT 
     329      ! hi_max(kubnd) = 999.99 
    328330      zhbnew(:,:,:) = 0.0 
    329331 
Note: See TracChangeset for help on using the changeset viewer.