Changeset 1288
- Timestamp:
- 10/04/17 15:44:34 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
XIOS/dev/XIOS_DEV_CMIP6/src/io/nc4_data_output.cpp
r1266 r1288 1201 1201 SuperClassWriter::addVariable(axisBoundsId, typePrec, dims); 1202 1202 SuperClassWriter::addAttribute("bounds", axisBoundsId, &axisid); 1203 1204 if (!axis->standard_name.isEmpty()) 1205 SuperClassWriter::addAttribute("standard_name", axis->standard_name.getValue(), &axisBoundsId); 1206 1207 if (!axis->unit.isEmpty()) 1208 SuperClassWriter::addAttribute("units", axis->unit.getValue(), &axisBoundsId); 1209 1203 1210 if (!axis->formula_bounds.isEmpty()) 1204 SuperClassWriter::addAttribute("formula", axis->formula_bounds.getValue(), &axis id);1211 SuperClassWriter::addAttribute("formula", axis->formula_bounds.getValue(), &axisBoundsId); 1205 1212 1206 1213 if (!axis->formula_term_bounds.isEmpty()) 1207 SuperClassWriter::addAttribute("formula_term", axis->formula_ bounds.getValue(), &axisid);1214 SuperClassWriter::addAttribute("formula_term", axis->formula_term_bounds.getValue(), &axisBoundsId); 1208 1215 } 1209 1216
Note: See TracChangeset
for help on using the changeset viewer.