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
When a variable is present in the DOME (or base data) in the format:
model____variable____path
It is not being put in the output. People are needed this to input fields that are missing (even if the translator doesn't support it).
e.g.
apsim__swcon__soil
SWCON should be addded to the soil (even outside the apsim translator?)
This should allow us to be more flexible when reading from a DOME. We might need to figure out if we need to have the model there or not.
IDEA Could we store the model specific variables in a map (for version 1.0) and then if the required model is being requested, insert it into the data. This might require more work than the above solution, but we have no control over the model translators. Unless we write a preprocessor.
The text was updated successfully, but these errors were encountered:
When a variable is present in the DOME (or base data) in the format:
model____variable____path
It is not being put in the output. People are needed this to input fields that are missing (even if the translator doesn't support it).
e.g.
apsim__swcon__soil
SWCON should be addded to the soil (even outside the apsim translator?)
This should allow us to be more flexible when reading from a DOME. We might need to figure out if we need to have the model there or not.
IDEA Could we store the model specific variables in a map (for version 1.0) and then if the required model is being requested, insert it into the data. This might require more work than the above solution, but we have no control over the model translators. Unless we write a preprocessor.
The text was updated successfully, but these errors were encountered: