Changes in src/writeheader_surf.f90 [6ecb30a:f13406c] in flexpart.git


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/writeheader_surf.f90

    r6ecb30a rf13406c  
    3535  !*****************************************************************************
    3636  !                                                                            *
    37   !  Modified to remove TRIM around the output of flexversion so that          *
    38   !  it will be a constant length (defined in com_mod.f90) in output header    *
    39   !                                                                            *
    40   !     Don Morton, Boreal Scientific Computing                                *
    41   !     07 May 2017                                                            *
    42   !                                                                            *
    43   !*****************************************************************************
    44   !                                                                            *
    4537  ! Variables:                                                                 *
    4638  !                                                                            *
     
    7567
    7668  if (ldirect.eq.1) then
    77     write(unitheader) ibdate,ibtime, flexversion
     69    write(unitheader) ibdate,ibtime, trim(flexversion)
    7870  else
    79     write(unitheader) iedate,ietime, flexversion
     71    write(unitheader) iedate,ietime, trim(flexversion)
    8072  endif
    8173
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG