source: flexpart.git/changelog.txt @ 31674b5

svn-petra
Last change on this file since 31674b5 was 31674b5, checked in by Ignacio Pisso <Ignacio.Pisso@…>, 9 years ago

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

  • Property mode set to 100644
File size: 1.6 KB
Line 
1Changes applied to checkout of branch petra (rev 33 = rev31 in trunk)
2======================================================================
3
4Remove x permission from 56 text files
5
6Convert 2 text files form DOS to Unix format
7
8concoutput.f90:
9
10Reinitialization of grid
11- convert loops to f90 array assignments (there were even unnecessary multiple loops for creceptor(i,ks)=0. over kp=1,maxpointspec_act, and loops in wrong order!)
12- add reinitialisation of wetgridunc and drygridunc if new variable ldep_incr true
13
14concoutput_nest.f90:
15
16Reinitialization of grid
17- convert loops to f90 array assignments (there were even unnecessary multiple loops for creceptor(i,ks)=0. over kp=1,maxpointspec_act, and loops in wrong order!)
18- add reinitialisation of wetgridunc and drygridunc if new variable ldep_incr true
19- remove reinitalisation of creceptor, this is alread done in concoutput.f90
20
21readcommand.f90, skplin.f90, com_mod.f90:
22
23- add ldep_incr to namelist command in readcommand.f90, intialise as false
24- read ldep_incr normally but catch exception if not present, then use default
25- for this purpose catch EOF also in skplin.f90
26- in readcommand.f90, add spaces for logical operators
27- in com_mod.f90, add ldep_incr, and make all variable names lowercase, add GNU
28
29FLEXPART.f90, readpaths.f90: eliminate pathname from calling readpaths, it is
30already in module com. Eliminate commented formal argument from readpaths.f90
31
32par_mod.f90: nxhsift=0 also for ECMWF, seems to be needed
33
34writeheader_text.f90, writeheader.f90, writeheader_nest.f90: introduce version string length output, enclose character output in quotes in text output, change name of header_text files to *.txt
Note: See TracBrowser for help on using the repository browser.
hosted by ZAMG