Custom Query (116 matches)
Results (82 - 84 of 116)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#100 | fixed | Problem with splitted time series file name | mhnguyen | aclsce |
Description |
In case of :
and
a "_" is missing in the name of file since revision 875. For example : 1) OK with XIOS rev 874: TS_t2m_20000101-20000101.nc 2) Not OK with XIOS rev 875 : TS_t2m20000101-20000101.nc |
|||
#101 | fixed | __field_undef_id as name of variable with Time Series | mhnguyen | aclsce |
Description |
If no "name" attribute is specified, the name of variable used in Time Series file is "__field_undef_id" instead of the id of the variable. Example : <field id="flat" long_name="Latent heat flux" unit="W/m2" /> ... <file id="histday" timeseries="both" ts_prefix="TS_atm" >
... gives the following file : netcdf TS_atm_flat_20000101-20000131 { ...
.... |
|||
#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 :
... The file "file1.nc" contains :project_id = "CMIP6/CMIP6" ; whereas in TS file "file1_soce.nc" there is no : :project_id = "CMIP6/CMIP6" ; |