Ignore:
Timestamp:
Feb 27, 2020, 6:03:57 PM (5 years ago)
Author:
abierjon
Message:

Mars GCM:
Resolved ticket #32 : 1) dsodust is now calculated only once in the InfraRed? by aeropacity_mod (used to be wrongly calculated twice, such as dsodust=IR_part+Visible_part) ; 2) dsords is now calculated in the IR by aeropacity_mod (used to be calculated in the Visible) ; 3) dsotop is added and calculated in the IR in aeropacity_mod
+ some cleaning and commenting of the code
AB

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/topmons_mod.F90

    r2226 r2246  
    2626                                 tauscaling,                           &
    2727!             input sub-grid scale rocket dust storm
    28                                  totstormfract,clearatm,dsords,        &
     28                                 totstormfract,clearatm,               &
    2929!             input sub-grid scale cloud
    3030                                 clearsky,totcloudfrac,                &
     
    3232                                 nohmons,hsummit,                      &
    3333!             output
    34                                  pdqtop,wfin,dsodust,                   &
     34                                 pdqtop,wfin,dsodust,dsords,dsotop,    &
    3535                                 tauref)
    3636
     
    9898      REAL, INTENT(OUT) :: aerosol(ngrid,nlayer,naerkind)
    9999      REAL, INTENT(OUT) :: dsords(ngrid,nlayer)
     100      REAL, INTENT(OUT) :: dsotop(ngrid,nlayer)
    100101      REAL, INTENT(OUT) :: tauref(ngrid)
    101102
     
    211212      dsodust(:,:)=0.
    212213      dsords(:,:)=0.
     214      dsotop(:,:)=0.
    213215      pdqtop(:,:,:) = 0.
    214216      dqvl_topdust_mass(:,:)=0.
     
    274276                 fluxtop_sw1,tauref,tau,aerosol,dsodust,tauscaling,    &
    275277                 taucloudtes,rdust,rice,nuice,co2ice,rstormdust,rtopdust, &
    276                  totstormfract,clearatm,dsords,alpha_hmons,nohmons,    &
     278                 totstormfract,clearatm,dsords,dsotop,alpha_hmons,nohmons,&
    277279                 clearsky,totcloudfrac)
    278280       ! **********************************************************************
Note: See TracChangeset for help on using the changeset viewer.