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/par_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/par_ice.F90

    r699 r881  
    1 MODULE par_ice 
     1MODULE par_ice_2 
     2#if defined key_lim2 
    23   !!====================================================================== 
    3    !!                       ***  MODULE par_ice   *** 
     4   !!                       ***  MODULE par_ice_2   *** 
    45   !! Sea-Ice model : definition of the parameters 
    56   !!====================================================================== 
     
    2425 
    2526   !!====================================================================== 
    26 END MODULE par_ice 
     27#endif 
     28END MODULE par_ice_2 
Note: See TracChangeset for help on using the changeset viewer.