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/SBC/sbcblk.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/SBC/sbcblk.F90

    r13830 r13893  
    6464 
    6565   USE sbc_phy        ! Catalog of functions for physical/meteorological parameters in the marine boundary layer 
    66  
     66   USE zdfdrg  , ONLY : ln_drgice_imp  ! to know if we should iom_put wind stress vector (utau,vtau) #laurent 
    6767 
    6868   IMPLICIT NONE 
     
    857857 
    858858         CALL iom_put( "taum_oce", taum*tmask(:,:,1) )   ! output wind stress module 
    859  
     859         IF ( .NOT. (ln_drgice_imp.OR.ln_isfcav) ) THEN 
     860            ! #Laurent: because otherwize utau and vtau are saved into dyn_atf() of dynatf.F90 
     861            CALL iom_put( "utau", utau(:,:) ) 
     862            CALL iom_put( "vtau", vtau(:,:) ) 
     863         END IF 
     864          
    860865         IF(sn_cfctl%l_prtctl) THEN 
    861866            CALL prt_ctl( tab2d_1=pssq   , clinfo1=' blk_oce_1: pssq   : ') 
Note: See TracChangeset for help on using the changeset viewer.