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 881 for branches/dev_001_SBC/NEMO/LIM_SRC/thd_ice.F90 – NEMO

Ignore:
Timestamp:
2008-04-08T11:45:52+02:00 (16 years ago)
Author:
ctlod
Message:

dev_001_SBC: Step I: change cpp ket name key_ice_lim into key_lim2 & change names inside modules with extension _2, see ticket: #110

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev_001_SBC/NEMO/LIM_SRC/thd_ice.F90

    r717 r881  
    1 MODULE thd_ice 
     1MODULE thd_ice_2 
     2#if defined key_lim2 
    23   !!====================================================================== 
    3    !!                       ***  MODULE thd_ice  *** 
    4    !! LIM sea-ice :   Ice thermodynamics in 1D 
     4   !!                       ***  MODULE thd_ice_2  *** 
     5   !! LIM 2.0 sea-ice :   Ice thermodynamics in 1D 
    56   !!===================================================================== 
    67   !! History : 
     
    1213   !!---------------------------------------------------------------------- 
    1314   !! * Modules used 
    14    USE par_ice 
     15   USE par_ice_2 
    1516 
    1617   IMPLICIT NONE 
     
    8283 
    8384   !!====================================================================== 
    84 END MODULE thd_ice 
     85#endif 
     86END MODULE thd_ice_2 
Note: See TracChangeset for help on using the changeset viewer.