Ignore:
Timestamp:
Aug 12, 2014, 11:17:07 AM (10 years ago)
Author:
lfita
Message:

Addig new 'abort_gcm_point', 'abort_gcm_2Dpoint' more informative subroutines

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/LMDZ_WRFmeas_develop/WRFV3/lmdz/thermcell_main.F90

    r166 r169  
    721721        if (pcon(ig).le.pplay(ig,nlay)) then
    722722           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))
    724727           ierr=1
    725728        endif
Note: See TracChangeset for help on using the changeset viewer.