Ignore:
Timestamp:
Apr 9, 2020, 11:46:47 AM (5 years ago)
Author:
abierjon
Message:

Mars GCM:
Resolved Ticket #41 : the density-scaled opacities are now multiplied by tauscaling before being
written in the output files (have an effect only when working with freedust=false)
AB

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/physiq_mod.F

    r2281 r2282  
    22242224
    22252225         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
    22272235           if(doubleq) then
    22282236              do ig=1,ngrid
Note: See TracChangeset for help on using the changeset viewer.