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 12038 for NEMO/branches/2019/dev_r11085_ASINTER-05_Brodeau_Advanced_Bulk/src/OCE/SBC/sbcblk.F90 – NEMO

Ignore:
Timestamp:
2019-12-03T15:19:35+01:00 (4 years ago)
Author:
laurent
Message:

Tiny bug fix...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11085_ASINTER-05_Brodeau_Advanced_Bulk/src/OCE/SBC/sbcblk.F90

    r12029 r12038  
    513513         END DO 
    514514      END DO 
     515      CALL lbc_lnk( 'sbcblk', ztpot, 'T',  1. ) ! for CTL-sanity of C1D cases... 
     516      !ztpot(:,:) = sf(jp_tair)%fnow(:,:,1) + gamma_moist( sf(jp_tair)%fnow(:,:,1), zqair(:,:) ) * rn_zqt 
    515517       
    516  
    517518      !! Time to call the user-selected bulk parameterization for 
    518519      !!  ==  transfer coefficients  ==!   Cd, Ch, Ce at T-point, and more... 
Note: See TracChangeset for help on using the changeset viewer.