Ignore:
Timestamp:
Apr 7, 2016 1:15:51 PM (8 years ago)
Author:
hoffmann
Message:

cloud physics variables renamed

File:
1 edited

Legend:

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

    r1818 r1831  
    1919! Current revisions:
    2020! -----------------
    21 !
     21! curvature_solution_effects moved to particle_attributes
    2222!
    2323! Former revisions:
     
    7070 
    7171
    72     USE cloud_parameters,                                                      &
    73         ONLY:  curvature_solution_effects
    74 
    7572    USE control_parameters,                                                    &
    7673        ONLY:  dopts_time_count, time_since_reference_point
     
    9390
    9491    USE particle_attributes,                                                   &
    95         ONLY:  grid_particles, number_of_particles, number_of_particle_groups, &
    96                particles, prt_count
     92        ONLY:  curvature_solution_effects, grid_particles, number_of_particles,&
     93               number_of_particle_groups, particles, prt_count
    9794
    9895    USE pegrid
Note: See TracChangeset for help on using the changeset viewer.