.gitignore
.gitlab-ci.yml
LICENSE
README.md
example.yaml
pyproject.toml
requirements.txt
setup
setup_novenv
template.yaml
data/aladin_soil_depth.grb
doc/developer_guide.rst
palmmeteo/__init__.py
palmmeteo/__main__.py
palmmeteo/_version.py
palmmeteo/config.py
palmmeteo/config_init.yaml
palmmeteo/dispatch.py
palmmeteo/library.py
palmmeteo/logging.py
palmmeteo/plugins.py
palmmeteo/runtime.py
palmmeteo/utils.py
palmmeteo.egg-info/PKG-INFO
palmmeteo.egg-info/SOURCES.txt
palmmeteo.egg-info/dependency_links.txt
palmmeteo.egg-info/entry_points.txt
palmmeteo.egg-info/requires.txt
palmmeteo.egg-info/top_level.txt
palmmeteo_stdplugins/__init__.py
palmmeteo_stdplugins/aladin.py
palmmeteo_stdplugins/cams.py
palmmeteo_stdplugins/camx.py
palmmeteo_stdplugins/config_init.yaml
palmmeteo_stdplugins/icon.py
palmmeteo_stdplugins/meteo.py
palmmeteo_stdplugins/setup.py
palmmeteo_stdplugins/setup_staticdriver.py
palmmeteo_stdplugins/synthetic.py
palmmeteo_stdplugins/wrf.py
palmmeteo_stdplugins/wrf_utils.py
palmmeteo_stdplugins/write.py
tests/integration_tests/.test_lib.sh
tests/integration_tests/all_tests.sh
tests/integration_tests/ncdiffp
tests/integration_tests/test_01_simple_wrf.sh
tests/integration_tests/test_02_simple_wrf_import.sh
tests/integration_tests/test_03_simple_wrf_hinterp.sh
tests/integration_tests/test_04_simple_wrf_vinterp.sh
tests/integration_tests/test_05_simple_wrf_write.sh
tests/integration_tests/simple_wrf/simple_wrf.yaml
tests/integration_tests/simple_wrf/INPUT/simple_wrf_dynamic.ref
tests/integration_tests/simple_wrf/INPUT/simple_wrf_static
tests/integration_tests/simple_wrf/METEO/hinterp.nc.ref
tests/integration_tests/simple_wrf/METEO/import.nc.ref
tests/integration_tests/simple_wrf/METEO/vinterp.nc.ref
tests/integration_tests/simple_wrf/WRF/auxhist6_d03_2018-07-19_10:00:00
tests/integration_tests/simple_wrf/WRF/auxhist6_d03_2018-07-19_10:10:00
tests/integration_tests/simple_wrf/WRF/auxhist6_d03_2018-07-19_10:20:00
tests/integration_tests/simple_wrf/WRF/auxhist6_d03_2018-07-19_10:30:00
tests/integration_tests/simple_wrf/WRF/auxhist6_d03_2018-07-19_10:40:00
tests/integration_tests/simple_wrf/WRF/auxhist6_d03_2018-07-19_10:50:00
tests/integration_tests/simple_wrf/WRF/auxhist6_d03_2018-07-19_11:00:00
tests/integration_tests/simple_wrf/WRF/auxhist6_d03_2018-07-19_11:10:00
tests/integration_tests/simple_wrf/WRF/auxhist6_d03_2018-07-19_11:20:00
tests/integration_tests/simple_wrf/WRF/auxhist6_d03_2018-07-19_11:30:00
tests/integration_tests/simple_wrf/WRF/auxhist6_d03_2018-07-19_11:40:00
tests/integration_tests/simple_wrf/WRF/auxhist6_d03_2018-07-19_11:50:00
tests/integration_tests/simple_wrf/WRF/auxhist6_d03_2018-07-19_12:00:00
tests/integration_tests/simple_wrf/WRF/auxhist6_d03_2018-07-19_12:10:00
tests/integration_tests/simple_wrf/WRF/auxhist6_d03_2018-07-19_12:20:00
tests/integration_tests/simple_wrf/WRF/auxhist6_d03_2018-07-19_12:30:00
tests/integration_tests/simple_wrf/WRF/auxhist6_d03_2018-07-19_12:40:00
tests/integration_tests/simple_wrf/WRF/auxhist6_d03_2018-07-19_12:50:00
tests/integration_tests/simple_wrf/WRF/auxhist6_d03_2018-07-19_13:00:00
tests/integration_tests/simple_wrf/WRF/wrfout_d03_2018-07-19_10:00:00.e000
tests/integration_tests/simple_wrf/WRF/wrfout_d03_2018-07-19_11:00:00.e000
tests/integration_tests/simple_wrf/WRF/wrfout_d03_2018-07-19_12:00:00.e000
tests/integration_tests/simple_wrf/WRF/wrfout_d03_2018-07-19_13:00:00.e000
tests/unit_tests/unittest_template.py
tests/unit_tests/contrib/input/test_meteo.py
tests/unit_tests/contrib/input/test_wrf.py
tests/unit_tests/contrib/input/test_wrf_utils.py
tests/unit_tests/contrib/setup/test_staticdriver.py
tests/unit_tests/core/test_builtin.py
tests/unit_tests/core/test_config.py
tests/unit_tests/core/test_dispatch.py
tests/unit_tests/core/test_logging.py
tests/unit_tests/core/test_plugins.py
tests/unit_tests/core/test_runtime.py