.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/calibration/config.md
docs/api/calibration/manager.md
docs/api/calibration/paths.md
docs/api/calibration/spec.md
docs/api/calibration/transforms.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/hybrid.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/co2_transpiration.md
docs/api/processes/evapotranspiration.md
docs/api/processes/heat_stress.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/soil_nutrients.md
docs/api/processes/stem_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/assets/logo_(original).png
docs/examples/01_potential/potential_(winter_wheat).ipynb
docs/examples/02_water_limited/water_limited_(winter_wheat).ipynb
docs/examples/03_water_and_nutrient_limited/water_and_n_limited_(winter_wheat).ipynb
docs/examples/03_water_and_nutrient_limited/water_and_npk_limited_(winter_wheat).ipynb
docs/examples/04_calibration/calibration_(winter_wheat).ipynb
docs/examples/06_daily_timestep/daily_timestep_(winter_wheat).ipynb
docs/examples/07_simplace_comparison/README.md
docs/examples/07_simplace_comparison/run_comparison.py
docs/examples/data/brandenburg/torchcrop/site/site.csv
docs/examples/data/brandenburg/torchcrop/soil/soil.csv
docs/examples/data/brandenburg/torchcrop/weather/0.csv
docs/examples/data/brandenburg/torchcrop/weather/1.csv
docs/examples/data/brandenburg/torchcrop/weather/10.csv
docs/examples/data/brandenburg/torchcrop/weather/11.csv
docs/examples/data/brandenburg/torchcrop/weather/12.csv
docs/examples/data/brandenburg/torchcrop/weather/13.csv
docs/examples/data/brandenburg/torchcrop/weather/14.csv
docs/examples/data/brandenburg/torchcrop/weather/15.csv
docs/examples/data/brandenburg/torchcrop/weather/16.csv
docs/examples/data/brandenburg/torchcrop/weather/17.csv
docs/examples/data/brandenburg/torchcrop/weather/2.csv
docs/examples/data/brandenburg/torchcrop/weather/3.csv
docs/examples/data/brandenburg/torchcrop/weather/4.csv
docs/examples/data/brandenburg/torchcrop/weather/5.csv
docs/examples/data/brandenburg/torchcrop/weather/6.csv
docs/examples/data/brandenburg/torchcrop/weather/7.csv
docs/examples/data/brandenburg/torchcrop/weather/8.csv
docs/examples/data/brandenburg/torchcrop/weather/9.csv
docs/javascripts/mathjax.js
docs/overrides/main.html
docs/overrides/stylesheets/custom.css
tests/__init__.py
tests/test_calibration/__init__.py
tests/test_calibration/test_manager.py
tests/test_calibration/test_transforms_and_specs.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_gradients/test_hybrid.py
tests/test_parameters/__init__.py
tests/test_parameters/test_crop_presets.py
tests/test_processes/__init__.py
tests/test_processes/test_astro.py
tests/test_processes/test_co2_transpiration.py
tests/test_processes/test_evapotranspiration.py
tests/test_processes/test_heat_stress.py
tests/test_processes/test_irradiation.py
tests/test_processes/test_leaf_dynamics.py
tests/test_processes/test_phenology.py
tests/test_processes/test_photosynthesis.py
tests/test_processes/test_sowing_gate.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/calibration/__init__.py
torchcrop/calibration/config.py
torchcrop/calibration/manager.py
torchcrop/calibration/paths.py
torchcrop/calibration/spec.py
torchcrop/calibration/transforms.py
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/hybrid.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/parameters/crop_data/barley.yaml
torchcrop/parameters/crop_data/cassava.yaml
torchcrop/parameters/crop_data/chickpea.yaml
torchcrop/parameters/crop_data/cotton.yaml
torchcrop/parameters/crop_data/cowpea.yaml
torchcrop/parameters/crop_data/default.yaml
torchcrop/parameters/crop_data/faba_bean.yaml
torchcrop/parameters/crop_data/groundnut.yaml
torchcrop/parameters/crop_data/maize.yaml
torchcrop/parameters/crop_data/millet.yaml
torchcrop/parameters/crop_data/mungbean.yaml
torchcrop/parameters/crop_data/oilseed_rape.yaml
torchcrop/parameters/crop_data/pigeon_pea.yaml
torchcrop/parameters/crop_data/potato.yaml
torchcrop/parameters/crop_data/rice.yaml
torchcrop/parameters/crop_data/sorghum.yaml
torchcrop/parameters/crop_data/soybean.yaml
torchcrop/parameters/crop_data/sugar_beet.yaml
torchcrop/parameters/crop_data/sugar_cane.yaml
torchcrop/parameters/crop_data/sunflower.yaml
torchcrop/parameters/crop_data/sweet_potato.yaml
torchcrop/parameters/crop_data/tobacco.yaml
torchcrop/parameters/crop_data/wheat.yaml
torchcrop/processes/__init__.py
torchcrop/processes/astro.py
torchcrop/processes/co2_transpiration.py
torchcrop/processes/evapotranspiration.py
torchcrop/processes/heat_stress.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/soil_nutrients.py
torchcrop/processes/stem_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