Ignore:
Timestamp:
Mar 8, 2009 8:56:27 AM (16 years ago)
Author:
letzel
Message:
  • topography_grid_convention moved from userpar to inipar
  • documentation and examples updated
File:
1 edited

Legend:

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

    r241 r256  
    66! +canyon_height, canyon_width_x, canyon_width_y, canyon_wall_left,
    77! canyon_wall_south, conserve_volume_flow_mode, dp_external, dp_level_b,
    8 ! dp_smooth, dpdxy, u_bulk, v_bulk
     8! dp_smooth, dpdxy, topography_grid_convention, u_bulk, v_bulk
    99!
    1010! Former revisions:
     
    499499          CASE ( 'topography' )
    500500             READ ( 13 )  topography
     501          CASE ( 'topography_grid_convention' )
     502             READ ( 13 )  topography_grid_convention
    501503          CASE ( 'top_heatflux' )
    502504             READ ( 13 )  top_heatflux
Note: See TracChangeset for help on using the changeset viewer.