Changeset 3772 for LMDZ6/trunk
- Timestamp:
- Sep 30, 2020, 5:26:16 PM (4 years ago)
- Location:
- LMDZ6/trunk/libf/phylmd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/hbtm.F90
r3102 r3772 110 110 ! AM REAL ztvd, ztvu, 111 111 REAL zdu2 112 REAL therm(klon) !thermal virtual temperature excess112 REAL, intent(out):: therm(:) ! (klon) thermal virtual temperature excess 113 113 REAL trmb1(klon), trmb2(klon), trmb3(klon) 114 114 ! Algorithme thermique … … 159 159 q_star = 0 160 160 t_star = 0 161 161 therm = 0. 162 162 163 163 b212 = sqrt(b1*b2) -
LMDZ6/trunk/libf/phylmd/pbl_surface_mod.F90
r3756 r3772 977 977 !! d_t_diss= 0.0 ;d_u = 0.0 ; d_v = 0.0 978 978 yqsol = 0.0 979 yt herm = 0.0 ; ytke=0.979 ytke=0. 980 980 !FC 981 981 y_treedrg=0.
Note: See TracChangeset
for help on using the changeset viewer.