Ignore:
Timestamp:
Dec 11, 2009 2:15:58 PM (13 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/write_var_list.f90

    r392 r411  
    44! Actual revisions:
    55! -----------------
    6 !
     6! +large_scale_subsidence, ws_vertical_gradient, ws_vertical_gradient_level,
     7! ws_vertical_gradient_level_ind
    78!
    89! Former revisions:
     
    267268    WRITE ( 14 )  'last_dt_change                '
    268269    WRITE ( 14 )  last_dt_change
     270    WRITE ( 14 )  'large_scale_subsidence        '
     271    WRITE ( 14 )  large_scale_subsidence
    269272    WRITE ( 14 )  'leaf_surface_concentration    '
    270273    WRITE ( 14 )  leaf_surface_concentration
     
    511514    WRITE ( 14 )  'wall_adjustment               '
    512515    WRITE ( 14 )  wall_adjustment
     516    WRITE ( 14 )  'ws_vertical_gradient          '
     517    WRITE ( 14 )  ws_vertical_gradient
     518    WRITE ( 14 )  'ws_vertical_gradient_level    '
     519    WRITE ( 14 )  ws_vertical_gradient_level
     520    WRITE ( 14 )  'ws_vertical_gradient_level_ind'
     521    WRITE ( 14 )  ws_vertical_gradient_level_ind
    513522    WRITE ( 14 )  'w_max                         '
    514523    WRITE ( 14 )  w_max
Note: See TracChangeset for help on using the changeset viewer.