Ignore:
Timestamp:
Jan 9, 2008 8:17:38 AM (16 years ago)
Author:
raasch
Message:

second preliminary update for turbulent inflow

File:
1 edited

Legend:

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

    r139 r145  
    55! Actual revisions:
    66! -----------------
    7 !
     7! +hor_index_bounds, hor_index_bounds_previous_run, numprocs_previous_run
    88!
    99! Former revisions:
     
    959959    CHARACTER(LEN=5)       ::  myid_char = '', myid_char_14 = ''
    960960    INTEGER                ::  myid=0, npex = -1, npey = -1, numprocs = 1, &
     961                               numprocs_previous_run = -1,                 &
    961962                               tasks_per_node = -9999, threads_per_task = 1
     963
     964    INTEGER, DIMENSION(:,:), ALLOCATABLE ::  hor_index_bounds, &
     965                                             hor_index_bounds_previous_run
    962966
    963967#if defined( __parallel )
Note: See TracChangeset for help on using the changeset viewer.