Ignore:
Timestamp:
Jan 22, 2018 5:17:47 PM (6 years ago)
Author:
kanani
Message:

Removal of chem directive, plus minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/prognostic_equations.f90

    r2746 r2766  
    2525! -----------------
    2626! $Id$
     27! Removed preprocessor directive __chem
     28!
     29! 2746 2018-01-15 12:06:04Z suehring
    2730! Move flag plant canopy to modules
    2831!
     
    266269               w, w_p
    267270
    268 #if defined( __chem )
    269271    USE chemistry_model_mod,                                                   &
    270272        ONLY:  chem_integrate, chem_species,                                   &
     
    276278    USE chem_modules,                                                          &
    277279        ONLY:  call_chem_at_all_substeps, chem_gasphase_on
    278 #endif
    279280
    280281    USE control_parameters,                                                    &
     
    444445!-- since exchange of ghost points is required after this update of the
    445446!-- concentrations of chemical species                                   
    446 #if defined( __chem )
    447447    IF ( air_chemistry )  THEN
    448448!
     
    478478
    479479    ENDIF       
    480 #endif     
    481480
    482481!
     
    12981297!
    12991298!--       If required, compute prognostic equation for chemical quantites
    1300 #if defined( __chem )
    13011299          IF ( air_chemistry )  THEN
    13021300             CALL cpu_log( log_point(83), '(chem advec+diff+prog)', 'start' )
     
    13171315             CALL cpu_log( log_point(83), '(chem advec+diff+prog)', 'stop' )             
    13181316          ENDIF   ! Chemicals equations                     
    1319 #endif
    13201317
    13211318       ENDDO
Note: See TracChangeset for help on using the changeset viewer.