Ignore:
Timestamp:
May 5, 2008 2:09:05 PM (17 years ago)
Author:
raasch
Message:

bugfixes for turbulent inflow in init_pegrid, inflow_turbulence, and init_3d_model

File:
1 edited

Legend:

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

    r153 r163  
    77! +canopy_heat_flux, cthf, lai,
    88! +leaf_surface_concentration, scalar_exchange_coefficient, sec, sls
    9 ! +hor_index_bounds, hor_index_bounds_previous_run, id_inflow,
     9! +hor_index_bounds, hor_index_bounds_previous_run, id_inflow, id_recycling,
    1010! inflow_damping_*, mean_inflow_profiles, numprocs_previous_run, nx_on_file,
    1111! ny_on_file, offset_ocean_*, recycling_plane, recycling_width, turbulent_inflow
     
    969969#endif
    970970    CHARACTER(LEN=5)       ::  myid_char = ''
    971     INTEGER                ::  id_inflow, myid=0, npex = -1, npey = -1, &
    972                                numprocs = 1, numprocs_previous_run = -1, &
     971    INTEGER                ::  id_inflow = 0, id_recycling = 0, myid=0, npex = -1, &
     972                               npey = -1, numprocs = 1, numprocs_previous_run = -1,&
    973973                               tasks_per_node = -9999, threads_per_task = 1
    974974
Note: See TracChangeset for help on using the changeset viewer.