Ignore:
Timestamp:
Dec 11, 2009 2:15:58 PM (15 years ago)
Author:
heinze
Message:

Large scale vertical motion (subsidence/ascent) can be applied to the prognostic equation for the potential temperature

File:
1 edited

Legend:

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

    r392 r411  
    44! Current revisions:
    55! -----------------
    6 !
     6! +large_scale_subsidence, ws_vertical_gradient, ws_vertical_gradient_level,
     7! ws_vertical_gradient_level_ind
    78!
    89! Former revisions:
     
    346347          CASE ( 'last_dt_change' )
    347348             READ ( 13 )  last_dt_change
     349           CASE ( 'large_scale_subsidence' )
     350             READ ( 13 )  large_scale_subsidence
    348351          CASE ( 'leaf_surface_concentration' )
    349352             READ ( 13 )  leaf_surface_concentration
     
    593596          CASE ( 'wall_adjustment' )
    594597             READ ( 13 )  wall_adjustment
     598          CASE ( 'ws_vertical_gradient' )
     599             READ ( 13 )  ws_vertical_gradient
     600          CASE ( 'ws_vertical_gradient_level' )
     601             READ ( 13 )  ws_vertical_gradient_level
     602          CASE ( 'ws_vertical_gradient_level_ind' )
     603             READ ( 13 )  ws_vertical_gradient_level_ind
    595604          CASE ( 'w_max' )
    596605             READ ( 13 )  w_max
Note: See TracChangeset for help on using the changeset viewer.