...
Please see ECMWF software under Windows
There is a Visual Studio solution file in the "windows/msvc" directory which can be used to build a static library and some of the tools. Note there is no support for Fortran or Python.
Note: In order to use the tools one has to define global environment variables which point to the locations of the definitions and sample files. These being:
ECCODES_DEFINITION_PATH
ECCODES_SAMPLES_PATH
For example:
ECCODES_DEFINITION_PATH=C:/eccodes/definitions
Note if you need to specify multiple directories for the above, you need to specify the directory separator as a semi-colon (";"
) rather than a colon (":"
).
This follows the Windows convention (e.g. PATH environment variable).
Compiling ecCodes with jasPer
...