Custom Query (116 matches)
Results (85 - 87 of 116)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#111 | fixed | wrong consistency check in domaion.cpp on ni when data_dim=1 | ymipsl | ssenesi |
Description |
domain.cpp reads at line 730 : if ((ni.getValue() < 0 || ibegin.getValue() < 0) || ((type_attr::unstructured != type) && ((ibegin.getValue() + ni.getValue()) > ni_glo.getValue()))) while it should be: if ((ni.getValue() < 0 || ibegin.getValue() < 0) || ((data_dim.get(Value()== 2 && ((ibegin.getValue() + ni.getValue()) > ni_glo.getValue()))) as you can have data_dim=1 and e.g. type=curvilinear, which breaks the relationship between ni and ni_glo. Another formulation would be to use as a ceiling value for ni :
|
|||
#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 |
|||
#114 | fixed | Output_freq non initialized do not raise error message ? | ymipsl | ymipsl |
Description |
Checking this point that has been reported by S.Farroux |