Ignore:
Timestamp:
Jul 3, 2018, 4:09:02 PM (6 years ago)
Author:
jvatant
Message:

Minor adjustment of r1958

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.TITAN/libf/phytitan/physiq_mod.F90

    r1958 r1960  
    378378      real, dimension(:,:,:), allocatable, save   :: dycchi         ! NB : Only for chem tracers. Saved since chemistry is not called every step.
    379379!$OMP THREADPRIVATE(dycchi)
    380       real, dimension(ngrid,nlayer,nq)            :: dyccond        ! Condensation flux. NB : for all tracers, as we want to use indx on it.
     380      real, dimension(ngrid,nlayer,nq)            :: dyccond        ! Condensation rate. NB : for all tracers, as we want to use indx on it.
    381381      real, dimension(ngrid,nlayer,nq)            :: dyccondbar     ! For 2D chemistry
    382       real, dimension(ngrid)                      :: dycevapCH4     ! Surface "pseudo-evaporation" flux (forcing constant surface humidity).
     382      real, dimension(ngrid)                      :: dycevapCH4     ! Surface "pseudo-evaporation" rate (forcing constant surface humidity).
    383383
    384384      ! Saturation profiles
     
    15801580             call writediagfi(ngrid,cnames(iq),cnames(iq),'mol/mol',3,zq(:,:,iq+nmicro)/rat_mmol(iq+nmicro))
    15811581           enddo
    1582            call writediagfi(ngrid,"fluxCH4","Surface CH4 pseudo-evaporation",'mol/mol/s',2,dycevapCH4)
     1582           call writediagfi(ngrid,"evapCH4","Surface CH4 pseudo-evaporation rate",'mol/mol/s',2,dycevapCH4)
    15831583         endif
    15841584
     
    16791679
    16801680        ! Pseudo-evaporation flux (mol/mol/s)
    1681         CALL send_xios_field("dqevapCH4",dycevapCH4(:))
     1681        CALL send_xios_field("evapCH4",dycevapCH4(:))
    16821682
    16831683      endif ! of 'if callchim'
Note: See TracChangeset for help on using the changeset viewer.