Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions RUFAS/EEE/EEE_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ def estimate_all() -> None:
"Failed to load runtime metadata for 'EEE_econ'. Aborting emissions estimation.",
info_map,
)
print("Failed to load runtime metadata for 'EEE_econ'. Aborting emissions estimation.")
return
om.add_log("Economics Processing", "Starting processing of economics.", info_map)
EconomicFramework().run_economic_analysis()
Expand Down
1 change: 1 addition & 0 deletions RUFAS/EEE/economics/fallback_values.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"field.crop_specification": [20.0],
"field.field_size": [30.0],
"Waiting on tractor_implement and other parts of EEE outputs": [6.0],
"seed_cost": [0.0],
}

# Default quantity used when no biophysical or input values are available.
Expand Down
Loading