Ignore:
Timestamp:
Sep 12, 2018 3:02:00 PM (6 years ago)
Author:
raasch
Message:

various changes to avoid compiler warnings (mainly removal of unused variables)

File:
1 edited

Legend:

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

    r2766 r3241  
    2626! -----------------
    2727! $Id$
     28! unused variables commented
     29!
     30! 2766 2018-01-22 17:17:47Z kanani
    2831! Removed preprocessor directive __chem
    2932!
    3033! 2718 2018-01-02 08:49:38Z maronga
    3134! Initial revision
    32 !
    33 !
    3435!
    3536!
     
    3738! --------
    3839! @author Renate Forkel
    39 !
    4040!
    4141!------------------------------------------------------------------------------!
     
    143143
    144144
    145     REAL(wp) :: time_photolysis = 0.0_wp,         & !< time since last call of photolysis code
    146                 dt_photolysis = 0.0_wp,           & !< hotolysis model timestep
    147                 skip_time_do_photolysis = 0.0_wp    !< Radiation model is not called before this time
     145!    REAL(wp) :: time_photolysis = 0.0_wp,         & !< time since last call of photolysis code
     146!                dt_photolysis = 0.0_wp,           & !< hotolysis model timestep
     147!                skip_time_do_photolysis = 0.0_wp    !< Radiation model is not called before this time
    148148
    149149    REAL(wp)     :: cosz = 0.7_wp                   !< cosine of Zenith angle (45 deg, if not specified otherwise)
Note: See TracChangeset for help on using the changeset viewer.