Ignore:
Timestamp:
Feb 1, 2008 12:41:46 PM (16 years ago)
Author:
raasch
Message:

further updates for turbulent inflow: reading input data of a precursor run using a smaller total domain is working

File:
1 edited

Legend:

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

    r146 r147  
    55! Actual revisions:
    66! -----------------
    7 ! +hor_index_bounds, hor_index_bounds_previous_run, numprocs_previous_run
     7! +hor_index_bounds, hor_index_bounds_previous_run, numprocs_previous_run,
     8! nx_on_file, ny_on_file
    89! -myid_char_14
    910!
     
    595596!------------------------------------------------------------------------------!
    596597
    597     INTEGER ::  ngp_sums, nnx, nx = 0, nxa, nxl, nxlu, nxr, nxra, nny, ny = 0, &
    598                 nya, nyn, nyna, nys, nysv, nnz, nz = 0, nza, nzb, nzb_diff,    &
    599                 nzt, nzta, nzt_diff
     598    INTEGER ::  ngp_sums, nnx, nx = 0, nxa, nxl, nxlu, nxr, nxra, nx_on_file, &
     599                nny, ny = 0, nya, nyn, nyna, nys, nysv, ny_on_file, nnz,       &
     600                nz = 0, nza, nzb, nzb_diff, nzt, nzta, nzt_diff
    600601
    601602    INTEGER, DIMENSION(:), ALLOCATABLE ::                                      &
Note: See TracChangeset for help on using the changeset viewer.