Changeset 2408 for LMDZ5/branches/testing/libf/phylmd/fonte_neige_mod.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/fonte_neige_mod.F90
r1910 r2408 63 63 IF (error /= 0) THEN 64 64 abort_message='Pb allocation run_off_lic' 65 CALL abort_ gcm(modname,abort_message,1)65 CALL abort_physic(modname,abort_message,1) 66 66 ENDIF 67 67 run_off_lic_0(:) = restart_runoff(:) … … 74 74 IF (error /= 0) THEN 75 75 abort_message='Pb allocation run_off_ter' 76 CALL abort_ gcm(modname,abort_message,1)76 CALL abort_physic(modname,abort_message,1) 77 77 ENDIF 78 78 run_off_ter(:) = 0. … … 81 81 IF (error /= 0) THEN 82 82 abort_message='Pb allocation run_off_lic' 83 CALL abort_ gcm(modname,abort_message,1)83 CALL abort_physic(modname,abort_message,1) 84 84 ENDIF 85 85 run_off_lic(:) = 0. … … 88 88 IF (error /= 0) THEN 89 89 abort_message='Pb allocation ffonte_global' 90 CALL abort_ gcm(modname,abort_message,1)90 CALL abort_physic(modname,abort_message,1) 91 91 ENDIF 92 92 ffonte_global(:,:) = 0.0 … … 95 95 IF (error /= 0) THEN 96 96 abort_message='Pb allocation fqfonte_global' 97 CALL abort_ gcm(modname,abort_message,1)97 CALL abort_physic(modname,abort_message,1) 98 98 ENDIF 99 99 fqfonte_global(:,:) = 0.0 … … 102 102 IF (error /= 0) THEN 103 103 abort_message='Pb allocation fqcalving_global' 104 CALL abort_ gcm(modname,abort_message,1)104 CALL abort_physic(modname,abort_message,1) 105 105 ENDIF 106 106 fqcalving_global(:,:) = 0.0 … … 141 141 ! evap 142 142 ! 143 INCLUDE "dimensions.h"144 143 INCLUDE "YOETHF.h" 145 144 INCLUDE "YOMCST.h"
Note: See TracChangeset
for help on using the changeset viewer.