Changeset 2311 for LMDZ5/trunk/libf/phylmd/cv3_inip.F90
- Timestamp:
- Jun 25, 2015, 9:45:24 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/cv3_inip.F90
r2195 r2311 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.