diff --git a/Configuration/Interpolation/SpatialFcns.cfg b/Configuration/Interpolation/SpatialFcns.cfg deleted file mode 100644 index 98fc714..0000000 --- a/Configuration/Interpolation/SpatialFcns.cfg +++ /dev/null @@ -1,22 +0,0 @@ -# Define non linear spatial functions(NLSF) and paramater search range. -# -# - "Function 1, dim=z, shape=Logistic, precon=0 " -# - "Function 2, dim=z, shape=Gaussian, precon=0 " -# - "Function 3, dim=x, shape=Logistic, precon=1 " -# -# These define spatial functions for setting the spatial trend in the universal kriging algorithm. -# -# The precon=0 term means that the function is not multiplied by another function. For example, -# "Function 3, dim=x, shape=Logistic, precon=1 " -# indicates that the third function is multiplied by the first function. -# This is true for fitting the nonlinear parameters of function 3 hence -# the parameters of function 1 must be fit before the parameters of function 3. -Function, dim=z, shape=Logistic, precon=0 -Function, dim=z, shape=Gaussian, precon=0 -Function, dim=z, shape=SinExp, precon=0 -Function, dim=x, shape=Logistic, precon=0 -Function, dim=y, shape=Logistic, precon=0 -Function, dim=x, shape=Logistic, precon=1 -Function, dim=y, shape=Logistic, precon=1 -Function, dim=x, shape=Logistic, precon=2 -Function, dim=y, shape=Logistic, precon=2 diff --git a/Configuration/Interpolation/SpatialFcnsGB.cfg b/Configuration/Interpolation/SpatialFcnsGB.cfg deleted file mode 100644 index 0035a3d..0000000 --- a/Configuration/Interpolation/SpatialFcnsGB.cfg +++ /dev/null @@ -1,18 +0,0 @@ -# Define non linear spatial functions(NLSF) and paramater search range. -# -# - "Function 1, dim=z, shape=Logistic, precon=0 " -# - "Function 2, dim=z, shape=Gaussian, precon=0 " -# - "Function 3, dim=x, shape=Logistic, precon=1 " -# -# These define spatial functions for setting the spatial trend in the universal kriging algorithm. -# -# The precon=0 term means that the function is not multiplied by another function. For example, -# "Function 3, dim=x, shape=Logistic, precon=1 " -# indicates that the third function is multiplied by the first function. -# This is true for fitting the nonlinear parameters of function 3 hence -# the parameters of function 1 must be fit before the parameters of function 3. -Function, dim=z, shape=Logistic, precon=0 -Function, dim=z, shape=Gaussian, precon=0 -Function, dim=z, shape=SinExp, precon=0 -Function, dim=x, shape=Logistic, precon=1 -Function, dim=y, shape=Logistic, precon=1 diff --git a/Configuration/Interpolation/SpatialFcnsMA.cfg b/Configuration/Interpolation/SpatialFcnsMA.cfg deleted file mode 100644 index 0035a3d..0000000 --- a/Configuration/Interpolation/SpatialFcnsMA.cfg +++ /dev/null @@ -1,18 +0,0 @@ -# Define non linear spatial functions(NLSF) and paramater search range. -# -# - "Function 1, dim=z, shape=Logistic, precon=0 " -# - "Function 2, dim=z, shape=Gaussian, precon=0 " -# - "Function 3, dim=x, shape=Logistic, precon=1 " -# -# These define spatial functions for setting the spatial trend in the universal kriging algorithm. -# -# The precon=0 term means that the function is not multiplied by another function. For example, -# "Function 3, dim=x, shape=Logistic, precon=1 " -# indicates that the third function is multiplied by the first function. -# This is true for fitting the nonlinear parameters of function 3 hence -# the parameters of function 1 must be fit before the parameters of function 3. -Function, dim=z, shape=Logistic, precon=0 -Function, dim=z, shape=Gaussian, precon=0 -Function, dim=z, shape=SinExp, precon=0 -Function, dim=x, shape=Logistic, precon=1 -Function, dim=y, shape=Logistic, precon=1 diff --git a/Configuration/Interpolation/UK.cfg b/Configuration/Interpolation/UK.cfg deleted file mode 100644 index 9ce506b..0000000 --- a/Configuration/Interpolation/UK.cfg +++ /dev/null @@ -1,10 +0,0 @@ -# Set inputs for universal kriging -Kriging variogram form = spherical -# -# Configuration files are expected to be in the Configuration directory -# -NLS Spatial Fcn File Name = SpatialFcns.cfg -# -# Save interim data by writing out supporting data files -# -Save Data = F diff --git a/Configuration/Interpolation/UK_GB.cfg b/Configuration/Interpolation/UK_GB.cfg deleted file mode 100644 index c2635f3..0000000 --- a/Configuration/Interpolation/UK_GB.cfg +++ /dev/null @@ -1,10 +0,0 @@ -# Set inputs for universal kriging -Kriging variogram form = spherical -# -# Configuration files are expected to be in the Configuration directory -# -NLS Spatial Fcn File Name = SpatialFcnsGB.cfg -# -# Save interim data by writing out supporting data files -# -Save Data = F diff --git a/Configuration/Interpolation/UK_MA.cfg b/Configuration/Interpolation/UK_MA.cfg deleted file mode 100644 index aa2a351..0000000 --- a/Configuration/Interpolation/UK_MA.cfg +++ /dev/null @@ -1,10 +0,0 @@ -# Set inputs for universal kriging -Kriging variogram form = spherical -# -# Configuration files are expected to be in the Configuration directory -# -NLS Spatial Fcn File Name = SpatialFcnsMA.cfg -# -# Save interim data by writing out supporting data files -# -Save Data = F