##############################################################
# VIC Model Parameters - 4.1.x
# Simulation Parameters
##############################################################
TIME_STEP 		12	# model time step in hours (set to 24 if FULL_ENERGY = FALSE, set to < 24 if FULL_ENERGY = TRUE)
SNOW_STEP		12	# time step in hours for which to solve the snow model (should = TIME_STEP if TIME_STEP < 24)
STARTYEAR		2005	# year model simulation starts
STARTMONTH		01	# month model simulation starts
STARTDAY		01 	# day model simulation starts
STARTHOUR		00	# hour model simulation starts
ENDYEAR 		2020	# year model simulation ends
ENDMONTH		12	# month model simulation ends
ENDDAY			31	# day model simulation ends
FULL_ENERGY 	FALSE	# TRUE = calculate full energy balance; FALSE = compute water balance only
FROZEN_SOIL	FALSE	# TRUE = calculate frozen soils
NO_FLUX		FALSE
CORRPREC		FALSE
MIN_WIND_SPEED	0.1
MAX_SNOW_TEMP	0.5
MIN_RAIN_TEMP	-0.5

##############################################################
FORCING1	../input/gf_
FORCE_FORMAT ASCII
FORCE_ENDIAN LITTLE
N_TYPES 4		
FORCE_TYPE	PREC	
FORCE_TYPE	TMAX
FORCE_TYPE	TMIN
FORCE_TYPE	WIND
FORCE_DT 	24	# Forcing time step length (hours)
FORCEYEAR 	2005									# Year of first forcing record
FORCEMONTH	1								# Month of first forcing record
FORCEDAY 1									# Day of first forcing record
FORCEHOUR 0									# Hour of first forcing record
GRID_DECIMAL 4									# Number of digits after decimal point in forcing file names
WIND_H 2.0    									# height of wind speed measurement (m)
MEASURE_H 2.0     								# height of humidity measurement (m)
ALMA_INPUT	FALSE								# TRUE = ALMA-compliant input variable units; FALSE = standard VIC units

##############################################################
# Land Surface Files and Parameters
##############################################################
SOIL            ../soil.param.txt 					# Soil parameter path/file
NLAYER		2								# number of soil layers
NODES		3								# number of soil thermal nodes 
ARC_SOIL        FALSE   							# TRUE = read soil parameters from ARC/INFO ASCII grids
BASEFLOW	ARNO	   							# ARNO = columns 5-8 are the standard VIC baseflow parameters; NIJSSEN2001 = columns 5-8 of soil file are baseflow parameters from Nijssen et al (2001)
JULY_TAVG_SUPPLIED	FALSE							# TRUE = final column of the soil parameter file will contain average July air temperature, for computing treeline; this will be ignored if COMPUTE_TREELINE is FALSE; FALSE = compute the treeline based on the average July air temperature of the forcings over the simulation period
ORGANIC_FRACT	FALSE	   							# TRUE = simulate organic soils; soil param file contains 3*Nlayer extra columns, listing for each layer the organic fraction, and the bulk density and soil particle density of the organic matter in the soil layer; FALSE = soil param file does not contain any information about organic soil, and organic fraction should be assumed to be 0
VEGLIB	    	../veg.lib.txt
VEGPARAM     	../veg.param.txt
ROOT_ZONES      3
VEGPARAM_LAI 	TRUE 
LAI_SRC 	FROM_VEGPARAM
SNOW_BAND	1
COMPUTE_TREELINE	FALSE

##############################################################
# Output Files and Parameters
##############################################################
RESULT_DIR      ../output/	
OUT_STEP        24       # Output interval (hours); if 0, OUT_STEP = TIME_STEP
SKIPYEAR 	0	# Number of years of output to omit from the output files
COMPRESS	FALSE
BINARY_OUTPUT	FALSE	
ALMA_OUTPUT	FALSE
MOISTFRACT 	FALSE	
PRT_HEADER	FALSE 
PRT_SNOW_BAND   FALSE  
