Changeset 2408 for LMDZ5/branches/testing/libf/phylmd/thermcell.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.F90
r1999 r2408 34 34 ! ------------- 35 35 36 include "dimensions.h"37 ! ccc#include "dimphy.h"38 36 include "YOMCST.h" 39 37 … … 766 764 IF (fracd(ig,l)<0.1) THEN 767 765 abort_message = 'fracd trop petit' 768 CALL abort_ gcm(modname, abort_message, 1)766 CALL abort_physic(modname, abort_message, 1) 769 767 770 768 ELSE … … 998 996 IMPLICIT NONE 999 997 1000 include "dimensions.h"1001 ! ccc#include "dimphy.h"1002 998 include "YOMCST.h" 1003 999
Note: See TracChangeset
for help on using the changeset viewer.