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 13981 for NEMO/branches/2020/dev_r13648_ASINTER-04_laurent_bulk_ice/src/OCE/DYN/dynatf.F90 – NEMO

Ignore:
Timestamp:
2020-12-02T11:50:03+01:00 (3 years ago)
Author:
laurent
Message:

Canceled changes in dynatf.F90, NEW "iom_put-able" "[uv]tau_oce" and "[uv]tau_ice" at T-points!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r13648_ASINTER-04_laurent_bulk_ice/src/OCE/DYN/dynatf.F90

    r13893 r13981  
    332332            CALL iom_put(  "utau", zutau(:,:) ) 
    333333            DEALLOCATE(zutau) 
    334          !ELSE 
    335          ! #laurent: it is done in blk_oce_1() of sbcblk.F90 ! 
    336          !       CALL iom_put(  "utau", utau(:,:) ) 
     334         ELSE 
     335            CALL iom_put(  "utau", utau(:,:) ) 
    337336         ENDIF 
    338337      ENDIF 
     
    347346            CALL iom_put(  "vtau", zvtau(:,:) ) 
    348347            DEALLOCATE(zvtau) 
    349          !ELSE 
    350          ! #laurent: it is done in blk_oce_1() of sbcblk.F90 ! 
    351          !   CALL iom_put(  "vtau", vtau(:,:) ) 
     348         ELSE 
     349            CALL iom_put(  "vtau", vtau(:,:) ) 
    352350         ENDIF 
    353351      ENDIF 
Note: See TracChangeset for help on using the changeset viewer.