Skip to content

Commit

Permalink
Set up v0.5.0
Browse files Browse the repository at this point in the history
Removed advection_implicit function
  • Loading branch information
tnipen committed Nov 9, 2020
1 parent b38aa4b commit 4fd2cf8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 53 deletions.
4 changes: 1 addition & 3 deletions include/gridpp.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#endif
#include <exception>

#define GRIDPP_VERSION "0.5.0a2"
#define GRIDPP_VERSION "0.5.0"
#define __version__ GRIDPP_VERSION

namespace gridpp {
Expand Down Expand Up @@ -354,8 +354,6 @@ namespace gridpp {
float calc_score(const vec& ref, const vec& fcst, float threshold, Metric metric);
float calc_score(const vec& ref, const vec& fcst, float threshold, float fthreshold, Metric metric);

void advection_implicit(const vec2& y_dist, const vec2& x_dist, float dt, ivec2& y_coord, ivec2& x_coord);

vec2 correction(const Grid& rgrid, const vec2& rvalues, const Points& npoints, const vec& nvalues, float mean_radius, float outer_radius, float inner_radius, int min_num, int max_num, CorrectionType type, ivec2& count);
// Apply correction based on multiple timesteps
vec2 correction(const Grid& rgrid, const vec3& rvalues, const Points& npoints, const vec2& nvalues, const vec2& apply_values, float mean_radius, float outer_radius, float inner_radius, int min_num, int max_num, CorrectionType type, ivec2& count);
Expand Down
31 changes: 0 additions & 31 deletions src/api/advection.cpp

This file was deleted.

19 changes: 0 additions & 19 deletions tests/advection_test.py

This file was deleted.

0 comments on commit 4fd2cf8

Please sign in to comment.