Commits · d2fdb437c44e438fed09b4a9009cebb5d7443ba9
- Oct 07, 2016
-
-
Mathias Bavay authored
-
- Oct 05, 2016
-
-
Mathias Bavay authored
-
- Oct 04, 2016
-
-
Mathias Bavay authored
-
Mathias Bavay authored
-
- Oct 03, 2016
-
-
Mathias Bavay authored
-
- Sep 30, 2016
-
-
Mathias Bavay authored
-
Mathias Bavay authored
-
Mathias Bavay authored
-
- Sep 29, 2016
-
-
Mathias Bavay authored
-
- Sep 28, 2016
-
-
Mathias Bavay authored
-
- Sep 27, 2016
-
-
Mathias Bavay authored
-
- Sep 26, 2016
-
-
Mathias Bavay authored
-
Mathias Bavay authored
-
- Sep 23, 2016
-
-
Mathias Bavay authored
-
- Sep 22, 2016
-
-
Mathias Bavay authored
-
Mathias Bavay authored
-
- Sep 21, 2016
-
-
Mathias Bavay authored
-
Mathias Bavay authored
-
- Sep 16, 2016
-
-
Mathias Bavay authored
-
Mathias Bavay authored
-
- Sep 15, 2016
-
-
Mathias Bavay authored
-
- Sep 14, 2016
-
-
Mathias Bavay authored
-
Mathias Bavay authored
-
- Sep 13, 2016
-
-
Mathias Bavay authored
-
- Sep 12, 2016
-
-
Mathias Bavay authored
-
Mathias Bavay authored
-
Mathias Bavay authored
-
- Sep 08, 2016
-
-
Mathias Bavay authored
-
Mathias Bavay authored
-
- Sep 07, 2016
-
-
Mathias Bavay authored
-
- Sep 05, 2016
-
-
Mathias Bavay authored
-
- Sep 02, 2016
-
-
Mathias Bavay authored
-
- Aug 31, 2016
-
-
Mathias Bavay authored
-
- Aug 26, 2016
-
-
Mathias Bavay authored
-
Mathias Bavay authored
-
- Aug 25, 2016
-
-
Mathias Bavay authored
-
- Aug 24, 2016
-
-
Mathias Bavay authored
-
- Aug 23, 2016
-
-
Mathias Bavay authored
-
Mathias Bavay authored
-
Mathias Bavay authored
-
- Aug 23, 2016
-
-
Mathias Bavay authored
-
Mathias Bavay authored
In SunObject, when deciding if it is day or night, a radiation threshold has been setup instead of just zero. The smet_range script provides more consistent formatting for stations that don't have a given parameter. The IswrAlbedo generator now only uses stations that have HS except if provided with the "FORCE" argument. Three serious bugs have been fixed in the SWRad spatial interpolation algorithm: the vector of usable stations is now reset at each timestep, the direct radiation is now properly computed and the julian date for the sun is set in GMT. A new MOVE directive has been introduce in order to rename meteo parameters. This is processed before any other directive and could be very useful to handle for improperly named parameters (for example coming from GSN).
-
- Aug 22, 2016
-
-
Mathias Bavay authored
The code for handling COPY directives was very old and quite different from the code for handling KEEP or EXCLUDE directives. It has been re-written to follow the same principles as KEEP/EXCLUDE.
-
Mathias Bavay authored
Some code restructuring (moving a method from AllSkyLW_Generator to TauCLDGenerator) so the TAU_CLD generator can now generate solar index values by comparing the measured ISWR to the potential radiation. Moreover, when using a CLD parameter, it must now be between 0 and 8 instead of 0 and 1.
-
Mathias Bavay authored
-
Mathias Bavay authored
The SMET plugin was not consistent with the specification: when no time zone was provided, it should have assume tz=0 but it used the Input::Time_Zone value instead. This has been changed so it properly follows the specification: no time zone -> gmt. When writing data out, the time zone will now always be written.
-
- Aug 19, 2016
-
-
Mathias Bavay authored
The STD_PRESS spatial interpolation algorithm has been extended and can now deal with multiple input stations (with 2 different methods for handling this case). The Imis plugin now reads the air pressure and convert it to station air pressure (instead of sea level). Otherwise, improved error messages in libsmet and documentation / minor code cleanup.
-
- Aug 18, 2016
-
-
Mathias Bavay authored
A new method for the spatial interpolations of ISWR has been implemented. Helper methods have been implemented in SunObject and DEMObject (possibility to reset the altitude without recomputing the whole solar position, horizon computation from one point toward a given direction). The smet_extract script now writes its output to stdout instead of to a file since the previous behavior was mostly an anoyance...
-
- Aug 17, 2016
-
-
Mathias Bavay authored
A little bit of includes cleanup, code cleanup in Sun.cc and added the atmospheric corrections logic (from Alpine3D) to the Sun object so it can easily be reused.
-
- Aug 15, 2016
-
-
Mathias Bavay authored
-
Mathias Bavay authored
A new parameter ENABLE_RESAMPLING has been added in the [Interpolations1D] section. It is now possible to globally turn resampling off...
-
Mathias Bavay authored
The MERGE feature was still quite buggy, this should now work much better (ie properly handling the "extra" parameters). A warning has been fixed in libsmet. Better handling of julian_date in smet_extract (converting to ISO timestamp in the output).
-
- Aug 10, 2016
-
-
Mathias Bavay authored
-
- Aug 09, 2016
-
-
Mathias Bavay authored
-
Mathias Bavay authored
-
- Aug 08, 2016
-
-
Mathias Bavay authored
The "<" and ">" operators have been defined for MeteoData in order to make it easier to sort vectors of MeteoData. The FULL_MERGE merging strategy has been implemented alongside with some code cleanup/restructuring and some code optimizations.
-
Mathias Bavay authored
When merging data from different stations, it is now possible to specify (with the Input::MERGE_STRATEGY key) how the merge should be done. The FULL_MERGE is currently not implemented.
-
- Aug 03, 2016
-
-
Mathias Bavay authored
An error message when a smet file misses its epsg ocde and/or altitude as been improved. The MERGE example has been improved in order to be clearer. A bug in the append mode of smet files has been fixed (possibility of a duplicate timestamp).
-
- Aug 02, 2016
-
-
Mathias Bavay authored
Now the last timestamp in a SMET file can be compared to the data that should be appended in order to decide if the file should be truncated or not
-
Mathias Bavay authored
This is the first version of an append feature for SMET files. Not all the case might be well handled but at least, it starts to work... (with more optimizations to come)
-
- Jul 28, 2016
-
-
Mathias Bavay authored
Better error handling for the GSN plugin as well as forcing the station_id to lowercase when building the URL (so instead of a cryptic GSN error message, it just works)
-
- Jul 22, 2016
-
-
Mathias Bavay authored
-
Mathias Bavay authored
Last changes to support the Cray compiler. Please note that for Cray, you most probably have to compile with static linking!
-
Mathias Bavay authored
-
Mathias Bavay authored
Trying to make the CMakeLists clearer and more modular: the compiler options are now set through a macro that will be shared with the other projects. New targets appeared: Intel and Cray, but this is still a work in progress.
-
- Jul 21, 2016
-
-
Mathias Bavay authored
-
Mathias Bavay authored
Handling some warnings for new version of clang in MathOptim.h (turning them off for the bit manipulations). Laying the foundations for the append mode in SMET files (not usable yet).
-
- Jul 12, 2016
-
-
Mathias Bavay authored
Fixed two warnings on osX and turned off the global-constructor / exit-time-destructor warnings for Clang (since there is pretty much no viable alternative to what these warnings are about). Fixed a formatting typo in smet_extract.sh
-
- Jun 27, 2016
-
-
Mathias Bavay authored
The possibility of monthly aggregation (AVG, MIN, MAX) has been added as well as support for julian timestamps
-
Mathias Bavay authored
Now even files with JULIAN timestamps can be restricted to certain time ranges (provided as ISO formatted time string)
-
- Jun 23, 2016
-
-
Mathias Bavay authored
First fixes for NetCDF so it could be used by Alpine3D: a bug when handling precipitation grids has been fixed (nodata now remain nodata) and the data packing has been removed (since when appending new grids it can simply not work). A future alternative could be "bit shaving", see https://www.unidata.ucar.edu/blogs/developer/entry/compression_by_bit_shaving .
-
- Jun 21, 2016
-
-
Mathias Bavay authored
-
- Jun 17, 2016
-
-
Mathias Bavay authored
Documentation improvements, fixed a bug when generating kml files (wrong altitude appended to the name), improved the layout when using smet_range and trying to convert average values to sums in GRIBIO for easier further processing.
-
- Jun 10, 2016
-
-
Mathias Bavay authored
-
- Jun 09, 2016
-
-
Mathias Bavay authored
An unpleasant bug has been fixed in data_converter when handling large number of stations and time ranges. Minor code cleanup in some plugins.
-
- Jun 07, 2016
-
-
Mathias Bavay authored
-
Mathias Bavay authored
-
- Jun 03, 2016
-
-
Mathias Bavay authored
Cleaning up the docuemntation: the PREVAH landuse code are only of interest for Alpine3D so this has been moved into its documentation
-
Mathias Bavay authored
A new tool has been contributed by Aurélien Gallice: a Python class to read SMET files. The smet2kml script now adds the altitude to the station name, making it more convenient when plotting names on a map.
-
Loading