Changes between Initial Version and Version 1 of Ticket #285
- Timestamp:
- 02/28/09 19:27:07 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #285
- Property Resolution → Done
- Property Status new → closed
-
Ticket #285 – Description
initial v1 1 Some visualization softwares are only able to handle ROMS ' netcdf output files, when attributes for some variables are added. These attributes describe the relations between real world and model model coordinate systems and are in compliance with the CF-1.0standard.1 Some visualization softwares are only able to handle ROMS netcdf output files, when attributes for some variables are added. These attributes describe the relations between real world and model model coordinate systems and are in compliance with the '''CF-1.0''' standard. 2 2 3 I suggest to introduce the ''coordinate '' attribute, like3 I suggest to introduce the ''coordinates'' attribute, like 4 4 5 5 ''h:coordinates = "lon_rho lat_rho" ;''[[BR]] … … 20 20 This attribute allows to interpret the orientation of an axis. In the example the software might realize, that the deep is getting deeper for higher numbers. Unfortunately, some software packets do not evaluated this attribute. 21 21 22 To prevent problems by introducing the additional parameters, I suggest to introduce a ''FLAG'', which is not set in the standard case. Since ferret, for example, gives a warning message when data containing the ''coordinate '' attribute are loaded, these might cause a flood of trouble tickets and long discussions in the wiki. This might be preventable by setting ''undef FLAG''.22 To prevent problems by introducing the additional parameters, I suggest to introduce a ''FLAG'', which is not set in the standard case. Since ferret, for example, gives a warning message when data containing the ''coordinates'' attribute are loaded, these might cause a flood of trouble tickets and long discussions in the wiki. This might be preventable by setting ''undef FLAG''. 23 23 24 24