# This is an example of an input file for MetSim [MetSim] # Time step in minutes time_step = 180 # Forcings begin here (year/month/day:hour) start = 1960/01/01 # Forcings end at this date (year/month/day) stop = 2009/12/31 # if the data doesn't have leap days calendar = noleap # Input specification #forcing data forcing = /glade/work/arugg/VIC/metsim/LivnehForcing_4MetSim_1960-2009_TOPO-1231.001.nc domain = /glade/work/arugg/VIC/metsim/LivnehDomain_4MetSim_conus.nc #state file - first 3 months of data. state = /glade/work/arugg/VIC/metsim/LivnehState_4MetSim_1959.nc in_fmt = netcdf forcing_fmt = netcdf # Output specification out_dir = /glade/scratch/arugg/metsim_forcing out_prefix = forcing.livneh.1960-2009.TOPO-1231.001.metsim out_precision = f8 time_grouper = 'Y' out_freq = 1AS out_vars = ['temp', 'prec', 'shortwave', 'longwave', 'vapor_pressure','air_pressure', 'wind'] [chunks] lat = 1 #change lon - but will need more memory for larger numbers lon = 40 [forcing_vars] prec = prec t_max = t_max t_min = t_min wind = wind [state_vars] prec = prec t_max = t_max t_min = t_min wind = wind [domain_vars] lat = lat lon = lon mask = mask elev = elev # if you don't have winds and want to set them constant # [constant_vars] # wind = 2.0