Ignore:
Timestamp:
Jul 1, 2009 2:37:56 PM (15 years ago)
Author:
heinze
Message:

In case of restart runs without extension, initial profiles are not written to NetCDF-file anymore.

File:
1 edited

Legend:

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

    r336 r345  
    44! Current revisions:
    55! -----------------
     6! +output_for_t0
    67! dt_fixed is read into a dummy variable.
    78! Output of messages replaced by message handling routine.
     
    6970    USE indices
    7071    USE model_1d
     72    USE netcdf_control
    7173    USE particle_attributes
    7274    USE pegrid
     
    374376          CASE ( 'outflow_damping_width' )
    375377             READ ( 13 )  outflow_damping_width
     378          CASE ( 'output_for_t0' )
     379             READ (13)    output_for_t0
    376380          CASE ( 'overshoot_limit_e' )
    377381             READ ( 13 )  overshoot_limit_e
Note: See TracChangeset for help on using the changeset viewer.