Changeset 2145 for trunk/LMDZ.GENERIC
- Timestamp:
- Jun 21, 2019, 3:18:01 PM (6 years ago)
- Location:
- trunk/LMDZ.GENERIC
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/README
r2144 r2145 1489 1489 - thermal plume model parameters are now set in callphys.def 1490 1490 - (re)add flag to choose between thermcell_dv2 or thermcell_dq to transport horizontal momentum. 1491 1492 == 20/06/2019 == AB 1493 - remove temporary outputs in thermcell_closure and fix a bug in thermcell_plume. -
trunk/LMDZ.GENERIC/libf/phystd/thermcell_closure.F90
r2143 r2145 107 107 ENDDO 108 108 109 print *, 'A*2 ', alim_star2(1)110 print *, 'A* ', alim_star_tot(1)111 print *, 'H ', plume_height(1)112 print *, 'wmax', wmax(1)113 109 114 110 RETURN -
trunk/LMDZ.GENERIC/libf/phystd/thermcell_plume.F90
r2143 r2145 152 152 zw2_est(ig,l+1) = zw2m * 2. 153 153 zw2(ig,l+1) = zw2_est(ig,l+1) 154 active(ig) = .true. 154 155 ENDIF 155 156 l = l + 1
Note: See TracChangeset
for help on using the changeset viewer.