Changeset 1960 for trunk/LMDZ.TITAN/libf/phytitan
- Timestamp:
- Jul 3, 2018, 4:09:02 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.TITAN/libf/phytitan/physiq_mod.F90
r1958 r1960 378 378 real, dimension(:,:,:), allocatable, save :: dycchi ! NB : Only for chem tracers. Saved since chemistry is not called every step. 379 379 !$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. 381 381 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). 383 383 384 384 ! Saturation profiles … … 1580 1580 call writediagfi(ngrid,cnames(iq),cnames(iq),'mol/mol',3,zq(:,:,iq+nmicro)/rat_mmol(iq+nmicro)) 1581 1581 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) 1583 1583 endif 1584 1584 … … 1679 1679 1680 1680 ! Pseudo-evaporation flux (mol/mol/s) 1681 CALL send_xios_field(" dqevapCH4",dycevapCH4(:))1681 CALL send_xios_field("evapCH4",dycevapCH4(:)) 1682 1682 1683 1683 endif ! of 'if callchim'
Note: See TracChangeset
for help on using the changeset viewer.