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 8422 for branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/LIM_SRC_3/iceerr1.F90 – NEMO

Ignore:
Timestamp:
2017-08-08T15:58:05+02:00 (7 years ago)
Author:
clem
Message:

continue naming

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/LIM_SRC_3/iceerr1.F90

    r8420 r8422  
    1717   USE ice 
    1818   USE ice1D           ! LIM thermodynamic sea-ice variables 
    19    USE limitd_th 
     19   USE iceitd 
    2020   USE limvar 
    2121   USE icecons         ! conservation tests 
     
    104104      ! Rebin categories with thickness out of bounds 
    105105      !---------------------------------------------------- 
    106       IF ( jpl > 1 ) CALL lim_itd_th_reb 
     106      IF ( jpl > 1 ) CALL ice_itd_reb 
    107107 
    108108      !----------------- 
Note: See TracChangeset for help on using the changeset viewer.