.editorconfig
.gitignore
.pre-commit-config.yaml
LICENSE
MANIFEST.in
README.md
mkdocs.yml
pyproject.toml
requirements.txt
requirements_dev.txt
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/docs-build.yml
.github/workflows/docs.yml
.github/workflows/installation.yml
.github/workflows/macos.yml
.github/workflows/pypi.yml
.github/workflows/ubuntu.yml
.github/workflows/windows.yml
docs/changelog.md
docs/contributing.md
docs/faq.md
docs/index.md
docs/installation.md
docs/usage.md
docs/api/config.md
docs/api/engine.md
docs/api/model.md
docs/api/torchcrop.md
docs/api/drivers/weather.md
docs/api/functions/fst_functions.md
docs/api/functions/interpolation.md
docs/api/functions/smoothing.md
docs/api/nn/learned_stress.md
docs/api/nn/param_net.md
docs/api/nn/residual.md
docs/api/parameters/crop_params.md
docs/api/parameters/site_params.md
docs/api/parameters/soil_params.md
docs/api/processes/astro.md
docs/api/processes/evapotranspiration.md
docs/api/processes/irradiation.md
docs/api/processes/leaf_dynamics.md
docs/api/processes/nutrient_demand.md
docs/api/processes/partitioning.md
docs/api/processes/phenology.md
docs/api/processes/photosynthesis.md
docs/api/processes/root_dynamics.md
docs/api/processes/stress.md
docs/api/processes/water_balance.md
docs/api/states/model_state.md
docs/api/utils/io.md
docs/api/utils/validation.md
docs/api/utils/vis.md
docs/assets/favicon.png
docs/assets/logo.png
docs/examples/end_to_end.ipynb
docs/examples/intro.ipynb
docs/overrides/main.html
tests/__init__.py
tests/test_functions/__init__.py
tests/test_functions/test_fst.py
tests/test_functions/test_interpolation.py
tests/test_gradients/__init__.py
tests/test_gradients/test_end_to_end.py
tests/test_gradients/test_gradcheck.py
tests/test_processes/__init__.py
tests/test_processes/test_astro.py
tests/test_processes/test_phenology.py
tests/test_processes/test_water_balance.py
tests/test_validation/__init__.py
torchcrop/__init__.py
torchcrop/config.py
torchcrop/engine.py
torchcrop/model.py
torchcrop.egg-info/PKG-INFO
torchcrop.egg-info/SOURCES.txt
torchcrop.egg-info/dependency_links.txt
torchcrop.egg-info/entry_points.txt
torchcrop.egg-info/requires.txt
torchcrop.egg-info/top_level.txt
torchcrop/drivers/__init__.py
torchcrop/drivers/weather.py
torchcrop/functions/__init__.py
torchcrop/functions/fst_functions.py
torchcrop/functions/interpolation.py
torchcrop/functions/smoothing.py
torchcrop/nn/__init__.py
torchcrop/nn/learned_stress.py
torchcrop/nn/param_net.py
torchcrop/nn/residual.py
torchcrop/parameters/__init__.py
torchcrop/parameters/crop_params.py
torchcrop/parameters/site_params.py
torchcrop/parameters/soil_params.py
torchcrop/processes/__init__.py
torchcrop/processes/astro.py
torchcrop/processes/evapotranspiration.py
torchcrop/processes/irradiation.py
torchcrop/processes/leaf_dynamics.py
torchcrop/processes/nutrient_demand.py
torchcrop/processes/partitioning.py
torchcrop/processes/phenology.py
torchcrop/processes/photosynthesis.py
torchcrop/processes/root_dynamics.py
torchcrop/processes/stress.py
torchcrop/processes/water_balance.py
torchcrop/states/__init__.py
torchcrop/states/model_state.py
torchcrop/utils/__init__.py
torchcrop/utils/io.py
torchcrop/utils/validation.py
torchcrop/utils/vis.py