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

Ignore:
Timestamp:
2009-06-11T14:20:08+02:00 (15 years ago)
Author:
smasson
Message:

[uv]taui_ice renamed [uv]tau_ice, see ticket:452

File:
1 edited

Legend:

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

    r1468 r1469  
    127127 
    128128         ! ... Sea-ice surface boundary conditions output from bulk formulae : 
    129          !     - utaui_ice  ! surface ice stress i-component (I-point)   [N/m2] 
    130          !     - vtaui_ice  ! surface ice stress j-component (I-point)   [N/m2] 
     129         !     - utau_ice   ! surface ice stress i-component (I-point)   [N/m2] 
     130         !     - vtau_ice   ! surface ice stress j-component (I-point)   [N/m2] 
    131131         !     - qns_ice    ! non solar heat flux over ice   (T-point)   [W/m2] 
    132132         !     - qsr_ice    !     solar heat flux over ice   (T-point)   [W/m2] 
     
    141141         SELECT CASE( ksbc ) 
    142142         CASE( 3 )           ! CLIO bulk formulation 
    143             CALL blk_ice_clio( zsist, zalb_ice_cs, zalb_ice_os ,                        & 
    144                &                      utaui_ice  , vtaui_ice   , qns_ice  , qsr_ice,    & 
    145                &                      qla_ice    , dqns_ice    , dqla_ice ,             & 
    146                &                      tprecip    , sprecip     ,                        & 
    147                &                      fr1_i0     , fr2_i0      , cl_grid, jpl  ) 
     143            CALL blk_ice_clio( zsist, zalb_ice_cs, zalb_ice_os,                         & 
     144               &                      utau_ice   , vtau_ice   , qns_ice    , qsr_ice,   & 
     145               &                      qla_ice    , dqns_ice   , dqla_ice   ,            & 
     146               &                      tprecip    , sprecip    ,                         & 
     147               &                      fr1_i0     , fr2_i0     , cl_grid    , jpl  ) 
    148148 
    149149         CASE( 4 )           ! CORE bulk formulation 
    150             CALL blk_ice_core( zsist, ui_ice    , vi_ice     , zalb_ice_cs,            & 
    151                &                      utaui_ice , vtaui_ice  , qns_ice   , qsr_ice,   & 
    152                &                      qla_ice   , dqns_ice   , dqla_ice  ,            & 
    153                &                      tprecip   , sprecip    ,                        & 
    154                &                      fr1_i0    , fr2_i0     , cl_grid, jpl  ) 
     150            CALL blk_ice_core( zsist, ui_ice     , vi_ice     , zalb_ice_cs,            & 
     151               &                      utau_ice   , vtau_ice   , qns_ice    , qsr_ice,   & 
     152               &                      qla_ice    , dqns_ice   , dqla_ice   ,            & 
     153               &                      tprecip    , sprecip    ,                         & 
     154               &                      fr1_i0     , fr2_i0     , cl_grid    , jpl  ) 
    155155         CASE( 5 )           ! Coupled formulation : atmosphere-ice stress only (fluxes provided after ice dynamics) 
    156             CALL sbc_cpl_ice_tau( utaui_ice , vtaui_ice ) 
     156            CALL sbc_cpl_ice_tau( utau_ice , vtau_ice ) 
    157157         END SELECT 
    158158 
    159159         IF(ln_ctl) THEN         ! print mean trends (used for debugging) 
    160160            CALL prt_ctl_info( 'Ice Forcings ' ) 
    161             CALL prt_ctl( tab2d_1=tprecip  ,clinfo1=' sbc_ice_lim: precip   : ', tab2d_2=sprecip  , clinfo2=' Snow     : ' ) 
    162             CALL prt_ctl( tab2d_1=utaui_ice,clinfo1=' sbc_ice_lim: utaui_ice: ', tab2d_2=vtaui_ice, clinfo2=' vtaui_ice: ' ) 
    163             CALL prt_ctl( tab2d_1=sst_m    ,clinfo1=' sbc_ice_lim: sst      : ', tab2d_2=sss_m    , clinfo2=' sss      : ' ) 
    164             CALL prt_ctl( tab2d_1=ui_oce   ,clinfo1=' sbc_ice_lim: u_io     : ', tab2d_2=vi_oce   , clinfo2=' v_io     : ' ) 
    165             CALL prt_ctl( tab2d_1=hsnif    ,clinfo1=' sbc_ice_lim: hsnif  1 : ', tab2d_2=hicif    , clinfo2=' hicif    : ' ) 
    166             CALL prt_ctl( tab2d_1=frld     ,clinfo1=' sbc_ice_lim: frld   1 : ', tab2d_2=sist     , clinfo2=' sist     : ' ) 
     161            CALL prt_ctl( tab2d_1=tprecip ,clinfo1=' sbc_ice_lim: precip  : ', tab2d_2=sprecip , clinfo2=' Snow    : ' ) 
     162            CALL prt_ctl( tab2d_1=utau_ice,clinfo1=' sbc_ice_lim: utau_ice: ', tab2d_2=vtau_ice, clinfo2=' vtau_ice: ' ) 
     163            CALL prt_ctl( tab2d_1=sst_m   ,clinfo1=' sbc_ice_lim: sst     : ', tab2d_2=sss_m   , clinfo2=' sss     : ' ) 
     164            CALL prt_ctl( tab2d_1=ui_oce  ,clinfo1=' sbc_ice_lim: u_io    : ', tab2d_2=vi_oce  , clinfo2=' v_io    : ' ) 
     165            CALL prt_ctl( tab2d_1=hsnif   ,clinfo1=' sbc_ice_lim: hsnif  1: ', tab2d_2=hicif   , clinfo2=' hicif   : ' ) 
     166            CALL prt_ctl( tab2d_1=frld    ,clinfo1=' sbc_ice_lim: frld   1: ', tab2d_2=sist    , clinfo2=' sist    : ' ) 
    167167         ENDIF 
    168168 
Note: See TracChangeset for help on using the changeset viewer.