Changeset 2161


Ignore:
Timestamp:
Sep 24, 2019, 4:18:50 PM (5 years ago)
Author:
emillour
Message:

Mars GCM:
Reactivate output of density scaled opacity
EM

Location:
trunk/LMDZ.MARS
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/README

    r2160 r2161  
    27432743- coeff_detrainment (by default: coeff_detrainment=0., impacted files: rocketduststorm_mod.F90)
    27442744
     2745== 24/09/2019 == EM
     2746- Reactivate output of density scaled opacity
  • trunk/LMDZ.MARS/libf/phymars/aeropacity_mod.F

    r2137 r2161  
    384384     &          pq(ig,cstdustlevel,igcm_dust_mass) *
    385385     &          ( pplev(ig,l) - pplev(ig,l+1) ) / g
    386                 ! DENSITY SCALED OPACITY IN INFRARED:
    387 !                dsodust(ig,l) =
    388 !     &          (  0.75 * QREFir3d(ig,cstdustlevel,iaer) /
    389 !     &          ( rho_dust * reffrad(ig,cstdustlevel,iaer) )  ) *
    390 !     &          pq(ig,cstdustlevel,igcm_dust_mass)
     386                ! DENSITY SCALED OPACITY IN THE INFRARED:
     387                dsodust(ig,l) =
     388     &          (  0.75 * QREFir3d(ig,cstdustlevel,iaer) /
     389     &          ( rho_dust * reffrad(ig,cstdustlevel,iaer) )  ) *
     390     &          pq(ig,cstdustlevel,igcm_dust_mass)
    391391              ENDDO
    392392            ELSE
     
    397397     &          pq(ig,l,igcm_dust_mass) *
    398398     &          ( pplev(ig,l) - pplev(ig,l+1) ) / g
    399                 ! DENSITY SCALED OPACITY IN INFRARED:
    400 !                dsodust(ig,l) =
    401 !     &          (  0.75 * QREFir3d(ig,l,iaer) /
    402 !     &          ( rho_dust * reffrad(ig,l,iaer) )  ) *
    403 !     &          pq(ig,l,igcm_dust_mass)
     399                ! DENSITY SCALED OPACITY IN THE INFRARED:
     400                dsodust(ig,l) =
     401     &          (  0.75 * QREFir3d(ig,l,iaer) /
     402     &          ( rho_dust * reffrad(ig,l,iaer) )  ) *
     403     &          pq(ig,l,igcm_dust_mass)
    404404              ENDDO
    405405            ENDIF
  • trunk/LMDZ.MARS/libf/phymars/physiq_mod.F

    r2158 r2161  
    27982798     &                        'part/kg',3,ndust)
    27992799             call WRITEDIAGFI(ngrid,'dsodust',
    2800      &                       'density scaled optcial depth',
     2800     &                       'density scaled optical depth in the IR',
    28012801     &                       'm2.kg-1',3,dsodust)
    28022802             call WRITEDIAGFI(ngrid,'dso',
    2803      &                       'density scaled optcial depth',
     2803     &                       'density scaled optical depth in the IR',
    28042804     &                       'm2.kg-1',3,dsodust+dsords)
    28052805           else
Note: See TracChangeset for help on using the changeset viewer.