Changeset 2408 for LMDZ5/branches/testing/libf/phylmd/cv3_inip.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/cv3_inip.F90
r2220 r2408 30 30 !---------------------------------------------- 31 31 32 USE print_control_mod, ONLY: prt_level, lunout 32 33 IMPLICIT NONE 33 34 34 35 include "YOMCST2.h" 35 36 include 'iniprint.h'37 36 38 37 !---------------------------------------------- … … 138 137 WRITE (lunout, *) 'WARNING:: AREA OF MIXING PDF IS::', aire 139 138 abort_message = '' 140 CALL abort_ gcm(modname, abort_message, 1)139 CALL abort_physic(modname, abort_message, 1) 141 140 ELSE 142 141 PRINT *, 'Area, mean & std deviation are ::', aire, mu, sigma
Note: See TracChangeset
for help on using the changeset viewer.