Changeset 3422 for palm


Ignore:
Timestamp:
Oct 24, 2018 7:01:57 PM (5 years ago)
Author:
gronemeier
Message:

bugfix:bugfix: increase number of blanks in output string

File:
1 edited

Legend:

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

    r3421 r3422  
    2525! -----------------
    2626! $Id$
     27! bugfix: increase number of blanks in output string
     28!
     29! 3421 2018-10-24 18:39:32Z gronemeier
    2730! Renamed output variables
    2831! +surface_data_output
     
    20532056                             ' km kh                                        ', &
    20542057                             ' l                                            ', &
    2055                          ( '                               ', i9 = 1, 94 ) /)
     2058             ( '                                              ', i9 = 1, 94 ) /)
    20562059
    20572060    INTEGER(iwp) ::  profile_columns = 2  !< number of coordinate systems on a profile plot per column
Note: See TracChangeset for help on using the changeset viewer.