Custom Query (115 matches)
Results (28 - 30 of 115)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#114 | fixed | Output_freq non initialized do not raise error message ? | ymipsl | ymipsl |
Description |
Checking this point that has been reported by S.Farroux |
|||
#113 | fixed | XIOS attribute to specify netcdf attribute "cell_methods" | ymipsl | aclsce |
Description |
For CMIP6 workflow, the user needs to specify by hand, the netcdf attribute "cell_methods", especially when the requested cell_methods attribute is not associated to a XIOS filter. For example : "area: mean where land time: mean". Examples of cell_methids required by CMIP Data Request are here : http://clipc-services.ceda.ac.uk/dreq/index/cellMethods.html |
|||
#112 | fixed | Write interpolation weight into a file | mhnguyen | mhnguyen |
Description |
XIOS is able to read weights from a file then use them to do interpolation of a domain to another. There are cases in which these weights should be computed once then reused over and over. Therefore, XIOS should be able to write weights into file. Some specifications for this:
+) filename: Already exists +) weights="read/write"
+) weights="write" -> write weights into file. If there is no filename -> default filename weights.nc will be used, otherwise use filename. Filename will be always overwritten in this case. +) weights="read" -> try to read weights from a file. If there is no filename-> default filename weights.nc will be used, otherwise use filename. If there is no file to read at all-> switch to write mode. |