Ignore:
Timestamp:
Aug 12, 2016 3:14:59 PM (8 years ago)
Author:
suehring
Message:

Prescribing scalar flux at model top; several bugfixes concering data output of scalars and output of flight data

File:
1 edited

Legend:

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

    r1961 r1992  
    1919! Current revisions:
    2020! ------------------
    21 !
     21! top_scalarflux added
    2222!
    2323! Former revisions:
     
    689689          CASE ( 'top_salinityflux' )
    690690             READ ( 13 )  top_salinityflux
     691          CASE ( 'top_scalarflux' )
     692             READ ( 13 )  top_scalarflux
    691693          CASE ( 'tsc' )
    692694             READ ( 13 )  tsc
Note: See TracChangeset for help on using the changeset viewer.