Ignore:
Timestamp:
Apr 16, 2009 12:07:26 PM (15 years ago)
Author:
raasch
Message:

changes for coupling with independent precursor runs; z_i calculation with Sullivan criterion

File:
1 edited

Legend:

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

    r288 r291  
    1111! topography color in dvrp_variables,
    1212! +canyon_height, canyon_width_x, canyon_width_y, canyon_wall_left,
    13 ! canyon_wall_south, conserve_volume_flow_mode, dp_external, dp_level_b,
    14 ! dp_level_ind_b, dp_smooth, dp_smooth_factor, dpdxy, u_bulk, v_bulk in
    15 ! control_parameters
     13! canyon_wall_south, conserve_volume_flow_mode, coupling_start_time,
     14! dp_external, dp_level_b, dp_level_ind_b, dp_smooth, dp_smooth_factor, dpdxy,
     15! run_coupled, time_since_reference_point, u_bulk, v_bulk in control_parameters
    1616!
    1717! Former revisions:
     
    380380                profil_output = .FALSE., radiation = .FALSE., &
    381381                random_heatflux = .FALSE., run_control_header = .FALSE., &
    382                 sloping_surface = .FALSE., stop_dt = .FALSE., &
    383                 terminate_run = .FALSE., turbulent_inflow = .FALSE., &
     382                run_coupled = .TRUE., sloping_surface = .FALSE., &
     383                stop_dt = .FALSE., terminate_run = .FALSE., &
     384                turbulent_inflow = .FALSE., &
    384385                use_prior_plot1d_parameters = .FALSE., use_reference = .FALSE.,&
    385386                use_surface_fluxes = .FALSE., use_top_fluxes = .FALSE., &
     
    401402             canyon_width_x = 9999999.9, canyon_width_y = 9999999.9, &
    402403             canyon_wall_left = 9999999.9, canyon_wall_south = 9999999.9, &
    403              cthf = 0.0, cfl_factor = -1.0, &
    404              cos_alpha_surface, disturbance_amplitude = 0.25, &
     404             cthf = 0.0, cfl_factor = -1.0, cos_alpha_surface, &
     405             coupling_start_time, disturbance_amplitude = 0.25, &
    405406             disturbance_energy_limit = 0.01, &
    406407             disturbance_level_b = -9999999.9, &
     
    454455             time_do_av = 0.0, time_do_sla = 0.0, time_dvrp = 0.0, &
    455456             time_prel = 0.0, time_restart = 9999999.9, time_run_control = 0.0,&
    456              top_heatflux = 9999999.9, top_momentumflux_u = 9999999.9, &
     457             time_since_reference_point, top_heatflux = 9999999.9, &
     458             top_momentumflux_u = 9999999.9, &
    457459             top_momentumflux_v = 9999999.9, top_salinityflux = 9999999.9, &
    458460             ug_surface = 0.0, u_bulk = 0.0, u_gtrans = 0.0, &
Note: See TracChangeset for help on using the changeset viewer.