Ignore:
Timestamp:
Mar 19, 2007 8:20:46 AM (17 years ago)
Author:
raasch
Message:

preliminary changes for precipitation output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/CURRENT_MODIFICATIONS

    r63 r72  
    2222samples added to the user interface which show how to add user-define time series quantities.
    2323
     24calculation/output of precipitation amount, precipitation rate and z0 (by setting "pra*", "prr*", "z0*" with data_output). The time interval on which the precipitation amount is defined is set by new d3par-parameter precipitation_amount_interval
     25
    2426unit 9 opened for debug output (file DEBUG_<pe#>)
    2527
    26 Makefile, advec_particles, buoyancy, check_open, check_parameters, diffusion_e, diffusion_u, diffusion_v, diffusion_w, diffusivities, header, init_particles, init_3d_model, modules, netcdf, parin, production_e, read_var_list, user_interface, write_var_list
     28Makefile, advec_particles, average_3d_data, buoyancy, calc_precipitation, check_open, check_parameters, data_output_2d, diffusion_e, diffusion_u, diffusion_v, diffusion_w, diffusivities, header, impact_of_latent_heat, init_particles, init_3d_model, modules, netcdf, parin, production_e, read_var_list, read_3d_binary, sum_up_3d_data, user_interface, write_var_list, write_3d_binary
    2729
    2830New: wall_fluxes
     
    4446__vtk directives removed from main program.
    4547
     48The uitility routine interpret_config reads PALM environment variables from NAMELIST instead using the system call GETENV.
     49
    4650check_parameters, data_output_dvrp, data_output_ptseries, data_output_ts, flow_statistics, header, init_particles, init_3d_model, modules, palm, package_parin, parin, time_integration
    4751
     
    5458Bugfix in sample for reading user defined data from restart file (user_init)
    5559
     60Check for possible negative humidities in the initial humidity profile.
     61
    5662in Makefile, default suffixes removed from the suffix list to avoid calling of m2c in
    5763# case of .mod files
    5864
    5965Makefile
    60 init_1d_model, user_interface
     66check_parameters, init_1d_model, user_interface
Note: See TracChangeset for help on using the changeset viewer.