Changeset 330 for trunk/LMDZ.MARS/libf/phymars/thermcell_dqupdown.F90
- Timestamp:
- Oct 25, 2011, 10:10:00 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/thermcell_dqupdown.F90
r313 r330 212 212 if ((q(ig,k) .gt. 0.) .and. ( q(ig,k) .gt. 1.e-15 )) then 213 213 !! only print if it is the thermal scheme which makes qa<0 214 print*,'qa<0 created by thermals!!!',charvar,ig,k,fm0(ig,k),qa(ig,k-1),entr0(ig,k),q(ig,k),fm0(ig,k+1),detr0(ig,k) 214 print*,'qa<0 created by thermals!!!',charvar,ig,k, & 215 & fm0(ig,k),qa(ig,k-1), & 216 & entr0(ig,k),q(ig,k),fm0(ig,k+1),detr0(ig,k) 215 217 print*,'---------> Cancelling qa' 216 218 endif
Note: See TracChangeset
for help on using the changeset viewer.