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 840 for branches/dev_001_SBC/NEMO/OPA_SRC/SBC/sbcice_lim.F90 – NEMO

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

dev_001_SBC : add the good interface for CLIO bulk under the new surface module

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev_001_SBC/NEMO/OPA_SRC/SBC/sbcice_lim.F90

    r751 r840  
    125125         SELECT CASE( kblk ) 
    126126         CASE( 3 )           ! CLIO bulk formulation 
    127             CALL blk_ice_clio() 
     127            CALL blk_ice_clio( sist     , ui_ice   , vi_ice   , alb_ice_cs, alb_ice_os,            & 
     128               &                                     utaui_ice, vtaui_ice , qns_ice   , qsr_ice,   & 
     129               &                                     qla_ice  , dqns_ice  , dqla_ice  ,            & 
     130               &                                     tprecip  , sprecip   ,                        & 
     131               &                                     fr1_i0   , fr2_i0    , 'B'  ) 
    128132         CASE( 4 )           ! CORE bulk formulation 
    129133            CALL blk_ice_core( sist     , ui_ice   , vi_ice   , alb_ice_cs,                      & 
Note: See TracChangeset for help on using the changeset viewer.