Changeset 3893 for trunk/LMDZ.GENERIC/libf/aeronostd/photolysis_online.F
- Timestamp:
- Aug 13, 2025, 7:53:49 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/aeronostd/photolysis_online.F
r3309 r3893 1139 1139 !_______________________________________________________________________ 1140 1140 1141 IF (b(1) .EQ. 0.) STOP 10011141 IF (b(1).EQ.0.) call abort_physic("photolysis_online","b(1)=0",1) 1142 1142 bet = b(1) 1143 1143 u(1) = r(1)/bet … … 1145 1145 gam(j) = c(j - 1)/bet 1146 1146 bet = b(j) - a(j)*gam(j) 1147 IF (bet .EQ. 0.) STOP 20021147 IF (bet.EQ.0.) call abort_physic("photolysis_online","bet=0",1) 1148 1148 u(j) = (r(j) - a(j)*u(j - 1))/bet 1149 1149 11 CONTINUE … … 1288 1288 else 1289 1289 1290 print*,'Surface type not recognised in photolysis_online.F!' 1291 print*,'Exiting...' 1292 call abort 1290 call abort_physic("photolysis_online", 1291 & "Surface type not recognised",1) 1293 1292 1294 1293 endif
Note: See TracChangeset
for help on using the changeset viewer.
