Changeset 163 for palm/trunk/SOURCE/modules.f90
- Timestamp:
- May 5, 2008 2:09:05 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/modules.f90
r153 r163 7 7 ! +canopy_heat_flux, cthf, lai, 8 8 ! +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, 10 10 ! inflow_damping_*, mean_inflow_profiles, numprocs_previous_run, nx_on_file, 11 11 ! ny_on_file, offset_ocean_*, recycling_plane, recycling_width, turbulent_inflow … … 969 969 #endif 970 970 CHARACTER(LEN=5) :: myid_char = '' 971 INTEGER :: id_inflow , myid=0, npex = -1, npey = -1,&972 n umprocs = 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,& 973 973 tasks_per_node = -9999, threads_per_task = 1 974 974
Note: See TracChangeset
for help on using the changeset viewer.