You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the quickstart guide calls the WOFOST72SiteDataProvider from the util;
"from pcse.util import WOFOST72SiteDataProvider"
in the current version of pcse, the SiteDataProviders are located under pcse.input and not in the pcse.util.
Moreover, in the next line of the guide the input parameters "WAV" and "CO2" are given, but WOFOST72SiteDataProvider does not accept CO2 input. Perhaps this should instead refer to WOFOST73SiteDataProvider, which does accept CO2?
The resulting SMLIM obtained from WOFOST73SiteDataProvider is correct with the current example.
Below is a screenshot of the relevant section.
The text was updated successfully, but these errors were encountered:
ReswanR
changed the title
Minor mistake in documentation
Minor mistake in quickstart guide
Aug 20, 2024
I think I discovered a small mistake in the quickstart guide at this section:
https://pcse.readthedocs.io/en/stable/user_guide.html#site-parameters
Currently the quickstart guide calls the WOFOST72SiteDataProvider from the util;
"from pcse.util import WOFOST72SiteDataProvider"
in the current version of pcse, the SiteDataProviders are located under pcse.input and not in the pcse.util.
Moreover, in the next line of the guide the input parameters "WAV" and "CO2" are given, but WOFOST72SiteDataProvider does not accept CO2 input. Perhaps this should instead refer to WOFOST73SiteDataProvider, which does accept CO2?
The resulting SMLIM obtained from WOFOST73SiteDataProvider is correct with the current example.
Below is a screenshot of the relevant section.
The text was updated successfully, but these errors were encountered: