Changeset 256 for palm/trunk/SOURCE/read_var_list.f90
- Timestamp:
- Mar 8, 2009 8:56:27 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/read_var_list.f90
r241 r256 6 6 ! +canyon_height, canyon_width_x, canyon_width_y, canyon_wall_left, 7 7 ! canyon_wall_south, conserve_volume_flow_mode, dp_external, dp_level_b, 8 ! dp_smooth, dpdxy, u_bulk, v_bulk8 ! dp_smooth, dpdxy, topography_grid_convention, u_bulk, v_bulk 9 9 ! 10 10 ! Former revisions: … … 499 499 CASE ( 'topography' ) 500 500 READ ( 13 ) topography 501 CASE ( 'topography_grid_convention' ) 502 READ ( 13 ) topography_grid_convention 501 503 CASE ( 'top_heatflux' ) 502 504 READ ( 13 ) top_heatflux
Note: See TracChangeset
for help on using the changeset viewer.