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

Ignore:
Timestamp:
2020-11-26T19:03:34+01:00 (3 years ago)
Author:
laurent
Message:

Improvements and better README for tests/STATION_ASF

File:
1 edited

Legend:

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

    r13472 r13893  
    332332            CALL iom_put(  "utau", zutau(:,:) ) 
    333333            DEALLOCATE(zutau) 
    334          ELSE 
    335             CALL iom_put(  "utau", utau(:,:) ) 
     334         !ELSE 
     335         ! #laurent: it is done in blk_oce_1() of sbcblk.F90 ! 
     336         !       CALL iom_put(  "utau", utau(:,:) ) 
    336337         ENDIF 
    337338      ENDIF 
     
    346347            CALL iom_put(  "vtau", zvtau(:,:) ) 
    347348            DEALLOCATE(zvtau) 
    348          ELSE 
    349             CALL iom_put(  "vtau", vtau(:,:) ) 
     349         !ELSE 
     350         ! #laurent: it is done in blk_oce_1() of sbcblk.F90 ! 
     351         !   CALL iom_put(  "vtau", vtau(:,:) ) 
    350352         ENDIF 
    351353      ENDIF 
Note: See TracChangeset for help on using the changeset viewer.