Ignore:
Timestamp:
Mar 7, 2008 1:42:18 PM (17 years ago)
Author:
raasch
Message:

preliminary update for the turbulence recycling method

File:
1 edited

Legend:

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

    r145 r151  
    44! Actual revisions:
    55! -----------------
    6 ! +numprocs, hor_index_bounds, -cross_ts_*, npex, npey
     6! +numprocs, hor_index_bounds, inflow_damping_height, inflow_damping_width,
     7! mean_inflow_profiles, recycling_width, turbulent_inflow,
     8! -cross_ts_*, npex, npey
    79! hom_sum, volume_flow_area, volume_flow_initial moved from write_3d_binary
    810! to here
     
    199201    WRITE ( 14 )  'hom_sum                       '
    200202    WRITE ( 14 )  hom_sum
     203    WRITE ( 14 )  'humidity                      '
     204    WRITE ( 14 )  humidity
     205    IF ( ALLOCATED( inflow_damping_factor ) )  THEN
     206       WRITE ( 14 )  'inflow_damping_factor         '
     207       WRITE ( 14 )  inflow_damping_factor
     208    ENDIF
     209    WRITE ( 14 )  'inflow_damping_height         '
     210    WRITE ( 14 )  inflow_damping_height
     211    WRITE ( 14 )  'inflow_damping_width          '
     212    WRITE ( 14 )  inflow_damping_width
    201213    WRITE ( 14 )  'inflow_disturbance_begin      '
    202214    WRITE ( 14 )  inflow_disturbance_begin
     
    223235    WRITE ( 14 )  'loop_optimization             '
    224236    WRITE ( 14 )  loop_optimization
     237    IF ( ALLOCATED( mean_inflow_profiles ) )  THEN
     238       WRITE ( 14 )  'mean_inflow_profiles          '
     239       WRITE ( 14 )  mean_inflow_profiles
     240    ENDIF
    225241    WRITE ( 14 )  'mixing_length_1d              '
    226242    WRITE ( 14 )  mixing_length_1d
    227     WRITE ( 14 )  'humidity                      '
    228     WRITE ( 14 )  humidity
    229243    WRITE ( 14 )  'momentum_advec                '
    230244    WRITE ( 14 )  momentum_advec
     
    299313    WRITE ( 14 )  'random_heatflux               '
    300314    WRITE ( 14 )  random_heatflux
     315    WRITE ( 14 )  'recycling_width               '
     316    WRITE ( 14 )  recycling_width
    301317    WRITE ( 14 )  'rif_max                       '
    302318    WRITE ( 14 )  rif_max
     
    385401    WRITE ( 14 )  'tsc                           '
    386402    WRITE ( 14 )  tsc
     403    WRITE ( 14 )  'turbulent_inflow              '
     404    WRITE ( 14 )  turbulent_inflow
    387405    WRITE ( 14 )  'u_init                        '
    388406    WRITE ( 14 )  u_init
Note: See TracChangeset for help on using the changeset viewer.