Ignore:
Timestamp:
Nov 13, 2007 2:08:40 PM (17 years ago)
Author:
letzel
Message:

DVRP output modifications:

  • The user can now visualize user-defined quantities using dvrp.

data_output_dvrp calls the new user_interface subroutine
user_data_output_dvrp in case of unknown variables (CASE DEFAULT).

  • Two instead of one digit are allowed to specify isosurface and slicer

variables with the parameter mode_dvrp.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/CURRENT_MODIFICATIONS

    r129 r130  
    11New:
    22---
     3
     4For unknown variables (CASE DEFAULT) call new subroutine user_data_output_dvrp
    35
    46Pressure boundary conditions for vertical walls added to the multigrid solver.
     
    1113advec_particles after the end of this loop.
    1214
    13 advec_particles, check_parameters, header, init_grid, init_particles, init_pegrid, modules, package_parin, read_var_list, user_interface, write_var_list
     15advec_particles, check_parameters, data_output_dvrp, header, init_grid, init_particles, init_pegrid, modules, package_parin, read_var_list, user_interface, write_var_list
    1416
    1517
    1618Changed:
    1719-------
     20
     21Allow two instead of one digit to specify isosurface and slicer variables.
    1822
    1923Status of 3D-volume NetCDF data file only depends on switch netcdf_64bit_3d (check_open)
     
    2933humidity/scalar/salinity in a future release.
    3034
    31 check_open, diffusion_s, modules, prognostic_equations
     35check_open, data_output_dvrp, diffusion_s, header, init_dvrp, modules, prognostic_equations
    3236
    3337
Note: See TracChangeset for help on using the changeset viewer.