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 4883 for branches/2014/dev_4728_CNRS04_coupled_interface/NEMOGCM/NEMO/LIM_SRC_2/limsbc_2.F90 – NEMO

Ignore:
Timestamp:
2014-11-24T16:53:15+01:00 (9 years ago)
Author:
smasson
Message:

dev_4728_CNRS04_coupled_interface: minor bugfix and update comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_4728_CNRS04_coupled_interface/NEMOGCM/NEMO/LIM_SRC_2/limsbc_2.F90

    r4859 r4883  
    9696      !!              - emp     : freshwater budget: mass flux  
    9797      !!              - sfx     : freshwater budget: salt flux due to Freezing/Melting 
    98       !!              - utau    : sea surface i-stress (ocean referential) 
    99       !!              - vtau    : sea surface j-stress (ocean referential) 
    10098      !!              - fr_i    : ice fraction 
    10199      !!              - tn_ice  : sea-ice surface temperature 
     
    272270         CALL prt_ctl(tab2d_1=qsr   , clinfo1=' lim_sbc: qsr    : ', tab2d_2=qns   , clinfo2=' qns     : ') 
    273271         CALL prt_ctl(tab2d_1=emp   , clinfo1=' lim_sbc: emp    : ', tab2d_2=sfx   , clinfo2=' sfx     : ') 
    274          CALL prt_ctl(tab2d_1=utau  , clinfo1=' lim_sbc: utau   : ', mask1=umask,   & 
    275             &         tab2d_2=vtau  , clinfo2=' vtau    : '        , mask2=vmask ) 
    276272         CALL prt_ctl(tab2d_1=fr_i  , clinfo1=' lim_sbc: fr_i   : ', tab2d_2=tn_ice(:,:,1), clinfo2=' tn_ice  : ') 
    277273      ENDIF  
Note: See TracChangeset for help on using the changeset viewer.