LICENSE
README.md
pyproject.toml
src/vortex/__init__.py
src/vortex/cli.py
src/vortex/config.py
src/vortex/gloves.py
src/vortex/proxy.py
src/vortex/sessions.py
src/vortex/toolbox.py
src/vortex/algo/__init__.py
src/vortex/algo/components.py
src/vortex/algo/mpitools.py
src/vortex/algo/serversynctools.py
src/vortex/algo/mpitools_templates/__init__.py
src/vortex/algo/mpitools_templates/envelope_wrapper_default.tpl
src/vortex/algo/mpitools_templates/envelope_wrapper_mpiauto.tpl
src/vortex/algo/mpitools_templates/wrapstd_wrapper_default.tpl
src/vortex/data/__init__.py
src/vortex/data/abstractstores.py
src/vortex/data/containers.py
src/vortex/data/contents.py
src/vortex/data/executables.py
src/vortex/data/flow.py
src/vortex/data/geometries.ini
src/vortex/data/geometries.py
src/vortex/data/handlers.py
src/vortex/data/outflow.py
src/vortex/data/providers.py
src/vortex/data/resources.py
src/vortex/data/stores.py
src/vortex/data/sync_templates/__init__.py
src/vortex/layout/__init__.py
src/vortex/layout/contexts.py
src/vortex/layout/dataflow.py
src/vortex/layout/monitor.py
src/vortex/nwp/__init__.py
src/vortex/nwp/algo/__init__.py
src/vortex/nwp/algo/assim.py
src/vortex/nwp/algo/clim.py
src/vortex/nwp/algo/coupling.py
src/vortex/nwp/algo/eda.py
src/vortex/nwp/algo/eps.py
src/vortex/nwp/algo/forecasts.py
src/vortex/nwp/algo/fpserver.py
src/vortex/nwp/algo/ifsnaming.py
src/vortex/nwp/algo/ifsroot.py
src/vortex/nwp/algo/monitoring.py
src/vortex/nwp/algo/mpitools.py
src/vortex/nwp/algo/odbtools.py
src/vortex/nwp/algo/oopsroot.py
src/vortex/nwp/algo/oopstests.py
src/vortex/nwp/algo/request.py
src/vortex/nwp/algo/stdpost.py
src/vortex/nwp/data/__init__.py
src/vortex/nwp/data/assim.py
src/vortex/nwp/data/boundaries.py
src/vortex/nwp/data/climfiles.py
src/vortex/nwp/data/configfiles.py
src/vortex/nwp/data/consts.py
src/vortex/nwp/data/ctpini.py
src/vortex/nwp/data/diagnostics.py
src/vortex/nwp/data/eda.py
src/vortex/nwp/data/eps.py
src/vortex/nwp/data/executables.py
src/vortex/nwp/data/fields.py
src/vortex/nwp/data/gridfiles.py
src/vortex/nwp/data/logs.py
src/vortex/nwp/data/modelstates.py
src/vortex/nwp/data/monitoring.py
src/vortex/nwp/data/namelists.py
src/vortex/nwp/data/obs.py
src/vortex/nwp/data/oopsexec.py
src/vortex/nwp/data/providers.py
src/vortex/nwp/data/query.py
src/vortex/nwp/data/stores.py
src/vortex/nwp/data/surfex.py
src/vortex/nwp/syntax/__init__.py
src/vortex/nwp/syntax/stdattrs.py
src/vortex/nwp/tools/__init__.py
src/vortex/nwp/tools/addons.py
src/vortex/nwp/tools/agt.py
src/vortex/nwp/tools/bdap.py
src/vortex/nwp/tools/bdcp.py
src/vortex/nwp/tools/bdm.py
src/vortex/nwp/tools/bdmp.py
src/vortex/nwp/tools/conftools.py
src/vortex/nwp/tools/drhook.py
src/vortex/nwp/tools/grib.py
src/vortex/nwp/tools/gribdiff.py
src/vortex/nwp/tools/ifstools.py
src/vortex/nwp/tools/igastuff.py
src/vortex/nwp/tools/mars.py
src/vortex/nwp/tools/odb.py
src/vortex/nwp/tools/partitioning.py
src/vortex/nwp/tools/satrad.py
src/vortex/nwp/util/__init__.py
src/vortex/nwp/util/async.py
src/vortex/nwp/util/beacon.py
src/vortex/nwp/util/diffpygram.py
src/vortex/nwp/util/ens.py
src/vortex/nwp/util/hooks.py
src/vortex/nwp/util/taskdeco.py
src/vortex/nwp/util/usepygram.py
src/vortex/nwp/util/usetnt.py
src/vortex/syntax/__init__.py
src/vortex/syntax/stdattrs.py
src/vortex/syntax/stddeco.py
src/vortex/tools/__init__.py
src/vortex/tools/actions.py
src/vortex/tools/addons.py
src/vortex/tools/arm.py
src/vortex/tools/compression.py
src/vortex/tools/date.py
src/vortex/tools/ddhpack.py
src/vortex/tools/delayedactions.py
src/vortex/tools/env.py
src/vortex/tools/folder.py
src/vortex/tools/grib.py
src/vortex/tools/lfi.py
src/vortex/tools/listings.py
src/vortex/tools/names.py
src/vortex/tools/net.py
src/vortex/tools/odb.py
src/vortex/tools/parallelism.py
src/vortex/tools/prestaging.py
src/vortex/tools/rawfiles.py
src/vortex/tools/schedulers.py
src/vortex/tools/services.py
src/vortex/tools/storage.py
src/vortex/tools/surfex.py
src/vortex/tools/systems.py
src/vortex/tools/targets.py
src/vortex/util/__init__.py
src/vortex/util/config.py
src/vortex/util/empty.py
src/vortex/util/helpers.py
src/vortex/util/introspection.py
src/vortex/util/iosponge.py
src/vortex/util/roles.py
src/vortex/util/storefunctions.py
src/vortex/util/structs.py
src/vortex/util/worker.py
src/vortex_nwp.egg-info/PKG-INFO
src/vortex_nwp.egg-info/SOURCES.txt
src/vortex_nwp.egg-info/dependency_links.txt
src/vortex_nwp.egg-info/entry_points.txt
src/vortex_nwp.egg-info/requires.txt
src/vortex_nwp.egg-info/top_level.txt
tests/test_algo_server.py
tests/test_arpifs_listings_integration.py
tests/test_cfgparser.py
tests/test_cfgtemplating.py
tests/test_compression.py
tests/test_config.py
tests/test_conftools.py
tests/test_containers.py
tests/test_doctests.py
tests/test_ecflow.py
tests/test_ecmwf_interface.py
tests/test_env.py
tests/test_epygram.py
tests/test_gco.py
tests/test_geometries.py
tests/test_ifstools.py
tests/test_import.py
tests/test_iosponge.py
tests/test_job_examples.py
tests/test_layoutappconf.py
tests/test_layoutjobs.py
tests/test_layoutmonitor.py
tests/test_layoutnodes.py
tests/test_namespaces.py
tests/test_net_netstat.py
tests/test_net_ssh.py
tests/test_partitioning.py
tests/test_providers.py
tests/test_sessions_stuff.py
tests/test_simpleworkflow.py
tests/test_smartftget.py
tests/test_ssh.py
tests/test_storage.py
tests/test_stores.py
tests/test_syntax.py
tests/test_targets.py
tests/test_templates.py
tests/test_toolsodb.py
tests/test_uget.py
tests/test_user_remote_dtree.py
tests/test_vortexnames.py