Ignore:
Timestamp:
Nov 2, 2015 2:28:56 PM (8 years ago)
Author:
maronga
Message:

bugfix in write_var_list (restart runs not possible)

File:
1 edited

Legend:

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

    r1692 r1705  
    1919! Current revisions:
    2020! -----------------
    21 !
     21! Bugfix: two lines required swapping
    2222!
    2323! Former revisions:
     
    278278    WRITE ( 14 )  conserve_volume_flow_mode
    279279    WRITE ( 14 )  'coupling_start_time           '
     280    WRITE ( 14 )  coupling_start_time
    280281    WRITE ( 14 )  'constant_flux_layer           '
    281282    WRITE ( 14 )  constant_flux_layer
    282     WRITE ( 14 )  coupling_start_time
    283283    WRITE ( 14 )  'current_timestep_number       '
    284284    WRITE ( 14 )  current_timestep_number
Note: See TracChangeset for help on using the changeset viewer.