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 1053 – NEMO

Changeset 1053


Ignore:
Timestamp:
2008-06-04T16:25:55+02:00 (16 years ago)
Author:
rblod
Message:

trunk: remove useless sea-ice/ocean velocities as arguments of CALL sequences (LIM3 version) since they are not used in CLIO bulk, see ticket: #185

File:
1 edited

Legend:

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

    r959 r1053  
    143143         SELECT CASE( kblk ) 
    144144         CASE( 3 )                                       ! CLIO bulk formulation 
    145             CALL blk_ice_clio( t_su , u_ice    , v_ice     , alb_ice_cs, alb_ice_os,   & 
    146                &                      utaui_ice, vtaui_ice , qns_ice   , qsr_ice   ,   & 
    147                &                      qla_ice  , dqns_ice  , dqla_ice  ,               & 
    148                &                      tprecip  , sprecip   ,                           & 
    149                &                      fr1_i0   , fr2_i0    , cl_grid  ) 
     145            CALL blk_ice_clio( t_su , alb_ice_cs, alb_ice_os,                           & 
     146               &                      utaui_ice , vtaui_ice , qns_ice   , qsr_ice   ,   & 
     147               &                      qla_ice   , dqns_ice  , dqla_ice  ,               & 
     148               &                      tprecip   , sprecip   ,                           & 
     149               &                      fr1_i0    , fr2_i0    , cl_grid  ) 
    150150            !          
    151151         CASE( 4 )                                       ! CORE bulk formulation 
Note: See TracChangeset for help on using the changeset viewer.