Changeset 2282 for trunk/LMDZ.MARS/libf/phymars
- Timestamp:
- Apr 9, 2020, 11:46:47 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/physiq_mod.F
r2281 r2282 2224 2224 2225 2225 if (tracer) then 2226 2226 ! Density-scaled opacities 2227 do ig=1,ngrid 2228 dsodust(ig,:) = 2229 & dsodust(ig,:)*tauscaling(ig) 2230 dsords(ig,:) = 2231 & dsords(ig,:)*tauscaling(ig) 2232 dsotop(ig,:) = 2233 & dsotop(ig,:)*tauscaling(ig) 2234 enddo 2227 2235 if(doubleq) then 2228 2236 do ig=1,ngrid
Note: See TracChangeset
for help on using the changeset viewer.