Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Y
YAC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dkrz-sw
YAC
Commits
f6a64c82
Commit
f6a64c82
authored
5 years ago
by
Rene Redler
Committed by
Moritz Hanke
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
some alternative interpolation stacks for the examples
parent
e7b499a5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/interpolation_stacks.txt
+32
-0
32 additions, 0 deletions
examples/interpolation_stacks.txt
with
32 additions
and
0 deletions
examples/interpolation_stacks.txt
0 → 100644
+
32
−
0
View file @
f6a64c82
Some useful and reasonable interpolation stacks
A fixed value following a nearest-neighbour interpolation is not required as the
nn will already fill all remaining data points. So this is for safety in case the
nn fails for some reason.
1.) higher-order point-based interpolations
<interpolation method="bernstein_bezier"/>
<interpolation method="n-nearest_neighbor" n="4" weighted="DISTANCE_WEIGHTED"/>
<interpolation method="fixed_value" user_value="-999.0"/>
or
<interpolation method="patch_recovery" polynomial_order="3" gauss_order="7" extend_source_patch="1" allow_extrapolation="0" />
<interpolation method="n-nearest_neighbor" n="4" weighted="DISTANCE_WEIGHTED"/>
<interpolation method="fixed_value" user_value="-999.0"/>
2.) conservative interpolation stack
<interpolation method="conservative" enforced_conservation="true" normalisation="DESTAREA" order="2" partial_coverage="false"/>
<interpolation method="conservative" enforced_conservation="true" normalisation="FRACAREA" order="1" partial_coverage="false"/>
<interpolation method="n-nearest_neighbor" n="4" weighted="DISTANCE_WEIGHTED"/>
<interpolation method="fixed_value" user_value="-999.0"/>
3.) experimental
<interpolation method="radial_basis_function" rbf_kernel="GAUSS_KERNEL" rbf_scale="14.87973" />
<interpolation method="n-nearest_neighbor" n="4" weighted="DISTANCE_WEIGHTED"/>
<interpolation method="fixed_value" user_value="-999.0"/>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment