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/read_var_list.f90

    r274 r291  
    66! Output of messages replaced by message handling routine.
    77! +canyon_height, canyon_width_x, canyon_width_y, canyon_wall_left,
    8 ! canyon_wall_south, conserve_volume_flow_mode, dp_external, dp_level_b,
    9 ! dp_smooth, dpdxy, topography_grid_convention, u_bulk, v_bulk
     8! canyon_wall_south, conserve_volume_flow_mode, coupling_start_time,
     9! dp_external, dp_level_b, dp_smooth, dpdxy, run_coupled,
     10! time_since_reference_point, topography_grid_convention, u_bulk, v_bulk
    1011!
    1112! Former revisions:
     
    242243          CASE ( 'conserve_volume_flow_mode' )
    243244             READ ( 13 )  conserve_volume_flow_mode
     245          CASE ( 'coupling_start_time' )
     246             READ ( 13 )  coupling_start_time
    244247          CASE ( 'cthf' )
    245248             READ ( 13 )  cthf
     
    428431          CASE ( 'runnr' )
    429432             READ ( 13 )  runnr
     433          CASE ( 'run_coupled' )
     434             READ ( 13 )  run_coupled
    430435          CASE ( 'sa_init' )
    431436             READ ( 13 )  sa_init
     
    492497          CASE ( 'time_run_control' )
    493498             READ ( 13 )  time_run_control
     499          CASE ( 'time_since_reference_point' )
     500             READ ( 13 )  time_since_reference_point
    494501          CASE ( 'time_sort_particles' )
    495502             READ ( 13 )  time_sort_particles
Note: See TracChangeset for help on using the changeset viewer.