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

Changeset 880


Ignore:
Timestamp:
2008-04-04T17:57:32+02:00 (16 years ago)
Author:
ctlod
Message:

dev_001_SBC: clean & add control prints, see ticket: #104

File:
1 edited

Legend:

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

    r877 r880  
    120120         CALL blk_albedo( alb_ice_os , alb_oce_os , alb_ice_cs , alb_oce_cs ) 
    121121 
    122          ! ... surface ice boundary condition (stress at I-point, latente, sensible, etc.... 
    123          !!gm preciser la list exacte 
     122         ! ... Sea-ice surface boundary conditions output from bulk formulae : 
     123         !     - utaui_ice  ! surface ice stress i-component (I-point)   [N/m2] 
     124         !     - vtaui_ice  ! surface ice stress j-component (I-point)   [N/m2] 
     125         !     - qns_ice    ! non solar heat flux over ice   (T-point)   [W/m2] 
     126         !     - qsr_ice    !     solar heat flux over ice   (T-point)   [W/m2] 
     127         !     - qla_ice    ! latent    heat flux over ice   (T-point)   [W/m2] 
     128         !     - dqns_ice   ! non solar heat sensistivity    (T-point)   [W/m2] 
     129         !     - dqla_ice   ! latent    heat sensistivity    (T-point)   [W/m2] 
     130         !     - tprecip    ! total precipitation            (T-point)   [Kg/m2/s] 
     131         !     - sprecip    ! solid precipitation            (T-point)   [Kg/m2/s] 
     132         !     - fr1_i0     ! 1sr fraction of qsr penetration in ice     [%] 
     133         !     - fr2_i0     ! 2nd fraction of qsr penetration in ice     [%] 
     134         ! 
    124135         SELECT CASE( kblk ) 
    125136         CASE( 3 )           ! CLIO bulk formulation 
     
    139150         IF(ln_ctl) THEN         ! print mean trends (used for debugging) 
    140151            CALL prt_ctl_info( 'Ice Forcings ' ) 
    141             CALL prt_ctl( tab2d_1=tprecip  ,clinfo1=' precip   : ', tab2d_2=sprecip  , clinfo2=' Snow     : ' ) 
    142             CALL prt_ctl( tab2d_1=utaui_ice,clinfo1=' utaui_ice: ', tab2d_2=vtaui_ice, clinfo2=' vtaui_ice: ' ) 
    143             CALL prt_ctl( tab2d_1=sst_m    ,clinfo1=' sst      : ', tab2d_2=sss_m    , clinfo2=' sss      : ' ) 
    144             CALL prt_ctl( tab2d_1=ui_oce   ,clinfo1=' u_io     : ', tab2d_2=vi_oce   , clinfo2=' v_io     : ' ) 
    145             CALL prt_ctl( tab2d_1=hsnif    ,clinfo1=' hsnif  1 : ', tab2d_2=hicif    , clinfo2=' hicif    : ' ) 
    146             CALL prt_ctl( tab2d_1=frld     ,clinfo1=' frld   1 : ', tab2d_2=sist     , clinfo2=' sist     : ' ) 
     152            CALL prt_ctl( tab2d_1=tprecip  ,clinfo1=' sbc_ice_lim: precip   : ', tab2d_2=sprecip  , clinfo2=' Snow     : ' ) 
     153            CALL prt_ctl( tab2d_1=utaui_ice,clinfo1=' sbc_ice_lim: utaui_ice: ', tab2d_2=vtaui_ice, clinfo2=' vtaui_ice: ' ) 
     154            CALL prt_ctl( tab2d_1=sst_m    ,clinfo1=' sbc_ice_lim: sst      : ', tab2d_2=sss_m    , clinfo2=' sss      : ' ) 
     155            CALL prt_ctl( tab2d_1=ui_oce   ,clinfo1=' sbc_ice_lim: u_io     : ', tab2d_2=vi_oce   , clinfo2=' v_io     : ' ) 
     156            CALL prt_ctl( tab2d_1=hsnif    ,clinfo1=' sbc_ice_lim: hsnif  1 : ', tab2d_2=hicif    , clinfo2=' hicif    : ' ) 
     157            CALL prt_ctl( tab2d_1=frld     ,clinfo1=' sbc_ice_lim: frld   1 : ', tab2d_2=sist     , clinfo2=' sist     : ' ) 
    147158         ENDIF 
    148159 
Note: See TracChangeset for help on using the changeset viewer.