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
9c476ca0
Commit
9c476ca0
authored
1 month ago
by
Moritz Hanke
Browse files
Options
Downloads
Patches
Plain Diff
docu: removes outdated "Rational"-page
parent
8f2339d8
Branches
release-3.6.0
Branches containing commit
Tags
v3.6.0
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
doc/src/general.dox
+0
-1
0 additions, 1 deletion
doc/src/general.dox
doc/src/mainpage.dox
+0
-1
0 additions, 1 deletion
doc/src/mainpage.dox
doc/src/rationale.dox
+0
-37
0 additions, 37 deletions
doc/src/rationale.dox
with
0 additions
and
39 deletions
doc/src/general.dox
+
0
−
1
View file @
9c476ca0
...
...
@@ -9,7 +9,6 @@ Some general information:
- \subpage license
- \subpage availability
- \subpage rationale
- \subpage version_info
*/
This diff is collapsed.
Click to expand it.
doc/src/mainpage.dox
+
0
−
1
View file @
9c476ca0
...
...
@@ -19,7 +19,6 @@
- \subpage general_info
- \ref license
- \ref availability
- \ref rationale
- \ref version_info
- \subpage yac_components
- \ref installing_yac
...
...
This diff is collapsed.
Click to expand it.
doc/src/rationale.dox
deleted
100644 → 0
+
0
−
37
View file @
8f2339d8
# Copyright (c) 2024 The YAC Authors
#
# SPDX-License-Identifier: CC-BY-4.0
/*! \page rationale Rationale
<p>\"A complete rewrite of legacy science software, with a specific
focus on clarity, can prove useful. It uncovers bugs, provide a
definitive statement of the underlying algorithm, lets scientists
easily pose and answer new research questions, makes it easier to
develop new visualizations and other interfaces, and makes the code
considerably more accessible to interested third parties and the
public.\"</p>
<p>[N. Barnes and D. Jones, 2011: Clear Climate Code: Rewriting Legacy
Science Software for Clarity. IEEE Software, Nov/Dec 2011, 36 - 42.]</p>
<p>The YAC development started as a pilot study to investigate the
coupling between unstructured meshes which gradually turned into a mature
fully parallelised coupling software. Rather than implementing all
required functionality directly into an existing coupler like OASIS4
we decided to ground our effort on a light weight software
infrastructure. YAC2 is a redesign of YAC1. All interpolation methods
available in YAC1 are supported with YAC2. In contrast to YAC1 halo
information is no longr required. In order to keep the software light
we still stick to:</p>
<dl>
<dt />
<dd>
Only unstructured and fully regular grids are supported directly.<br />
Internally, grid information and exchange fields are handled as double.<br />
Fortran reals are converted to double precision before delivering it to the C world.<br />
</dd>
</dl>
*/
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