Changeset 31674b5 in flexpart.git for src/writeheader.f90


Ignore:
Timestamp:
Jul 15, 2015, 9:45:11 AM (9 years ago)
Author:
Ignacio Pisso <Ignacio.Pisso@…>
Branches:
svn-petra
Children:
3c1da52
Parents:
480164e
git-author:
Ignacio Pisso <Ignacio.Pisso@…> (07/15/15 09:19:44)
git-committer:
Ignacio Pisso <Ignacio.Pisso@…> (07/15/15 09:45:11)
Message:

from svn branch petra
r36 | pesei | 2015-02-16 19:21:09 +0100 (Mon, 16 Feb 2015) | 1 line
Changed paths:

A /branches/petra/changelog.txt
M /branches/petra/options/COMMAND
M /branches/petra/options/COMMAND.alternative
M /branches/petra/options/COMMAND.reference
M /branches/petra/options/surfdata.t
M /branches/petra/src/FLEXPART.f90
M /branches/petra/src/advance.f90
M /branches/petra/src/com_mod.f90
M /branches/petra/src/concoutput.f90
M /branches/petra/src/concoutput_nest.f90
M /branches/petra/src/concoutput_surf.f90
M /branches/petra/src/par_mod.f90
M /branches/petra/src/readcommand.f90
M /branches/petra/src/readpaths.f90
M /branches/petra/src/readreceptors.f90
M /branches/petra/src/readreleases.f90
M /branches/petra/src/readspecies.f90
M /branches/petra/src/readwind.f90
M /branches/petra/src/readwind_nests.f90
M /branches/petra/src/skplin.f90
M /branches/petra/src/writeheader.f90
M /branches/petra/src/writeheader_nest.f90
M /branches/petra/src/writeheader_txt.f90

Implement switch for incremental deposition, see ticket:113 and many small changes, see changelog.txt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/writeheader.f90

    rf13406c r31674b5  
    11!**********************************************************************
    2 ! Copyright 1998,1999,2000,2001,2002,2005,2007,2008,2009,2010         *
     2! Copyright 1998-2015                                                 *
    33! Andreas Stohl, Petra Seibert, A. Frank, Gerhard Wotawa,             *
    44! Caroline Forster, Sabine Eckhardt, John Burkhart, Harald Sodemann   *
     
    3333  !     7 August 2002                                                          *
    3434  !                                                                            *
     35  !     2/2015, AP+PS: version string length written 
     36  !     2/2015, PS: write out ldep_incr
    3537  !*****************************************************************************
    3638  !                                                                            *
     
    6769
    6870  if (ldirect.eq.1) then
    69     write(unitheader) ibdate,ibtime, trim(flexversion)
     71    write(unitheader) ibdate,ibtime, len_trim(flexversion), trim(flexversion)
    7072  else
    71     write(unitheader) iedate,ietime, trim(flexversion)
     73    write(unitheader) iedate,ietime, len_trim(flexversion), trim(flexversion)
    7274  endif
    7375
     
    8082  !***************************************
    8183
    82   write(unitheader) outlon0,outlat0,numxgrid,numygrid, &
    83        dxout,dyout
     84  write(unitheader) outlon0,outlat0,numxgrid,numygrid,dxout,dyout
    8485  write(unitheader) numzgrid,(outheight(i),i=1,numzgrid)
    8586
     
    127128  !*****************************************
    128129
    129   write(unitheader) method,lsubgrid,lconvection, &
    130        ind_source,ind_receptor
     130  write(unitheader) method,lsubgrid,lconvection, ind_source,ind_receptor
    131131
    132132  ! Write age class information
     
    142142    write(unitheader) (oroout(ix,jy),jy=0,numygrid-1)
    143143  end do
     144
     145  ! Write deposition type
     146  !***********************
     147 
     148  write(unitheader) ldep_incr
     149
     150
    144151  close(unitheader)
    145152
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG