Changeset 11486
- Timestamp:
- 2019-08-30T16:57:21+02:00 (4 years ago)
- 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 73 73 pgs(:,:) = rn_gammas0 74 74 CASE ( 'ad15' ) ! gamma is proportional to u* 75 CALL gammats_AD15 ( zutbl, zvtbl, rCd U_top, r_ke0_top, pgt, pgs )75 CALL gammats_AD15 ( zutbl, zvtbl, rCd0_top, r_ke0_top, pgt, pgs ) 76 76 CASE ( 'hj99' ) ! gamma depends of stability of boundary layer and u* 77 CALL gammats_HJ99 (pttbl, pstbl, zutbl, zvtbl, rCd U_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 ) 78 78 CASE DEFAULT 79 79 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 79 79 CALL isf_cav( kt, risf_cav_tsc, fwfisf_cav) 80 80 ! 81 ! write restart variables ( qoceisf, qhcisf, fwfisf for now and before)81 ! write restart variables (risf_cav_tsc, fwfisf for now and before) 82 82 IF (lrst_oce) CALL isfrst_write(kt, 'cav', risf_cav_tsc, fwfisf_cav) 83 83 !
Note: See TracChangeset
for help on using the changeset viewer.