Custom Query (124 matches)
Results (25 - 27 of 124)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#123 | fixed | clarification of "difference sources" in Section 3.3 | davidhassell | jonathan |
Description |
Following a suggestion of Aaron Sweeney, I propose that this sentence in the first paragraph of Sect 3.3 should be amended: "For some applications it would be desirable to have a more definitive description of the quantity, which would allow users of data from different sources to determine whether quantities were in fact comparable." to read "For some applications it would be desirable to have a more definitive description of the quantity, which would allow users of data from different sources (some of which might be models and others observational) to determine whether quantities were in fact comparable." Since this is a defect ticket, which aims to clarify the convention but not to alter it in meaning, it will be accepted by default unless there is an objection or alternative suggestion. Jonathan |
|||
#159 | wontfix | charset attribute | cf-conventions@… | bob.simons |
Description |
In order to specify the character set of char and string variables, I propose that we append these two paragraphs to the end of CF section 2.2:
(This 2017-03-02b version is the consensus revised proposal from Chris Barker, Heiko Klein, and Bob Simons, with further changes requested by Jonathon Gregory.) |
|||
#33 | fixed | cell_methods for statistical indices | jonathan | Heinke |
Description |
New cell_method 'count over days'
Jonathan Gregory
New entry for table E.1. Cell Methods: name='count over days' Units=1 description='the number of occurences of a condition specified in the standard name' The Units are Integer. 4.Use Cases For statistic indices we like to add the following new standard_names: number_of_days_with_air_temperature_below_threshold examples:
number_of_days_with_air_temperature_above_threshold examples:
number_of_days_with_lwe_thickness_of_precipitation_amount_above_threshold examples:
number_of_days_with_wind_speed_above_threshold examples:
To specify the standard_name the CDLs should have the following form: /* number of days with daily minimum below 0 degC = frost_days = fd (IPCC AR4 and AR5) */ float n1(lat,lon);
float threshold;
data:
Best regards Heinke |