Changeset 166 in lmdz_wrf
- Timestamp:
- Aug 8, 2014, 6:10:15 PM (10 years ago)
- Location:
- branches/LMDZ_WRFmeas_develop/WRFV3/lmdz
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/LMDZ_WRFmeas_develop/WRFV3/lmdz/thermcell_dq.F90
r136 r166 54 54 print*,'entr dt > m ',entr(ig,k)*ptimestep,masse(ig,k) 55 55 abort_message = '' 56 PRINT *,' Lluis aborting at :', ig, k 56 57 CALL abort_gcm (modname,abort_message,1) 57 58 endif … … 188 189 print*,'entr dt > m ',entr(ig,k)*ptimestep,masse(ig,k) 189 190 abort_message = '' 191 PRINT *,' Lluis aborting at :', ig, k 190 192 CALL abort_gcm (modname,abort_message,1) 191 193 endif -
branches/LMDZ_WRFmeas_develop/WRFV3/lmdz/thermcell_main.F90
r165 r166 721 721 if (pcon(ig).le.pplay(ig,nlay)) then 722 722 zcon2(ig)=zlay(ig,nlay)-(pcon(ig)-pplay(ig,nlay))/(RG*rho(ig,nlay))/100. 723 PRINT *,' Lluis aborting at :', ig 723 724 ierr=1 724 725 endif
Note: See TracChangeset
for help on using the changeset viewer.