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/iceerr2.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/iceerr2.F90

    r8420 r8422  
    1616   USE phycst          ! physical constants 
    1717   USE ice 
    18    USE ice1D         ! LIM thermodynamic sea-ice variables 
    19    USE limitd_th 
     18   USE ice1D           ! LIM thermodynamic sea-ice variables 
     19   USE iceitd 
    2020   USE limvar 
    2121   USE icecons         ! conservation tests 
     
    118118      ! Rebin categories with thickness out of bounds 
    119119      !---------------------------------------------------- 
    120       IF ( jpl > 1 ) CALL lim_itd_th_reb 
     120      IF ( jpl > 1 ) CALL ice_itd_reb 
    121121 
    122122      !----------------- 
Note: See TracChangeset for help on using the changeset viewer.