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
2ed49c79
Commit
2ed49c79
authored
1 month ago
by
Moritz Hanke
Browse files
Options
Downloads
Patches
Plain Diff
fixes typo
parent
0dc1780c
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
doc/src/weight_files.dox
+1
-1
1 addition, 1 deletion
doc/src/weight_files.dox
doc/src/yaml_file.dox
+1
-1
1 addition, 1 deletion
doc/src/yaml_file.dox
src/mci/yac.h
+1
-1
1 addition, 1 deletion
src/mci/yac.h
with
3 additions
and
3 deletions
doc/src/weight_files.dox
+
1
−
1
View file @
2ed49c79
...
...
@@ -11,7 +11,7 @@ In order to let YAC write out weight files the writing has to be enabled
either through the interface or the \ref yaml_file "configuration file" by
providing a weight file name.
YAC will write out the wight file in parallel. This parallel output can be
YAC will write out the w
e
ight file in parallel. This parallel output can be
configured as described here: \ref io_config_detail
\code{.yaml}
...
...
This diff is collapsed.
Click to expand it.
doc/src/yaml_file.dox
+
1
−
1
View file @
2ed49c79
...
...
@@ -172,7 +172,7 @@ respective components are being ignored.
The weight file can be read in by the
\ref interp_method_file "user-file interpolation method"
YAC will do the reading and writing of wight files in parallel.
YAC will do the reading and writing of w
e
ight files in parallel.
This parallel IO can be configured as described here:
\ref io_config_detail
...
...
This diff is collapsed.
Click to expand it.
src/mci/yac.h
+
1
−
1
View file @
2ed49c79
...
...
@@ -1219,7 +1219,7 @@ extern double const YAC_FRAC_MASK_NO_VALUE;
@param[in] ext_couple_config_id extended coupling configuration
@param[in] weight_file name of a weight file
@remark if (weight_file == NULL) no weight file will be written
@remark YAC will write out the wight file in parallel.
@remark YAC will write out the w
e
ight file in parallel.
This parallel output can be configured as described here:
\ref io_config_detail
*/
...
...
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