jschap1 / CalVIC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CalVIC: A Matlab toolbox for calibrating the Variable Infiltration Capacity (VIC) model

run_sceua.m
	reads parameter file
	calls sceua.m
sceua.m
	sets up complexes
	calls vic_wrapper_sceua.m at each sample point
	given the rmse value returned by vic_wrapper_sceua, calls cceua.m

cceua.m 
	evolves each complex to produce new guesses
	shuffles points among complexes	

vic_wrapper_sceua.m
	runs the vic model, distributing the job across Hoffman2 nodes
	adds glacier contribution to runoff
	runs the routing model to predict streamflow
	uses predicted streamflow to calculate function value (f = RMSE)
	
	

About


Languages

Language:JavaScript 52.7%Language:MATLAB 32.4%Language:HTML 12.0%Language:CSS 1.4%Language:Shell 1.3%Language:R 0.1%