Ignore:
Timestamp:
Sep 24, 2018 3:42:55 PM (6 years ago)
Author:
knoop
Message:

Modularization of all bulk cloud physics code components

File:
1 edited

Legend:

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

    r3248 r3274  
    2727! -----------------
    2828! $Id$
     29! Modularization of all bulk cloud physics code components
     30!
     31! 3248 2018-09-14 09:42:06Z sward
    2932! Minor formating changes
    3033!
     
    144147                                 intermediate_timestep_count_max,              &
    145148                                 timestep_scheme, use_prescribed_profile_data 
    146    USE arrays_3d,          ONLY: hyp, pt, rdf_sc, tend, zu                     
     149   USE arrays_3d,          ONLY: hyp, pt, rdf_sc, tend, zu, exner
    147150   USE chem_gasphase_mod,  ONLY: nspec, spc_names, nkppctrl, nmaxfixsteps,     &
    148151                                 t_steps, fill_temp, chem_gasphase_integrate,  &
     
    939942    IF (chem_gasphase_on) THEN
    940943
    941        tmp_temp(:) = pt(:,j,i) * ( hyp(nzb+1:nzt) / 100000.0_wp )**0.286_wp
     944       tmp_temp(:) = pt(:,j,i) * exner(nzb+1:nzt)
    942945! ppm to molecules/cm**3
    943946!      tmp_fact = 1.e-6_wp*6.022e23_wp/(22.414_wp*1000._wp) * 273.15_wp * hyp(nzb+1:nzt)/( 101300.0_wp * tmp_temp )
Note: See TracChangeset for help on using the changeset viewer.