Changeset 169 in lmdz_wrf for branches/LMDZ_WRFmeas_develop/WRFV3/lmdz/thermcell_main.F90
- Timestamp:
- Aug 12, 2014, 11:17:07 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/LMDZ_WRFmeas_develop/WRFV3/lmdz/thermcell_main.F90
r166 r169 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 abort_message = 'thermcellV0_main: les thermiques vont trop haut ' 724 ! L. Fita, LMD. August 2014. Including something more informative 725 CALL abort_gcm_point (modname,abort_message,1,ig,pcon(ig),'<', & 726 pplay(ig,nlay)) 724 727 ierr=1 725 728 endif
Note: See TracChangeset
for help on using the changeset viewer.