Changeset 4277 for palm/trunk


Ignore:
Timestamp:
Oct 28, 2019 4:53:23 PM (4 years ago)
Author:
schwenkel
Message:

Bugfix for last commit: Added flag in use statement

File:
1 edited

Legend:

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

    r4276 r4277  
    2525! -----------------
    2626! $Id$
     27! Bugfix: Added first_call_lpm in use statement
     28!
     29! 4276 2019-10-28 16:03:29Z schwenkel
    2730! Modularize lpm: Move conditions in time intergration to module
    2831!
     
    123126        ONLY:  bc_dirichlet_l, bc_dirichlet_n, bc_dirichlet_r, bc_dirichlet_s, &
    124127               cloud_droplets, constant_flux_layer, current_timestep_number,   &
    125                dt_3d, dt_3d_reached, humidity,                                 &
     128               dt_3d, dt_3d_reached, first_call_lpm, humidity,                 &
    126129               dt_3d_reached_l, dt_dopts, dz, initializing_actions,            &
    127130               intermediate_timestep_count, intermediate_timestep_count_max,   &
Note: See TracChangeset for help on using the changeset viewer.