WPS needs to be run for domain 1 and domain 2.
for domain 2 run the script 
	calculate_ndown_wrflow_static_data.ncl
This will interpolate albedo and veg fraction from monthy to daily - now this script assumes no leap years - so adjustments are needed for leap years.
This will create the file 
	static_daily.d02.nc
Which is needed later.

Run WRF, for one time step for both domain 1 and 2, creating the lowbdy input files.
The one for domain 2 is just to make life a bit easier later on.
Rename the one for domain 2 to
	wrflowinp_d02_sav

Create the new wrflowinp_d02 files that will be needed for the next WRF model run.
	1. There is a fortan file - interp_wrflowinp_cg2fg.f that needst compiling
	2. Run the scrip runwrflow.csh. This will
		- Copy your wrflowinp_d02_sav to wrflowinp_d02
		- Run interp_wrflowinp_cg2fg.f - this will interpolate SST and SEAICE to the finer grid and write the data to wrflowinp_d02. Note you need wrflowinp_d01 and the copy of wrflowinp_d02 for this step.
		- Run replace_daily_static.ncl - this will get the albedo and veg fraction from static_daily.d02 and add them to wrflowinp_d01 (again note the leap year limitation)
