Changeset 4642
- Timestamp:
- Aug 13, 2020 3:47:33 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/virtual_measurement_mod.f90
r4641 r4642 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Do not set attribute bounds for time variable, as it refers to time_bounds which is not defined 28 ! for non-aggregated quantities (according to data standard) 29 ! 30 ! 4641 2020-08-13 09:57:07Z suehring 27 31 ! - To be in agreement with (UC)2 data standard do not list the measured variables in attribute 28 32 ! data_content but simply set 'airmeteo' … … 1644 1648 return_value = dom_def_att( vmea(l)%nc_filename, variable_name = 'time', & 1645 1649 attribute_name = 'calendar', value = 'proleptic_gregorian' ) 1646 return_value = dom_def_att( vmea(l)%nc_filename, variable_name = 'time', &1647 attribute_name = 'bounds', value = 'time_bounds' )1650 ! return_value = dom_def_att( vmea(l)%nc_filename, variable_name = 'time', & 1651 ! attribute_name = 'bounds', value = 'time_bounds' ) 1648 1652 ! 1649 1653 !-- For vertical reference system … … 1855 1859 return_value = dom_def_att( vmea(l)%nc_filename, variable_name = 'time_soil', & 1856 1860 attribute_name = 'calendar', value = 'proleptic_gregorian' ) 1857 return_value = dom_def_att( vmea(l)%nc_filename, variable_name = 'time_soil', &1858 attribute_name = 'bounds', value = 'time_bounds' )1861 ! return_value = dom_def_att( vmea(l)%nc_filename, variable_name = 'time_soil', & 1862 ! attribute_name = 'bounds', value = 'time_bounds' ) 1859 1863 ! 1860 1864 !-- For z soil
Note: See TracChangeset
for help on using the changeset viewer.