- Timestamp:
- Apr 15, 2015, 6:49:07 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
dynamico_lmdz/aquaplanet/LMDZ5/libf/phylmd/fonte_neige_mod.F90
r3809 r3814 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
Note: See TracChangeset
for help on using the changeset viewer.