Ignore:
Timestamp:
Apr 16, 2009 12:07:26 PM (15 years ago)
Author:
raasch
Message:

changes for coupling with independent precursor runs; z_i calculation with Sullivan criterion

File:
1 edited

Legend:

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

    r256 r291  
    55! -----------------
    66! +canyon_height, canyon_width_x, canyon_width_y, canyon_wall_left,
    7 ! canyon_wall_south, conserve_volume_flow_mode, dp_external, dp_level_b,
    8 ! dp_smooth, dpdxy, topography_grid_convention, u_bulk, v_bulk
     7! canyon_wall_south, conserve_volume_flow_mode, coupling_start_time,
     8! dp_external, dp_level_b, dp_smooth, dpdxy, run_coupled,
     9! time_since_reference_point, topography_grid_convention, u_bulk, v_bulk
    910!
    1011! Former revisions:
     
    171172    WRITE ( 14 )  'conserve_volume_flow_mode     '
    172173    WRITE ( 14 )  conserve_volume_flow_mode
     174    WRITE ( 14 )  'coupling_start_time           '
     175    WRITE ( 14 )  coupling_start_time
    173176    WRITE ( 14 )  'current_timestep_number       '
    174177    WRITE ( 14 )  current_timestep_number
     
    353356    WRITE ( 14 )  'runnr                         '
    354357    WRITE ( 14 )  runnr
     358    WRITE ( 14 )  'run_coupled                   '
     359    WRITE ( 14 )  run_coupled
    355360    WRITE ( 14 )  'sa_init                       '
    356361    WRITE ( 14 )  sa_init
     
    417422    WRITE ( 14 )  'time_run_control              '
    418423    WRITE ( 14 )  time_run_control
     424    WRITE ( 14 )  'time_since_reference_point    '
     425    WRITE ( 14 )  time_since_reference_point
    419426    WRITE ( 14 )  'time_sort_particles           '
    420427    WRITE ( 14 )  time_sort_particles
Note: See TracChangeset for help on using the changeset viewer.