Ignore:
Timestamp:
Dec 18, 2008 7:00:36 AM (15 years ago)
Author:
raasch
Message:

some small bugfixes in user_module, user_read_restart_data, read_3d_binary, flow_statistics and mrun

File:
1 edited

Legend:

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

    r216 r220  
    1  SUBROUTINE user_read_restart_data( nxlfa, nxl_on_file, nxrfa, nxr_on_file, &
    2                                     nynfa, nyn_on_file, nysfa, nys_on_file, &
    3                                     offset_xa, offset_ya, overlap_count,    &
     1 SUBROUTINE user_read_restart_data( i, nxlfa, nxl_on_file, nxrfa, nxr_on_file, &
     2                                    nynfa, nyn_on_file, nysfa, nys_on_file,    &
     3                                    offset_xa, offset_ya, overlap_count,       &
    44                                    tmp_2d, tmp_3d )
    55
     
    3333    CHARACTER (LEN=20) :: field_char
    3434
    35     INTEGER ::  k, nxlc, nxlf, nxl_on_file, nxrc, nxrf, nxr_on_file, nync, &
     35    INTEGER ::  i, k, nxlc, nxlf, nxl_on_file, nxrc, nxrf, nxr_on_file, nync, &
    3636                nynf, nyn_on_file, nysc, nysf, nys_on_file, overlap_count
    3737
Note: See TracChangeset for help on using the changeset viewer.