ACCESS-NRI / accessdev-Trac-archive

Archive accessdev Trac contents as issues
Apache License 2.0
0 stars 0 forks source link

satanal code needs to be consistent with the order of dimension variables in multi-dimension fields in NetCDF SatRad writefiles #309

Open penguian opened 7 years ago

penguian commented 7 years ago

keyword_OPS_SatRad_writefile_NetCDF_satellite_radiance_Python_dimension_variable_order_combine_PE | by jtl548@nci.org.au


"satanal" is a software package consisting of a Python module and a number of small example scripts. The module contains a number of functions and objects which are used in analysing NetCDF SatRad writefiles. The example scripts demonstrate how to use the functions in the module. The code is being developed as newer functionalities are identified during SatDA research, however the basic code is now reasonably stable.

One inconsistency in the code which recently surfaced is the assumed order of dimension variables used in multi-dimensional fields. The "satanal" module assumes the dimension variable, "channels" to be the first index followed by "obs" as a second index. However the example scripts assume the order to be the other way. This ticket describes a resolution of this inconsistency.


Issue migrated from trac:309 at 2024-01-31 18:28:11 +1100

penguian commented 7 years ago

@jin.lee@bom.gov.au commented


Ticket Summary

penguian commented 7 years ago

@jin.lee@bom.gov.au set keywords to OPS SatRad writefile NetCDF satellite radiance Python dimension variable order combine PE

penguian commented 7 years ago

@jin.lee@bom.gov.au changed status from new to assigned

penguian commented 7 years ago

@jin.lee@bom.gov.au set owner to jtl548