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 833 for trunk/NEMO/OPA_SRC/opa.F90 – NEMO

Ignore:
Timestamp:
2008-03-07T14:51:35+01:00 (16 years ago)
Author:
rblod
Message:

Merge branche dev_002_LIM back to trunk ticket #70 and #71

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/opa.F90

    r719 r833  
    5959 
    6060   USE phycst          ! physical constant                  (par_cst routine) 
     61#if defined key_lim3 
    6162   USE iceini          ! initialization of sea-ice         (ice_init routine) 
     63#endif 
     64#if defined key_lim2 
     65   USE iceini_2        ! initialization of sea-ice         (ice_init_2 routine) 
     66#endif 
    6267   USE cpl             ! coupled ocean/atmos.              (cpl_init routine) 
    6368   USE ocfzpt          ! ocean freezing point              (oc_fz_pt routine) 
     
    282287      CALL oc_fz_pt                         ! Surface freezing point 
    283288 
    284 #if defined key_ice_lim 
    285       CALL ice_init                         ! Sea ice model 
     289#if defined key_lim3 
     290      CALL ice_init                         ! Sea ice model LIM3 
     291#endif 
     292 
     293#if defined key_lim2 
     294      CALL ice_init_2                       ! Sea ice model LIM2 
    286295#endif 
    287296 
Note: See TracChangeset for help on using the changeset viewer.