@@ -11,32 +11,32 @@ Bugfixes
1111* options/SPECIES/SPECIES_028: corrected wrong number format, moved sign of
1212 exponent to after the E
1313* options/SPECIES/specoverview.f90: added namelist parameters that appear in
14- SPECIES files but were missing here
15- * src/advance.f90: resolution-independent calculation of new longitude if
16- particle crosses pole (i.e. if a particle is advected to below -90 or above 90
17- degree latitude, the calculation of the new longitude was hardcoded for
18- 1 degree resolution). Do not put the particle back into domain at all if
14+ SPECIES files but were missing in this program, causing read errors.
15+ * src/advance.f90: resolution-independent calculation of the new longitude if
16+ a particle crosses either pole (i.e. if a particle is advected to below -90 or
17+ above 90 degree latitude, the calculation of the new longitude was hardcoded for
18+ 1 degree resolution). Do not put the particle back into the domain at all if
1919 it crosses the lower or upper boundary in a limited area simulation.
2020* src/caldate.f90: avoid to output hour 240000, change made by Petra for her
2121 version 10.4.1
2222* src/FLEXPART.f90: replaced compiler-specific command line argument routines
2323 by standard Fortran intrinsic routines
2424* src/FLEXPART_MPI.f90: ditto
2525* src/gridcheck_ecmwf.f90: corrected handling of vertical levels when input
26- file do not contain uppermost layers
26+ file do not contain uppermost layers (changes suggested by Stephan Henne).
2727* src/gridcheck_nests.f90: ditto
2828* src/makefile: NetCDF output as default option, hint about compiler troubles
2929 (relocation error, use -mcmodel=large) caused by -O0, and other changes by
30- Petra for V 10.4.1
30+ Petra for version 10.4.1
3131* src/readwind_ecmwf.f90: corrected handling of vertical levels when input file
3232 do not contain uppermost layers and corrected conversion_factor for convective
3333 precipitation and snow height in GRIB2
3434* src/readwind_ecmwf_mpi.f90: ditto
3535* src/readwind_nests.f90: ditto
3636* src/timemanager.f90: removed non-standard-conformant argument aliasing and
37- corrected kind type declaration
37+ corrected kind type declaration causing troubles with some compilers
3838* src/verttransform.f90: removed superfluous comma (change made independently by
39- both myself and Petra for V 10.4.1)
39+ both myself and Petra for version 10.4.1)
4040* src/readwind_ecmwf_mpi.f90: ditto
4141
4242Code enhancements
@@ -45,16 +45,16 @@ Code enhancements
4545* options/SPECIES/SPECIES_ * : aligned comments
4646* options/SPECIES/specoverview.f90: removed commented lines, rectified lines
4747 indenting
48- * src/FLEXPART.f90: rectified lines indenting, updated version to 10.4.2 and date
48+ * src/FLEXPART.f90: rectified lines indenting, updated version ( to 10.4.3) and date
4949 in version string
5050* src/FLEXPART_MPI.f90: ditto, and realigned code with src/FLEXPART.f90
5151* src/gridcheck_ * .f90: added code to write out name of file before it is opened
5252 (helps a lot for debugging when an input file causes troubles)
5353* src/par_mod.f90: added comment explaining relevance of nuvzmax for GRIB input
54- * src/readreceptors.f90: Code cosmetics by Petra for V 10.4.1
54+ * src/readreceptors.f90: Code cosmetics by Petra for version 10.4.1
5555* src/readreleases.f90: write out warning if too few particles are used to
5656 randomize release
5757* src/readspecies.f90: write out name of SPECIES file before it is read
5858* src/readwind_ * .f90: write out name of input file before opening it
59- * src/verttransform_ecmwf.f90: Code enhancements made by Petra for V 10.4.1
59+ * src/verttransform_ecmwf.f90: Code enhancements made by Petra for version 10.4.1
6060* src/writeheader_txt.f90: removed wrong comment
0 commit comments