You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/eamxx/docs/user/io_aliases.md
+16-45Lines changed: 16 additions & 45 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,18 @@ This document demonstrates the field aliasing feature for EAMxx I/O operations.
4
4
5
5
## Overview
6
6
7
-
The field aliasing feature allows users to specify custom names for variables in netcdf output files while maintaining the original internal field names in the model. This is useful for:
7
+
The field aliasing feature allows users to specify custom names for
8
+
variables in netcdf output files while maintaining the original
9
+
internal field names in the model. This is useful for:
8
10
9
11
- Creating shorter, more convenient variable names for output
10
12
- Maintaining compatibility with external tools that expect specific variable names
11
13
- Providing user-friendly names for complex internal field names
12
14
13
15
## Syntax
14
16
15
-
The alias syntax uses the delimiter `:=:` to separate the alias name from the internal field name:
17
+
The alias syntax uses the delimiter `:=:` to separate the alias name
0 commit comments