Skip to content

Small changes to interpret new data sets, and set environment variables directly

Christoph Fischer requested to merge (removed):data_fix into master
  1. Small changes to interpret new data sets:
    • MuffinCompiler/met.3d@c072b720 accepts data sets which only have a long_name but no standard_name
    • MuffinCompiler/met.3d@7f288a85 accepts the unit "millibars". According to the CF conventions, plural units should be accepted too. This still needs to be expanded to other units.
  2. With MuffinCompiler/met.3d@5ac84c6f, the environment variables MET3D_HOME/MET3D_BASE are set to default values in CMake and are read from within Met.3d accordingly. So these variables do not have to be set manually via command line anymore (like described in the documentation). The variables can be changed in CMake. Documentation needs to be updated accordingly if this makes it into a released version.
  3. MuffinCompiler/met.3d@f1703862 adds CMakeLists.txt.* to .gitignore. These files are generated by QtCreator and contain build settings by the user.

Merge request reports