Ignore:
Timestamp:
Nov 22, 2011, 5:34:42 PM (13 years ago)
Author:
tnavarro
Message:

changed scavenging in improvedclouds.F, updated ice radius in callsedim.F and commented outputs in suaer.F90 & aeropacity.F

File:
1 edited

Legend:

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

    r358 r411  
    428428          tauscaling(ig) = tauref(ig) *
    429429     &                     pplev(ig,1) / 700.E0 / taudusttmp(ig)
     430c          tauscaling(ig) = 1.e-4
    430431      ENDDO
    431432
     
    435436          DO ig=1,ngrid
    436437            aerosol(ig,l,iaerdust(iaer)) = max(1E-20,
    437      &                   tauref(ig) *
    438      &                   pplev(ig,1) / 700.E0 *
    439      &                   aerosol(ig,l,iaerdust(iaer)) /
    440      &                   taudusttmp(ig)
    441      &                                        )
     438     &                aerosol(ig,l,iaerdust(iaer))* tauscaling(ig))
    442439          ENDDO
    443440        ENDDO
    444441      ENDDO
    445 
     442     
     443c output for debug
     444        IF (ngrid.NE.1) THEN
     445             CALL WRITEDIAGFI(ngridmx,'taudusttmp','virtual tau dust',
     446     &      '#',2,taudusttmp)
     447             CALL WRITEDIAGFI(ngridmx,'tausca','tauscaling',
     448     &      '#',2,tauscaling)
     449        ELSE
     450             CALL WRITEDIAGFI(ngridmx,'taudusttmp','virtual tau dust',
     451     &      '#',0,taudusttmp)
     452             CALL WRITEDIAGFI(ngridmx,'tausca','tauscaling',
     453     &      '#',0,tauscaling)
     454        ENDIF
    446455c -----------------------------------------------------------------
    447456c Column integrated visible optical depth in each point
Note: See TracChangeset for help on using the changeset viewer.