- Timestamp:
- Apr 15, 2015, 6:49:07 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
dynamico_lmdz/aquaplanet/LMDZ5/libf/phylmd/thermcellV0_main.F90
r3809 r3814 465 465 if (.not. (f0(1).ge.0.) ) then 466 466 abort_message = 'Dans thermcell_main f0(1).lt.0 ' 467 CALL abort_ gcm(modname,abort_message,1)467 CALL abort_physic (modname,abort_message,1) 468 468 endif 469 469 … … 591 591 zcon2(ig)=zlay(ig,nlay)-(pcon(ig)-pplay(ig,nlay))/(RG*rho(ig,nlay))/100. 592 592 abort_message = 'thermcellV0_main: les thermiques vont trop haut ' 593 CALL abort_ gcm(modname,abort_message,1)593 CALL abort_physic (modname,abort_message,1) 594 594 endif 595 595 enddo … … 880 880 print*,'wmax_sec',wmax_sec(ig) 881 881 abort_message = 'zdenom<1.e-14' 882 CALL abort_ gcm(modname,abort_message,1)882 CALL abort_physic (modname,abort_message,1) 883 883 endif 884 884 if ((zmax_sec(ig).gt.1.e-10).and.(iflag_thermals_ed.eq.0)) then
Note: See TracChangeset
for help on using the changeset viewer.