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 826 for branches/dev_002_LIM/NEMO/OPA_SRC/opa.F90 – NEMO

Ignore:
Timestamp:
2008-03-06T13:05:46+01:00 (16 years ago)
Author:
ctlod
Message:

dev_002_LIM: change remaining cpp key key_ice_lim into key_lim3, see ticket:#71

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev_002_LIM/NEMO/OPA_SRC/opa.F90

    r824 r826  
    5959 
    6060   USE phycst          ! physical constant                  (par_cst routine) 
    61 #if defined key_ice_lim 
     61#if defined key_lim3 
    6262   USE iceini          ! initialization of sea-ice         (ice_init routine) 
    6363#endif 
     
    287287      CALL oc_fz_pt                         ! Surface freezing point 
    288288 
    289 #if defined key_ice_lim 
     289#if defined key_lim3 
    290290      CALL ice_init                         ! Sea ice model LIM3 
    291291#endif 
Note: See TracChangeset for help on using the changeset viewer.