hzambran / hydroPSO

Model-Independent Particle Swarm Optimisation for Environmental Models
https://cran.r-project.org/package=hydroPSO
GNU General Public License v2.0
36 stars 18 forks source link

VIC Hydrology model calibration #11

Open hoseinsalehi opened 5 years ago

hoseinsalehi commented 5 years ago

Hello. I've implemented the VIC hydrologic model, now I want to calibrate the model. Can I use your package?

WatershedFlow commented 4 years ago

Hi there, I am doing the same work with VIC model, and together with hydroPSO. Instead of UNIX based VIC, I use an R package called VICModel https://cran.r-project.org/web/packages/VICmodel/index.html. This R package is based on VIC 5.0.1, the latest version of VIC model. I use hydroPSO to do VIC calibration. Because both of them are R packages, it is quite convenient to use. Shot me an email if you have any question at westcotter5891#gmail.com.

hoseinsalehi commented 4 years ago

@WatershedFlow Thanks for your response. I'm using VIC.4.2.d so I can't use https://cran.r-project.org/web/packages/VICmodel/index.html. Is there a manual or guidance for hydroPSO?

WatershedFlow commented 4 years ago

@hoseinsalehi, If you do a google search, you can find some information about hydroPSO. Try this one, for example, https://www.rforge.net/hydroPSO/ and this one as well https://github.com/hzambran/hydroPSO

Or you can try Ostrich. I know someone have used it with VIC model as well. http://www.eng.buffalo.edu/~lsmatott/Ostrich/OstrichMain.html

hoseinsalehi commented 4 years ago

@WatershedFlow Thanks for your guidance.

hzambran commented 4 years ago

@hoseinsalehi, In particular, this vignette might be highly useful for you.

hoseinsalehi commented 4 years ago

@hzambran , Thanks.

hoseinsalehi commented 4 years ago

@WatershedFlow Thanks for your help. I sent an email to you for more information.

martaddi commented 1 year ago

@WatershedFlow Thanks for your response. I'm using VIC.4.2.d so I can't use https://cran.r-project.org/web/packages/VICmodel/index.html. Is there a manual or guidance for hydroPSO?

Please did you get any solution to calibrating Vic-4.2.d?