Changeset 2282
- Timestamp:
- Apr 9, 2020, 11:46:47 AM (5 years ago)
- Location:
- trunk/LMDZ.MARS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/README
r2281 r2282 2936 2936 Martian physics is now able to start without startfi.nc 2937 2937 Major update for phyetat0_mod and physiq_mod based on what have been done for the Generic physics 2938 2939 == 09/04/2020 == AB 2940 Resolved Ticket #41 : the density-scaled opacities are now multiplied by tauscaling before being 2941 written in the output files (have an effect only when working with freedust=false) -
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.