Ignore:
Timestamp:
Feb 17, 2012 9:09:57 AM (12 years ago)
Author:
raasch
Message:

preliminary checkin of new curvature/solution effects on droplet growth

File:
1 edited

Legend:

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

    r627 r824  
    44! Current revisions:
    55! ------------------
    6 !
     6! +curvature_solution_effects
    77!
    88! Former revisions:
     
    9999    USE arrays_3d
    100100    USE averaging
     101    USE cloud_parameters
    101102    USE control_parameters
    102103    USE grid_variables
     
    293294          CASE ( 'current_timestep_number' )
    294295             READ ( 13 )  current_timestep_number
     296          CASE ( 'curvature_solution_effects' )
     297             READ ( 13 )  curvature_solution_effects
    295298          CASE ( 'cut_spline_overshoot' )
    296299             READ ( 13 )  cut_spline_overshoot
Note: See TracChangeset for help on using the changeset viewer.