Ignore:
Timestamp:
Feb 10, 2012, 12:33:14 PM (13 years ago)
Author:
tnavarro
Message:

10/02/12 == TN

Major update on watercycle: a smaller integration timestep is now used

in watercloud.F, sedimentation of clouds is done in watercloud instead of
callsedim.F

Temperature-dependant contact parameter in nuclea.F
No dust lifting if CO2 ice in vdif.c
Ice integrated column opacity is written in diagfi from physiq.F, instead

of aeropacity.F. Mandatory if iradia is not 1.

New definition of permanent ice in surfini.F and possibility to have an ice

cap in it in 1d.

Update in deftank: callphys.def.outliers,run.def.1d; added traceur.def.scavenging

File:
1 edited

Legend:

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

    r420 r520  
    11      SUBROUTINE aeropacity(ngrid,nlayer,nq,zday,pplay,pplev,ls,
    2      &    pq,tauscaling,tauref,tau,aerosol,reffrad,nueffrad,
     2     &    pq,tauscaling,tauref,tau,taucloudtes,aerosol,reffrad,nueffrad,
    33     &    QREFvis3d,QREFir3d,omegaREFvis3d,omegaREFir3d)
    44                                                   
     
    386386          ENDDO
    387387        ENDDO
    388 c       3. Outputs
    389         IF (ngrid.NE.1) THEN
    390           CALL WRITEDIAGFI(ngridmx,'tauVIS','tauext VIS refwvl',
    391      &      ' ',2,taucloudvis)
    392           CALL WRITEDIAGFI(ngridmx,'tauTES','tauabs IR refwvl',
    393      &      ' ',2,taucloudtes)
    394           IF (callstats) THEN
    395             CALL wstats(ngridmx,'tauVIS','tauext VIS refwvl',
    396      &        ' ',2,taucloudvis)
    397             CALL wstats(ngridmx,'tauTES','tauabs IR refwvl',
    398      &        ' ',2,taucloudtes)
    399           ENDIF
    400         ELSE
    401 c         CALL writeg1d(ngrid,1,taucloudtes,'tautes','NU')
    402         ENDIF
     388c       3. Outputs -- Now done in physiq.F
     389!        IF (ngrid.NE.1) THEN
     390!          CALL WRITEDIAGFI(ngridmx,'tauVIS','tauext VIS refwvl',
     391!     &      ' ',2,taucloudvis)
     392!          CALL WRITEDIAGFI(ngridmx,'tauTES','tauabs IR refwvl',
     393!     &      ' ',2,taucloudtes)
     394!          IF (callstats) THEN
     395!            CALL wstats(ngridmx,'tauVIS','tauext VIS refwvl',
     396!     &        ' ',2,taucloudvis)
     397!            CALL wstats(ngridmx,'tauTES','tauabs IR refwvl',
     398!     &        ' ',2,taucloudtes)
     399!          ENDIF
     400!        ELSE
     401!         CALL writeg1d(ngrid,1,taucloudtes,'tautes','NU')
     402!        ENDIF
    403403c==================================================================
    404404        END SELECT aerkind
Note: See TracChangeset for help on using the changeset viewer.