comses / ming

Example model coupling between a LandLab hydrology model and the DSSAT crop model
GNU General Public License v3.0
0 stars 1 forks source link

run hydrology model on dssat weather file #7

Closed alee closed 6 years ago

alee commented 6 years ago

https://github.com/comses/ming/blob/master/dssat/USAM8031.WTH

Assumptions

@cmbarton @mcflugen @chporter please feel free to adjust as necessary

alee commented 6 years ago
  1. How will the hydrology model deal with subdividing the daily rainfall numbers from the DSSAT weather file as it's doing it's thing?

  2. Is the hydrology model using a runoff curve number or similar to deal with how much water stays on a cell vs moves on to neighboring cells? Cheryl was concerned if we were disabling infiltration on the hydrology model that it would treat each cell as a parking lot. DSSAT also does infiltration / runoff calculations based on the soil data and it's possible that eventually we could run DSSAT for a single day, grab its runoff numbers and send that to the hydrology model to route so the hydrology model would only be responsible for routing. This might be the "optimal" way to couple the hydrology model and DSSAT.