
# <next four lines automatically updated by CVS, do not edit>
# $Source: /home/thoar/CVS.REPOS/DART/models/wrf/WRF_BC/README,v $
# $Revision: 1.4 $
# $Date: 2004/04/28 23:24:29 $
# $Author: thoar $
# $Id: README,v 1.4 2004/04/28 23:24:29 thoar Exp $

update_wrf_bc:

File list:

Makefile
module_couple_uv.f90
module_netcdf_interface.f90
update_wrf_bc.f90


Note: You need manually change the compiler options
      and library/include paths in the Makefile.

Files needed:

wrfinput_d01        	Updated WRF IC (3DVAR analysis)
wrfbdy_d01              Original WRF BC

------------------------------------------------------------------
NOTE:

wrfinput_d01     will be READ only.
wrfbdy_d01       will be OVERWRITTEN.

------------------------------------------------------------------

Compile:

	make

	(make clean to remove objs and execs)

	(Before compile, make sure you have proper paths to NETCDF.)

Run:

	update_wrf_bc

	(make sure you have all three files mentioned above)

------------------------------------------------------------------
