Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
Elmer_dummy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Moritz Hanke
Elmer_dummy
Commits
6d47c82b
Commit
6d47c82b
authored
1 month ago
by
Moritz Hanke
Browse files
Options
Downloads
Patches
Plain Diff
adds coupline configuration file
parent
72eaca92
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
config/coupling.yaml
+30
-0
30 additions, 0 deletions
config/coupling.yaml
with
30 additions
and
0 deletions
config/coupling.yaml
0 → 100644
+
30
−
0
View file @
6d47c82b
## documentation on coupling configuration file can be found here:
## https://dkrz-sw.gitlab-pages.dkrz.de/yac/dd/dfa/yaml_file.html
## The following part will instruct YAC to write out the elmer grid into a
## netcdf file as it was understood by YAC. This can help debugging the grid
## definition.
## The resulting netcdf file can be converted to vtk with the following command:
## yac_build_dir/tools/debug_grid2vtk.x \
## -n elmer_grid -f elmer_grid.nc -o elmer_grid.vtk
## This vtk file can be easily visualised using Paraview.
# debug:
# output_grids:
# - grid_name: elmer_grid
# file_name: elmer_grid.nc
start_date
:
2008-03-09T16:05:07
end_date
:
2008-03-10T16:05:07
timestep_unit
:
second
calendar
:
proleptic-gregorian
# coupling:
# ## ICON -> Elmer/Ice
# - src_component: atmo
# src_grid: icon_atmos_grid
# tgt_component: elmer
# tgt_grid: elmer_grid
# coupling_period: 2
# field: temp
# interpolation:
# - nnn:
# n: 1
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