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
Merge branch 'version_output' into develop (PR #1273)
This merge adds a new 'version' global attribute to all netCDF stream output
files.
The value of the attribute is taken from the domain%core%modelVersion variable,
which ultimately comes from the version attribute in a core's Registry.xml file.
Example attributes in an output file, including the new 'version' attribute, are
shown below.
// global attributes:
:model_name = "mpas" ;
:core_name = "atmosphere" ;
:version = "8.2.2" ;
:source = "MPAS" ;
* version_output:
Add a new 'version' global attribute to all netCDF stream output files
0 commit comments