- 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_flux2.F90
r3809 r3814 109 109 abort_message = '' 110 110 labort_gcm=.true. 111 CALL abort_ gcm(modname,abort_message,1)111 CALL abort_physic (modname,abort_message,1) 112 112 endif 113 113 endif … … 282 282 print*,'N1 ig,l,entr',igout,lout,entr(igout,lout) 283 283 abort_message = 'entr negatif' 284 CALL abort_ gcm(modname,abort_message,1)284 CALL abort_physic (modname,abort_message,1) 285 285 endif 286 286 … … 323 323 print*,'fm(ig,l)',fm(ig,l) 324 324 abort_message = 'probleme dans thermcell flux' 325 CALL abort_ gcm(modname,abort_message,1)325 CALL abort_physic (modname,abort_message,1) 326 326 endif 327 327 … … 361 361 print*,'fm(ig,l)',fm(ig,l) 362 362 abort_message = 'probleme dans thermcell flux' 363 CALL abort_ gcm(modname,abort_message,1)363 CALL abort_physic (modname,abort_message,1) 364 364 endif 365 365 ! enddo … … 479 479 print*,'fm(ig,l)',fm(ig,l) 480 480 abort_message = 'probleme dans thermcell_flux' 481 CALL abort_ gcm(modname,abort_message,1)481 CALL abort_physic (modname,abort_message,1) 482 482 endif 483 483 endif
Note: See TracChangeset
for help on using the changeset viewer.