source: branches/petra/changelog.txt @ 36

Last change on this file since 36 was 36, checked in by pesei, 9 years ago

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

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