Custom Query (116 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (76 - 78 of 116)

Ticket Resolution Summary Owner Reporter
#102 fixed Global/local attributes in TS files rlacroix aclsce
Description

Global/local attributes defined for a file are not reported in Time Series files. Example :

<file name="file1" output_freq="1d" timeseries="both" >

<variable id="project_id" type="string" > CMIP6/CMIP6 </variable> <field field_ref="soce" name="soce">

...

The file "file1.nc" contains :project_id = "CMIP6/CMIP6" ; whereas in TS file "file1_soce.nc" there is no : :project_id = "CMIP6/CMIP6" ;

#103 fixed Add attribute 'comment' to all objects ? ymipsl ssenesi
Description

For the sake of documenting xml files and their components, it would be helpful to be able to insert comment strings for every object, INSIDE the brackets enclosing the object. Maybe there is an XML syntax for that ? Otherwise, adding a 'comment' attribute would fit.

#104 wontfix When setting default field name, id should prevail on field_ref ymipsl ssenesi
Description

When writing :

<field id="oddust" field_ref="od550dust" ... />

Field "oddust" get the same name as field "odd550dust"

When writing

<field id="oddust" domain="dom1" >

field "oddust" has name=id="oddust"

I beliewe that most users expect that the latter behaviour applies in the first case

Note: See TracQuery for help on using queries.