Changeset 2145 for trunk/LMDZ.GENERIC/libf/phystd
- Timestamp:
- Jun 21, 2019, 3:18:01 PM (6 years ago)
- Location:
- trunk/LMDZ.GENERIC/libf/phystd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
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.