Changeset 2408 for LMDZ5/branches/testing/libf/phylmd/thermcell_flux.F90
- Timestamp:
- Dec 14, 2015, 11:43:09 AM (9 years ago)
- Location:
- LMDZ5/branches/testing
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/testing
- Property svn:mergeinfo changed
/LMDZ5/trunk merged: 2293-2295,2297,2299-2302,2305-2313,2315,2317-2380,2382-2396
- Property svn:mergeinfo changed
-
LMDZ5/branches/testing/libf/phylmd/thermcell_flux.F90
r1910 r2408 14 14 !--------------------------------------------------------------------------- 15 15 16 USE print_control_mod, ONLY: prt_level,lunout 16 17 IMPLICIT NONE 17 #include "iniprint.h"18 18 19 19 INTEGER ig,l … … 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.