Changeset 4642 for palm/trunk


Ignore:
Timestamp:
Aug 13, 2020 3:47:33 PM (4 years ago)
Author:
suehring
Message:

Do not set attribute bounds for time variable, as it refers to time_bounds which is not defined for non-aggregated quantities (according to data standard)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/virtual_measurement_mod.f90

    r4641 r4642  
    2525! -----------------
    2626! $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
    2731! - To be in agreement with (UC)2 data standard do not list the measured variables in attribute
    2832!   data_content but simply set 'airmeteo'
     
    16441648       return_value = dom_def_att( vmea(l)%nc_filename, variable_name = 'time',                    &
    16451649                                   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' )
    16481652!
    16491653!--    For vertical reference system
     
    18551859          return_value = dom_def_att( vmea(l)%nc_filename, variable_name = 'time_soil',            &
    18561860                                      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' )
    18591863!
    18601864!--       For z soil
Note: See TracChangeset for help on using the changeset viewer.