Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
finam
Manage
Activity
Members
Labels
Plan
Issues
32
Issue boards
Milestones
Code
Merge requests
4
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FINAM
finam
Commits
89d7ac43
Commit
89d7ac43
authored
2 years ago
by
Martin Lange
Browse files
Options
Downloads
Patches
Plain Diff
mention ESMPy regridding in release blog post
parent
b58aa943
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!145
Release 0.4.0 blog post
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/source/blog/posts/release-0-4-0.rst
+10
-4
10 additions, 4 deletions
docs/source/blog/posts/release-0-4-0.rst
with
10 additions
and
4 deletions
docs/source/blog/posts/release-0-4-0.rst
+
10
−
4
View file @
89d7ac43
...
...
@@ -107,12 +107,18 @@ Further, some components were moved to separate packages.
Regridding and CRS handling
"""""""""""""""""""""""""""
With :class:`RegridLinear <.adapters.RegridLinear>` and :class:`RegridNearest <.adapters.RegridNearest>`,
FINAM now comes with two first basic adapters for regridding between different `Grid specifications`_.
In addition to handling different grid layouts, both adapters can als perform CRS conversions.
FINAM comes with basic linear and nearest-neighbour regridding adapters in the core package:
:class:`RegridLinear <.adapters.RegridLinear>` and :class:`RegridNearest <.adapters.RegridNearest>`.
For more advances regidding, e.g. 1st od 2nd order conservative, there is the separate module
`finam-regrid <https://finam.pages.ufz.de/finam-regrid/>`_, which provides an adapter based on
`ESMPy <https://earthsystemmodeling.org/esmpy/>`_.
The adapters perform regridding between arbitrary structured and unstructured `Grid specifications`_.
In addition to handling different grid layouts, all adapters can also perform CRS conversions.
Due to the new `Bi-directional metadata exchange`_, the input and output `Grid specifications`_ do not need to be given by the user.
Rather, the adapter automatically determine
s
them from the connected components.
Rather, the adapter
s can
automatically determine them from the connected components.
OpenSimplex noise generator
"""""""""""""""""""""""""""
...
...
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