The source project of this merge request has been removed.
Small changes to interpret new data sets, and set environment variables directly
- Small changes to interpret new data sets:
- MuffinCompiler/met.3d@c072b720 accepts data sets which only have a
long_name
but nostandard_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.
- MuffinCompiler/met.3d@c072b720 accepts data sets which only have a
- 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. - MuffinCompiler/met.3d@f1703862 adds
CMakeLists.txt.*
to .gitignore. These files are generated by QtCreator and contain build settings by the user.