Ignore:
Timestamp:
Aug 25, 2017 12:37:32 PM (7 years ago)
Author:
sward
Message:

y_shift for periodic boundary conditions

File:
1 edited

Legend:

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

    r2365 r2372  
    2525! -----------------
    2626! $Id$
     27! y_shift added to vars, version no. increased
     28!
     29! 2365 2017-08-21 14:59:59Z kanani
    2730! Vertical nesting implemented (SadiqHuq)
    2831!
     
    235238
    236239
    237     binary_version = '4.1'
     240    binary_version = '4.2'
    238241
    239242    WRITE ( 14 )  binary_version
     
    726729    WRITE ( 14 )  'w_max_ijk                     '
    727730    WRITE ( 14 )  w_max_ijk
     731    WRITE ( 14 )  'y_shift                       '
     732    WRITE ( 14 )  y_shift
    728733    WRITE ( 14 )  'zeta_max                      '
    729734    WRITE ( 14 )  zeta_max
Note: See TracChangeset for help on using the changeset viewer.