Changeset 31674b5 in flexpart.git for src/concoutput.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/concoutput.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   *
     
    4747  !                                                                            *
    4848  !     2008 new sparse matrix format                                          *
     49  !     PS, 2/2015: option to produce incremental deposition output
     50  !                 access= -> position=
    4951  !                                                                            *
    5052  !*****************************************************************************
     
    108110  write(adate,'(i8.8)') jjjjmmdd
    109111  write(atime,'(i6.6)') ihmmss
    110   open(unitdates,file=path(2)(1:length(2))//'dates', ACCESS='APPEND')
     112  open(unitdates,file=path(2)(1:length(2))//'dates', position='append')
    111113  write(unitdates,'(a)') adate//atime
    112114  close(unitdates) 
     
    588590  !*************************
    589591
    590   do ks=1,nspec
    591   do kp=1,maxpointspec_act
    592     do i=1,numreceptor
    593       creceptor(i,ks)=0.
    594     end do
    595     do jy=0,numygrid-1
    596       do ix=0,numxgrid-1
    597         do l=1,nclassunc
    598           do nage=1,nageclass
    599             do kz=1,numzgrid
    600               gridunc(ix,jy,kz,ks,kp,l,nage)=0.
    601             end do
    602           end do
    603         end do
    604       end do
    605     end do
    606   end do
    607   end do
    608 
    609 
     592  creceptor=0.
     593  gridunc=0.
     594  if (ldep_incr) then ! incremental deposition output
     595    wetgridunc=0.
     596    drygridunc=0.
     597  endif
     598 
    610599end subroutine concoutput
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG