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 888 for trunk/NEMO/OPA_SRC/SBC/cpl_oasis3.F90 – NEMO

Ignore:
Timestamp:
2008-04-11T19:05:03+02:00 (16 years ago)
Author:
ctlod
Message:

merge dev_001_SBC branche with the trunk to include the New Surface Module package, see ticket: #113

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/SBC/cpl_oasis3.F90

    r719 r888  
    4545   USE daymod                       ! date and time info 
    4646   USE dom_oce                      ! ocean space and time domain 
     47   USE sbc_ice                      ! surface boundary condition: ice 
    4748   USE in_out_manager               ! I/O manager 
    4849   USE par_oce                      ! 
     
    5051 
    5152   USE oce, only: tn, un, vn 
    52    USE ice, only: frld, hicif, hsnif 
    53    USE flx_oce, only : alb_ice ,  & ! albedo of ice 
    54                        tn_ice       ! ice surface temperature 
     53#if defined key_lim2 
     54   USE ice_2, only: frld, hicif, hsnif 
     55#endif 
    5556 
    5657   IMPLICIT NONE 
     
    116117   !!---------------------------------------------------------------------- 
    117118   !!   OPA 9.0 , LOCEAN-IPSL (2006)  
    118    !! $Header$  
     119   !! $Id$ 
    119120   !! Software governed by the CeCILL licence (modipsl/doc/NEMO_CeCILL.txt) 
    120121   !!---------------------------------------------------------------------- 
     
    309310 
    310311#if defined key_cpl_albedo 
     312# if defined key_lim3 
     313         Must be adapted for LIM3 
     314# endif 
    311315         tn_ice  = 271.285 
    312316    alb_ice =   0.75 
Note: See TracChangeset for help on using the changeset viewer.