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/simpleclouds.F

    r420 r520  
    11      subroutine simpleclouds(ngrid,nlay,ptimestep,
    22     &             pplev,pplay,pzlev,pzlay,pt,pdt,
    3      &             pq,pdq,pdqcloud,pdqscloud,pdtcloud,
     3     &             pq,pdq,pdqcloud,pdtcloud,
    44     &             nq,tau,rice,nuice,rsedcloud)
    55      implicit none
     
    6262      real pdqcloud(ngrid,nlay,nq) ! tendance de la condensation
    6363                                   !   H2O(kg/kg.s-1)
    64       real pdqscloud(ngrid,nq)     ! flux en surface (kg.m-2.s-1)
    6564      REAL pdtcloud(ngrid,nlay)    ! tendance temperature due
    6665                                   !   a la chaleur latente
     
    141140
    142141        enddo ! of do ig=1,ngrid
    143       enddo ! of dol=1,nlay
    144 
    145       pdqscloud(1:ngrid,1:nq)=0
     142      enddo ! of do l=1,nlay
     143
    146144      pdqcloud(1:ngrid,1:nlay,1:nq)=0
    147145      pdtcloud(1:ngrid,1:nlay)=0
     
    211209c------------------------------------------------------------------
    212210c     TEST_JBM
    213       IF (ngrid.eq.1) THEN
    214          call WRITEDIAGFI(ngrid,"mcond","h2o condensed mass","kg",1,
    215      &                    Mcon_out)
    216          call WRITEDIAGFI(ngrid,"rdusttyp","rdusttyp","m",1,
    217      &                    rdusttyp)
    218          call WRITEDIAGFI(ngrid,"ccntyp","ccntyp","kg-1",1,
    219      &                    ccntyp)
    220       ENDIF
     211!      IF (ngrid.eq.1) THEN
     212!         call WRITEDIAGFI(ngrid,"mcond","h2o condensed mass","kg",1,
     213!     &                    Mcon_out)
     214!         call WRITEDIAGFI(ngrid,"rdusttyp","rdusttyp","m",1,
     215!     &                    rdusttyp)
     216!         call WRITEDIAGFI(ngrid,"ccntyp","ccntyp","kg-1",1,
     217!     &                    ccntyp)
     218!      ENDIF
    221219c------------------------------------------------------------------
    222220      return
Note: See TracChangeset for help on using the changeset viewer.