Custom Query (124 matches)
Results (22 - 24 of 124)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#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 |
|||
#34 | fixed | Add new grid mappings | cf-conventions@… | edavis |
Description |
1. TitleAdd new grid mappings to the existing list. 2. ModeratorJohn Caron 3. RequirementA number of grid mappings are being used that are not listed in CF. Make additions to the existing list. This is a follow-up proposal to the proposal in CF Trac ticket #18. 4. Initial Statement of Technical ProposalAdd the following projections:
5. BenefitsAllow existing data using non-CF defined grid mappings to be CF compliant. 6. Status QuoData that is otherwise CF compliant using grid mappings that are not supported by CF. 7. Detailed ProposalCF Wiki page: GridMapNames - currently at version 11 |
|||
#35 | fixed | delete "associated" in CF standard, chapter 5, introduction, paragraph 3 | cf-conventions@… | jonathan |
Description |
This was raised by John Caron, and Brian Eaton and Jonathan Gregory agree. Change We recommend that the name of a multidimensional coordinate variable should not match the name of any of its dimensions because that precludes supplying an associated coordinate variable for the dimension. to We recommend that the name of a multidimensional coordinate variable should
i.e. delete "associated", which has a technical meaning in the CF standard that is not meant here. |