- Timestamp:
- Apr 15, 2015, 6:49:07 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
dynamico_lmdz/aquaplanet/LMDZ5/libf/phylmd/thermcell_flux.F90
r3809 r3814 103 103 print*,'detr_star(ig,l)',detr_star(ig,l) 104 104 abort_message = '' 105 CALL abort_ gcm(modname,abort_message,1)105 CALL abort_physic (modname,abort_message,1) 106 106 endif 107 107 endif … … 268 268 print*,'N1 ig,l,entr',ig,l,entr(ig,l) 269 269 abort_message = 'entr negatif' 270 CALL abort_ gcm(modname,abort_message,1)270 CALL abort_physic (modname,abort_message,1) 271 271 endif 272 272 if (detr(ig,l).gt.fm(ig,l)) then … … 297 297 print*,'fm(ig,l)',fm(ig,l) 298 298 abort_message = 'probleme dans thermcell flux' 299 CALL abort_ gcm(modname,abort_message,1)299 CALL abort_physic (modname,abort_message,1) 300 300 endif 301 301 enddo … … 325 325 print*,'fm(ig,l)',fm(ig,l) 326 326 abort_message = 'probleme dans thermcell flux' 327 CALL abort_ gcm(modname,abort_message,1)327 CALL abort_physic (modname,abort_message,1) 328 328 endif 329 329 enddo … … 427 427 print*,'fm(ig,l)',fm(ig,l) 428 428 abort_message = 'probleme dans thermcell_flux' 429 CALL abort_ gcm(modname,abort_message,1)429 CALL abort_physic (modname,abort_message,1) 430 430 endif 431 431 entr(ig,l+1)=entr(ig,l+1)-ddd … … 511 511 print*,'fm(igout,l)',fm(igout,l) 512 512 abort_message = '' 513 CALL abort_ gcm(modname,abort_message,1)513 CALL abort_physic (modname,abort_message,1) 514 514 endif 515 515 enddo
Note: See TracChangeset
for help on using the changeset viewer.