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 11486 for NEMO/branches/2019/ENHANCE-02_ISF_nemo/src/OCE/ISF/isfcavgam.F90 – NEMO

Ignore:
Timestamp:
2019-08-30T16:57:21+02:00 (5 years ago)
Author:
mathiot
Message:

ENHANCE-02_ISF: bug on top drag coeficient value (ticket #2142)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/ENHANCE-02_ISF_nemo/src/OCE/ISF/isfcavgam.F90

    r11423 r11486  
    7373         pgs(:,:) = rn_gammas0 
    7474      CASE ( 'ad15' ) ! gamma is proportional to u* 
    75          CALL gammats_AD15 (              zutbl, zvtbl, rCdU_top, r_ke0_top,               pgt, pgs ) 
     75         CALL gammats_AD15 (              zutbl, zvtbl, rCd0_top, r_ke0_top,               pgt, pgs ) 
    7676      CASE ( 'hj99' ) ! gamma depends of stability of boundary layer and u* 
    77          CALL gammats_HJ99 (pttbl, pstbl, zutbl, zvtbl, rCdU_top, r_ke0_top, pqoce, pqfwf, pgt, pgs ) 
     77         CALL gammats_HJ99 (pttbl, pstbl, zutbl, zvtbl, rCd0_top, r_ke0_top, pqoce, pqfwf, pgt, pgs ) 
    7878      CASE DEFAULT 
    7979         CALL ctl_stop('STOP','method to compute gamma (cn_gammablk) is unknown (should not see this)') 
Note: See TracChangeset for help on using the changeset viewer.