Changeset 2766 for palm/trunk/SOURCE/surface_layer_fluxes_mod.f90
- Timestamp:
- Jan 22, 2018 5:17:47 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/surface_layer_fluxes_mod.f90
r2718 r2766 26 26 ! ----------------- 27 27 ! $Id$ 28 ! Removed preprocessor directive __chem 29 ! 30 ! 2718 2018-01-02 08:49:38Z maronga 28 31 ! Corrected "Former revisions" section 29 32 ! … … 207 210 drho_air_zw, rho_air_zw 208 211 209 #if defined( __chem )210 212 USE chem_modules, & 211 213 ONLY: constant_csflux, nvar 212 #endif213 214 214 215 USE cloud_parameters, & … … 1814 1815 ! 1815 1816 !-- If required compute cs* (chemical species) 1816 #if defined( __chem )1817 1817 IF ( air_chemistry ) THEN 1818 1818 ! … … 1842 1842 ENDIF 1843 1843 ENDIF 1844 #endif1845 1844 1846 1845 ! … … 2050 2049 ! 2051 2050 !-- Compute the vertical chemical species' flux 2052 #if defined( __chem )2053 2051 DO lsp = 1, nvar 2054 2052 IF ( .NOT. constant_csflux(lsp) .AND. air_chemistry .AND. & … … 2062 2060 ENDIF 2063 2061 ENDDO 2064 #endif2065 2062 2066 2063 !
Note: See TracChangeset
for help on using the changeset viewer.