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 13478 for NEMO/branches/UKMO/NEMO_4.0.1_FKOSM_m11715/src/OCE/SBC/sbcmod.F90 – NEMO

Ignore:
Timestamp:
2020-09-16T18:37:46+02:00 (4 years ago)
Author:
dancopsey
Message:

Undo last change.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/NEMO_4.0.1_FKOSM_m11715/src/OCE/SBC/sbcmod.F90

    r13454 r13478  
    554554      ENDIF 
    555555      ! 
     556      CALL iom_put( "utau", utau )   ! i-wind stress   (stress can be updated at each time step in sea-ice) 
     557      CALL iom_put( "vtau", vtau )   ! j-wind stress 
     558      ! 
    556559      IF(ln_ctl) THEN         ! print mean trends (used for debugging) 
    557560         CALL prt_ctl(tab2d_1=fr_i              , clinfo1=' fr_i    - : ', mask1=tmask ) 
Note: See TracChangeset for help on using the changeset viewer.