Ignore:
Timestamp:
Feb 19, 2009 4:08:56 PM (15 years ago)
Author:
letzel
Message:
  • Option to predefine a target bulk velocity for conserve_volume_flow
File:
1 edited

Legend:

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

    r240 r241  
    66! -----------------
    77! +cluster_size in dvrp_variables
    8 ! +dp_external, dp_level_b, dp_level_ind_b, dp_smooth, dp_smooth_factor, dpdxy,
    9 ! in control_parameters
    108! +canyon_height, canyon_width_x, canyon_width_y, canyon_wall_left,
    11 ! canyon_wall_south in control_parameters
     9! canyon_wall_south, conserve_volume_flow_mode, dp_external, dp_level_b,
     10! dp_level_ind_b, dp_smooth, dp_smooth_factor, dpdxy, u_bulk, v_bulk in
     11! control_parameters
    1212!
    1313! Former revisions:
     
    273273    CHARACTER (LEN=11)   ::  topography_grid_convention = ' '
    274274    CHARACTER (LEN=12)   ::  version = ' ', revision = ' '
    275     CHARACTER (LEN=16)   ::  loop_optimization = 'default', &
     275    CHARACTER (LEN=16)   ::  conserve_volume_flow_mode = 'default', &
     276                             loop_optimization = 'default', &
    276277                             momentum_advec = 'pw-scheme', &
    277278                             psolver = 'poisfft', &
     
    432433             recycling_width = 9999999.9, residual_limit = 1.0E-4, &
    433434             restart_time = 9999999.9, rho_reference, rho_surface, &
    434              rif_max = 1.0, &
    435              rif_min = -5.0, roughness_length = 0.1, sa_surface = 35.0, &
    436              scalar_exchange_coefficient = 0.0, &
     435             rif_max = 1.0, rif_min = -5.0, roughness_length = 0.1, &
     436             sa_surface = 35.0, scalar_exchange_coefficient = 0.0, &
    437437             simulated_time = 0.0, simulated_time_at_begin, sin_alpha_surface, &
    438438             skip_time_data_output = 0.0, skip_time_data_output_av = 9999999.9,&
     
    444444             s_surface = 0.0, s_surface_initial_change = 0.0, &
    445445             termination_time_needed = -1.0, time_coupling = 0.0, &
    446              time_disturb = 0.0, &
    447              time_dopr = 0.0, time_dopr_av = 0.0, time_dopr_listing = 0.0, &
    448              time_dopts = 0.0, time_dosp = 0.0, time_dosp_av = 0.0, &
    449              time_dots = 0.0, time_do2d_xy = 0.0, time_do2d_xz = 0.0, &
    450              time_do2d_yz = 0.0, time_do3d = 0.0, time_do_av = 0.0, &
    451              time_do_sla = 0.0, time_dvrp = 0.0, time_prel = 0.0, &
    452              time_restart = 9999999.9, time_run_control = 0.0, &
     446             time_disturb = 0.0, time_dopr = 0.0, time_dopr_av = 0.0, &
     447             time_dopr_listing = 0.0, time_dopts = 0.0, time_dosp = 0.0, &
     448             time_dosp_av = 0.0, time_dots = 0.0, time_do2d_xy = 0.0, &
     449             time_do2d_xz = 0.0, time_do2d_yz = 0.0, time_do3d = 0.0, &
     450             time_do_av = 0.0, time_do_sla = 0.0, time_dvrp = 0.0, &
     451             time_prel = 0.0, time_restart = 9999999.9, time_run_control = 0.0,&
    453452             top_heatflux = 9999999.9, top_momentumflux_u = 9999999.9, &
    454453             top_momentumflux_v = 9999999.9, top_salinityflux = 9999999.9, &
    455              ug_surface = 0.0, u_gtrans = 0.0, &
     454             ug_surface = 0.0, u_bulk = 0.0, u_gtrans = 0.0, &
    456455             ups_limit_e = 0.0, ups_limit_pt = 0.0, ups_limit_u = 0.0, &
    457456             ups_limit_v = 0.0, ups_limit_w = 0.0, vg_surface = 0.0, &
    458              v_gtrans = 0.0, wall_adjustment_factor = 1.8, z_max_do1d = -1.0, &
    459              z_max_do1d_normalized = -1.0, z_max_do2d = -1.0
     457             v_bulk = 0.0, v_gtrans = 0.0, wall_adjustment_factor = 1.8, &
     458             z_max_do1d = -1.0, z_max_do1d_normalized = -1.0, z_max_do2d = -1.0
    460459
    461460    REAL ::  do2d_xy_last_time(0:1) = -1.0, do2d_xz_last_time(0:1) = -1.0, &
Note: See TracChangeset for help on using the changeset viewer.