Changeset 2058 for trunk/LMDZ.GENERIC
- Timestamp:
- Jan 9, 2019, 1:01:19 PM (6 years ago)
- Location:
- trunk/LMDZ.GENERIC/libf/phystd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/dyn1d/rcm1d.F
r1984 r2058 848 848 ! Initialize chemical species 849 849 ! ----------------- 850 #ifndef MESOSCALE 850 851 if(tracer.and.photochem) then 851 852 call initracer(1,nq,tname) … … 856 857 noms(1:nq)=nametmp(1:nq) 857 858 endif ! tracer and photochem 859 #endif 858 860 859 861 -
trunk/LMDZ.GENERIC/libf/phystd/physiq_mod.F90
r2032 r2058 57 57 use comm_wrf, only : comm_HR_SW, comm_HR_LW, & 58 58 comm_CLOUDFRAC,comm_TOTCLOUDFRAC,& 59 comm_SURFRAIN,comm_REEVAP,comm_HR_DYN,& 59 60 comm_RAIN,comm_SNOW,comm_ALBEQ,& 60 61 comm_FLUXTOP_DN,comm_FLUXABS_SW,& … … 777 778 ! Compute mean mass, cp, and R 778 779 ! -------------------------------- 779 780 #ifndef MESOSCALE 780 781 if(photochem) then 781 782 call concentrations(ngrid,nlayer,nq,pplay,pt,pdt,pq,pdq,ptimestep) 782 783 endif 784 #endif 783 785 784 786 !--------------------------------- … … 1350 1352 ! ------------------------- 1351 1353 1354 #ifndef MESOSCALE 1352 1355 IF (photochem) then 1353 1356 … … 1385 1388 1386 1389 END IF ! of IF (photochem) 1387 1390 #endif 1388 1391 1389 1392
Note: See TracChangeset
for help on using the changeset viewer.