Skip to content
/ DART Public

Code for NCAR's Data Assimilation Research Testbed software package.

Notifications You must be signed in to change notification settings

rsobash/DART

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# DART software - Copyright 2004 - 2011 UCAR. This open source software is
# provided by UCAR, "as is", without charge, subject to all terms of use at
# http://www.image.ucar.edu/DAReS/DART/DART_download
#
# DART $Id: README 4987 2011-06-13 22:19:13Z nancy $

Welcome to DART, the Data Assimilation Research Testbed.
See the bottom of this file for quick-start instructions.

Extensive on-line documentation is on the project web pages:
 http://www.image.ucar.edu/DAReS/DART

A Matlab/PDF introduction is in the DART_LAB directory.  There are a set
of PDF presentations, along with hands-on Matlab exercises.  This starts
with a very basic introduction to data assimilation, and covers several
fundamental algorithms in the system.

A slightly more advanced tutorial in PDF format is in the tutorial
subdirectory.  Start with the index file which explains what each
subsection covers.

The DART Kodiak release documentation is on the web:
 http://www.image.ucar.edu/DAReS/DART/Kodiak_release.html

and also in the subversion tree here at:
 doc/html/Kodiak_release.html

General documentation in HTML format is in the doc/html directory, plus
all parts of the DART system include HTML files in the respective model
and source directories.  There is an index.html file in the top level
directory which references all the other doc files.

There is a mailing list where we summarize updates to the DART repository
and notify users about recent bug fixes.  It is not generally used for
discussion so it's a low-traffic list.  To add yourself go here and
click on 'Dart-users', and if you use WRF see 'wrfdart-users' also:
 http://mailman.ucar.edu/mailman/listinfo/

Contact us for more help or for more information on other models already
using DART or for how to add your model or observation types.

Thank you -
The DART Development Team.
dart at ucar.edu


Quick-start for the impatient:

Go into the 'mkmf' directory and copy over the closest
mkmf.template.compiler.system file into 'mkmf.template'.

Edit it to set the NETCDF directory location if not in /usr/local
or comment it out and set $NETCDF in your environment.

If you are using gfortran, go into the 'mpi_utilities' directory and run
the './fixsystem' shell script.

Go into 'models/lorenz_63/work' and run './quickbuild.csh'.

If it compiles, hooray.  Run './perfect_model_obs' and then './filter'.
If it runs, hooray again.  Finally, if you have Matlab installed on
your system, add '$DART/matlab' to your matlab search path and run the
'plot_total_err' diagnostic script while in the 'models/lorenz_63/work'
directory.  If the output plots and looks reasonable (error level stays
around 2 and doesn't grow unbounded), you're great!  Congrats.


If any of these steps fail or you don't know how to do them, go to the
DART project web page listed above for very detailed instructions that
should get you over any bumps in the process.

About

Code for NCAR's Data Assimilation Research Testbed software package.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages