Changeset 3859 for palm/trunk/SCRIPTS
- Timestamp:
- Apr 3, 2019 8:30:31 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/palm_csd
r3773 r3859 25 25 # ----------------- 26 26 # $Id$ 27 # Bugfix: wrong variable naming for 'y' 28 # 29 # 3773 2019-03-01 08:56:57Z maronga 27 30 # Unspecificed changes 28 31 # … … 566 569 nc_write_attribute(filename[i], 'x', 'standard_name','projection_x_coordinate') 567 570 nc_write_attribute(filename[i], 'x', 'units', 'm') 568 nc_write_attribute(filename[i], 'y', 'long_name', ' x')571 nc_write_attribute(filename[i], 'y', 'long_name', 'y') 569 572 nc_write_attribute(filename[i], 'y', 'standard_name', 'projection_y_coordinate') 570 573 nc_write_attribute(filename[i], 'y', 'units', 'm')
Note: See TracChangeset
for help on using the changeset viewer.