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/write_var_list.f90

    r336 r345  
    44! Actual revisions:
    55! -----------------
     6! +output_for_t0
    67! bugfix: -dt_fixed, because otherwise, restart runs cannot change from a
    78! fixed to a free timestep.
     
    6566    USE indices
    6667    USE model_1d
     68    USE netcdf_control
    6769    USE particle_attributes
    6870    USE pegrid
     
    292294    WRITE ( 14 )  'outflow_damping_width         '
    293295    WRITE ( 14 )  outflow_damping_width
     296    WRITE ( 14 )  'output_for_t0                 '
     297    WRITE ( 14 )  output_for_t0
    294298    WRITE ( 14 )  'overshoot_limit_e             '
    295299    WRITE ( 14 )  overshoot_limit_e
Note: See TracChangeset for help on using the changeset viewer.