Changeset 2397 for trunk/LMDZ.MARS/libf
- Timestamp:
- Jul 3, 2020, 3:30:08 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/nirco2abs.F
r2240 r2397 48 48 c ------------------ 49 49 c 50 #include "callkeys.h"51 #include "nirdata.h"50 include "callkeys.h" 51 include "nirdata.h" 52 52 53 53 c----------------------------------------------------------------------- … … 147 147 if(nircorr.eq.1) then 148 148 cor0=1./(1.+n_p0/pplay(ig,l))**n_b 149 if(pq(ig,l,ico2).gt.1.e-6) then 149 if(pq(ig,l,ico2).gt.1.e-6) then 150 150 oco2gcm=pq(ig,l,io)/pq(ig,l,ico2) 151 ! handle the rare cases when pq(ig,l,io)<0 152 if (pq(ig,l,io).lt.0) then 153 write(*,*) "nirco2abs: warning ig=",ig," l=",l, 154 & " pq(ig,l,io)=",pq(ig,l,io) 155 oco2gcm=1.e6 156 endif 151 157 else 152 158 oco2gcm=1.e6 … … 229 235 END IF 230 236 231 return232 237 end 233 238 … … 258 263 endif 259 264 enddo 260 return261 265 end
Note: See TracChangeset
for help on using the changeset viewer.