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

Ignore:
Timestamp:
2008-04-21T14:36:04+02:00 (16 years ago)
Author:
rblod
Message:

Correct remaining bugs in LIM3 implementation, see ticket #71

File:
1 edited

Legend:

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

    r888 r894  
    455455   !!-------------------------------------------------------------------------- 
    456456   ! REMOVE 
    457    INTEGER(wp), PUBLIC, DIMENSION(jpl)                ::   &  !: 
     457   INTEGER, PUBLIC, DIMENSION(jpl)                ::   &  !: 
    458458      ice_types      !: Vector making the connection between types and categories 
    459459 
    460    INTEGER(wp), PUBLIC, DIMENSION(jpm,2)              ::   &  !: 
     460   INTEGER, PUBLIC, DIMENSION(jpm,2)              ::   &  !: 
    461461      ice_cat_bounds !: Matrix containing the integer upper and  
    462462                     !: lower boundaries of ice thickness categories 
    463463 
    464464   ! REMOVE 
    465    INTEGER(wp), PUBLIC, DIMENSION(jpm)                ::   &  !: 
     465   INTEGER, PUBLIC, DIMENSION(jpm)                ::   &  !: 
    466466      ice_ncat_types !: Vector containing the number of thickness categories in each ice type 
    467467 
Note: See TracChangeset for help on using the changeset viewer.