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

second preliminary update for turbulent inflow

File:
1 edited

Legend:

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

    r143 r145  
    44! Actual revisions:
    55! -----------------
    6 ! -cross_ts_*,
     6! +numprocs, hor_index_bounds, -cross_ts_*, npex, npey
    77! hom_sum, volume_flow_area, volume_flow_initial moved from write_3d_binary
    88! to here
     
    4444! Description:
    4545! ------------
    46 ! Writing values of control variables to restart-file (binary format)
     46! Writing values of control variables to restart-file (binary format).
     47! These informations are only written to the file opened by PE0.
    4748!------------------------------------------------------------------------------!
    4849
     
    6364
    6465
    65 
    66     binary_version = '3.1'
    67 
    68     WRITE ( 14 )  binary_version    ! opened in write_3d_binary
    69 
     66    binary_version = '3.2'
     67
     68    WRITE ( 14 )  binary_version
     69
     70    WRITE ( 14 )  'numprocs                      '
     71    WRITE ( 14 )  numprocs
     72    WRITE ( 14 )  'hor_index_bounds              '
     73    WRITE ( 14 )  hor_index_bounds
    7074    WRITE ( 14 )  'nz                            '
    7175    WRITE ( 14 )  nz
     
    227231    WRITE ( 14 )  'netcdf_precision              '
    228232    WRITE ( 14 )  netcdf_precision
    229     WRITE ( 14 )  'npex                          '
    230     WRITE ( 14 )  npex
    231     WRITE ( 14 )  'npey                          '
    232     WRITE ( 14 )  npey
    233233    WRITE ( 14 )  'nsor_ini                      '
    234234    WRITE ( 14 )  nsor_ini
Note: See TracChangeset for help on using the changeset viewer.