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

Ignore:
Timestamp:
2017-08-08T16:18:04+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/icerdgrft.F90

    r8420 r8424  
    1818   USE ice1D            ! LIM thermodynamics 
    1919   USE ice              ! LIM variables 
    20    USE limvar           ! LIM 
     20   USE icevar           ! LIM 
    2121   USE icecons          ! conservation tests 
    2222   USE icectl           ! control prints 
     
    275275      END DO !! on the do while over iter 
    276276 
    277       CALL lim_var_agg( 1 )  
     277      CALL ice_var_agg( 1 )  
    278278 
    279279      !-----------------------------------------------------------------------------! 
     
    311311 
    312312      ! Zero out categories with very small areas 
    313       CALL lim_var_zapsmall 
     313      CALL ice_var_zapsmall 
    314314 
    315315      ! Ice thickness needed for rafting 
Note: See TracChangeset for help on using the changeset viewer.