Changeset 1705 for palm/trunk/SOURCE


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

bugfix in write_var_list (restart runs not possible)

Location:
palm/trunk/SOURCE
Files:
2 edited

Legend:

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

    r1698 r1705  
    1919! Current revisions:
    2020! -----------------
    21 !
     21! Typo removed
    2222!
    2323! Former revisions:
     
    136136    INTEGER(iwp) ::  i            !< loop index x direction
    137137    INTEGER(iwp) ::  j            !< loop index y direction
    138     INTEGER(iwp) ::  k            !< loop indey z direction
     138    INTEGER(iwp) ::  k            !< loop index z direction
    139139
    140140    INTEGER(iwp), PARAMETER     :: num_steps = 15000  !< number of steps in the lookup table
  • 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.