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 – NEMO

Changeset 11486 for NEMO/branches


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)

Location:
NEMO/branches/2019/ENHANCE-02_ISF_nemo/src/OCE/ISF
Files:
2 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)') 
  • NEMO/branches/2019/ENHANCE-02_ISF_nemo/src/OCE/ISF/isfstp.F90

    r11425 r11486  
    7979         CALL isf_cav( kt, risf_cav_tsc, fwfisf_cav) 
    8080         ! 
    81          ! write restart variables (qoceisf, qhcisf, fwfisf for now and before) 
     81         ! write restart variables (risf_cav_tsc, fwfisf for now and before) 
    8282         IF (lrst_oce) CALL isfrst_write(kt, 'cav', risf_cav_tsc, fwfisf_cav) 
    8383         ! 
Note: See TracChangeset for help on using the changeset viewer.