From nancy at ucar.edu Thu Aug 1 09:50:09 2013
From: nancy at ucar.edu (nancy at ucar.edu)
Date: Thu, 01 Aug 2013 09:50:09 -0600
Subject: [Dart-dev] [6353] DART/trunk/models/CESM/model_mod.html: added some
quickstart info to the top of the file, but
Message-ID:
+If you are going to run CESM/DART on the NCAR "yellowstone" machine, +here are some canned instructions to get you started: +
+ ++Check out CESM1.1.1 which is one release back +from the very most current version (they updated versions +right before the Breckenridge User's meeting). +We will soon have a chance to test the code with +the latest release, but for now we know this setup +works with 1.1.1. +
+
+Here's the user's guide for CESM version 1.1.1:
+
+http://www.cesm.ucar.edu/models/cesm1.1/cesm/doc/usersguide/book1.html
+
+
+Here's the page that explains how to download the release code:
+
+http://www.cesm.ucar.edu/models/cesm1.1/cesm/doc/usersguide/x388.html
+
+
+You will want "cesm1_1_1" as the model version. You will have +to register as a user to check out the source code. There is a +default username and password to access the subversion website. +
+
+This web page shows the names of the 'compsets' which are the
+configurations of the various models:
+
+http://www.cesm.ucar.edu/models/cesm1.1/cesm/doc/modelnl/compsets.html
+
+
+This page has pointers to the recent CESM versions:
+
+http://www2.cesm.ucar.edu/models/current
+
+
+If you want to try to build CESM separately from DART +to learn about it, that's fine. But our scripts will need +to rebuild it again with the DART configuration so you can +wait on building it if you want. +
+ +
+There are a few CESM files that we still need to modify to make
+things work with DART. In this dir on yellowstone is a tar file:
-FIXME: add info about -byte swap flag --fp-model precise + ~nancy/cesm1_1_1_mods.tar+Copy that to your home dir and untar it. Our setup script will look +for this subdirectory in your home directory and incorporate these +patches when it builds CESM. + +
+Go to the DART web pages: +http://www.image.ucar.edu/DARES/ +and register as a DART user. It's important for us to be able +to show as large a user base as possible and everyone who +registers helps us out. +
++Check out the "trunk" version. The following instructions +assume you've checked it out into a subdirectory "DART". +
+
+In the DART/mkmf directory copy the
+mkmf.template.intel.linux to
+mkmf.template . That should work
+for yellowstone with the default set of modules that are loaded
+on that machine. **IMPORTANT** if you
+are ever thinking of running with an active ocean, you must add:
+
+ -convert big_endian ++to the list of FFLAGS in the mkmf.template file. POP uses some binary +restart files that are still in the byte order for bluefire. If all +your restart files for CAM, CAM-CHEM, CLM, etc are netcdf files, +then you can leave that flag off so yellowstone writes data in +the normal little-endian byte order. + +
+If you want to be able to reproduce runs exactly, you need to make
+sure this flag is part of the FFLAGS line:
+
+ -fp-model precise ++in your mkmf.template file. +It has a slight performance penalty at runtime, but it ensures +that floating point operations are executed in the same order +inside the processor chip and the results should match bit for bit. + +
+The DART scripts for CESM are in:
+
+ DART/models/CESM/shell_scripts ++Look at CESM1_1_1_initial.csh. + +
+There are some things you can customize at the top, including the compset, +your project number for running, how many ensemble members, etc. make +any changes you want there. +
+
+Run the script. It will build the CAM, POP, and CLM filters first, and then
+build and configure CESM. When the script is done you should have
+files in several directories:
+
/glade/scratch/${USER}/$casename/run+and the executable files themselves are
/glade/scratch/${USER}/$casename/bld+
/glade/scratch/${USER}/archive/$casename+with a subdir for each component. Our output files will be in the +'dart' subdir, and under that directory will be +'hist', 'logs', and 'rest'. You'll find your diag files and +obs_seq.final files in the 'hist' subdir. +
From nancy at ucar.edu Thu Aug 1 10:20:07 2013
From: nancy at ucar.edu (nancy at ucar.edu)
Date: Thu, 01 Aug 2013 10:20:07 -0600
Subject: [Dart-dev] [6354] DART/trunk/doc/html: New docs for the upcoming
release.
Message-ID: Jump to DART Documentation Main Index
+ Website
+ or local file
+Several new models have been incorporated into DART. This section details
+both changes to existing models and descriptions of new models that have
+been added since the Kodiak release.
+
+This section describes changes in the basic DART library routines
+since the Kodiak release.
+
+This section describes changes to the Foward Operators and
+new Generic Kinds or Specific Types that have been added
+since the Kodiak release.
+
+This section describes
+support for new observation types or sources
+that have been added since the Kodiak release.
+
+This section describes new or updated diagnostic
+routines that have been added since the Kodiak release.
+
+This section describes
+updates and changes to the tutorial materials,
+scripting, setup, and build information
+since the Kodiak release.
+
+DART software - Copyright 2004 - 2013 UCAR. Jump to DART Documentation Main Index
+ Website
+ or local file The Data Assimilation Research Testbed (DART) is designed to
+facilitate the combination of assimilation algorithms, models,
+and real (or synthetic) observations to allow
+increased understanding of all three.
+The DART programs are highly portable, having been
+compiled with many Fortran 90 compilers
+and run on linux compute-servers, linux clusters, OSX laptops/desktops,
+SGI Altix clusters, supercomputers running AIX, and more.
+Read the
+Customizations section
+for help in building on new platforms.
+DART employs a modular programming approach to apply an Ensemble Kalman Filter
+which adjusts model values toward a state that is more consistent with information
+from a set of observations. Models may be swapped in and out, as can
+different algorithms in the Ensemble Kalman Filter. The method
+requires running multiple instances of a model to generate an ensemble of
+states. A forward operator appropriate for the type of observation being assimilated
+is applied to each of the states to generate the model's estimate of the observation.
+Comparing these estimates and their uncertainty to the observation and
+its uncertainty ultimately results in the adjustments to the model states.
+See the DARTLAB demos or read more in the tutorials included with the
+DART distribution. They are described below.
+
+
+DART diagnostic output includes two netCDF files containing
+the model states just before
+the adjustment (Prior_Diag.nc) and just after the adjustment
+(Posterior_Diag.nc) as well as a file
+obs_seq.final with the model estimates of the observations.
+There is a suite of Matlab® functions that facilitate exploration of the
+results, but the netCDF files are inherently portable and contain all the
+necessary metadata to interpret the contents with other analysis programs
+such as NCL, R, etc.
+ In this document links are available which point to Web-based documentation
+files and also to the same information in html files distributed with DART.
+If you have used subversion to check out a local copy of the DART files you
+can open this file in a browser by loading
+DART/doc/html/Lanai_release.html
+and then use the local file links to see
+other documentation pages without requiring a connection to
+the internet.
+If you are looking at this documentation from
+the www.image.ucar.edu web server or you are
+connected to the internet you can use the
+Website links to view other documentation pages.
+
+DART has been tested on many Fortran compilers and platforms.
+We don't have any platform-dependent code sections and we use
+only the parts of the language that are portable across all
+the compilers we have access to.
+We explicitly set the Fortran 'kind' for all real values and do
+not rely on autopromotion or other compile-time flags to set the
+default byte size for numbers.
+It is possible that some model-specific interface code from
+outside sources may have specific compiler flag requirements;
+see the documentation for each model.
+The low-order models and all common portions of the DART code
+compile cleanly.
+ DART programs can require three different types of input.
+First, some of the DART programs, like those for creating synthetic
+observational datasets, require interactive input from the keyboard.
+For simple cases this interactive input can be made directly
+from the keyboard. In more complicated cases a file containing
+the appropriate keyboard input can be created and this file
+can be directed to the standard input of the DART program.
+Second, many DART programs expect one or more input files in
+DART specific formats to be available. For instance,
+perfect_model_obs, which creates a synthetic
+observation set given a particular model and a description
+of a sequence of observations, requires an input file that
+describes this observation sequence.
+At present, the observation files for DART are in a custom format in either
+human-readable ascii or more compact machine-specific binary.
+Third, many DART modules (including main programs) make use of
+the Fortran90 namelist facility to obtain values of certain parameters
+at run-time. All programs look for a namelist input file
+called input.nml in the directory in which
+the program is executed. The input.nml
+file can contain a sequence of individual Fortran90 namelists
+which specify values of particular parameters for modules that
+compose the executable program.
+
+Anything underlined is a URL.
+
+And the contents of a file are enclosed in a box with a border:
+
+This document outlines the installation of the DART software
+and the system requirements. The entire installation process is summarized in
+the following steps:
+
+We have tried to make the code as portable as possible, but we
+do not have access to all compilers on all platforms, so there are no
+guarantees. We are interested in your experience building the system,
+so please email me (Tim Hoar) thoar 'at' ucar 'dot' edu
+(trying to cut down on the spam).
+
+After the installation, you might want to peruse the following.
+ You should absolutely run the DARTLAB
+interactive tutorial (if you have Matlab available) and look at the
+DARTLAB presentation slides
+
+Website or local file
+in the
+DART_LAB directory, and then take the tutorial
+in the DART/tutorial directory.
+The DART software has been successfully built on several Linux/x86
+platforms with several versions of the
+Intel Fortran
+Compiler for Linux, which (at one point) is/was free for individual
+scientific use. Also Intel Fortran for Mac OSX.
+It has also been built and successfully run with several
+versions of each of the following:
+Portland Group Fortran Compiler,
+Lahey Fortran Compiler,
+Pathscale Fortran Compiler,
+GNU Fortran 95 Compiler ("gfortran"),
+Absoft Fortran 90/95 Compiler (Mac OSX).
+Since recompiling the code is a necessity to experiment
+with different models, there are no binaries to distribute.
+
+DART uses the
+netCDF
+self-describing data format for the results of assimilation
+experiments. These files have the extension .nc
+and can be read by a number of standard data analysis tools.
+In particular, DART also makes use of the F90 interface to the library
+which is available through the netcdf.mod and
+typesizes.mod modules.
+IMPORTANT: different compilers create these modules with
+different "case" filenames, and sometimes they are not both
+installed into the expected directory. It is required that both modules
+be present. The normal place would be in the netcdf/include
+directory, as opposed to the netcdf/lib directory.
+
+If the netCDF library does not exist on your system, you must build
+it (as well as the F90 interface modules). The library and instructions
+for building the library or installing from an RPM may be found at
+the netCDF home page:
+
+http://www.unidata.ucar.edu/packages/netcdf/
+Pay particular attention to the compiler-specific patches that must
+be applied for the Intel Fortran Compiler. (Or the PG compiler, for
+that matter.)
+
+The location of the netCDF library, libnetcdf.a,
+and the locations of both netcdf.mod and
+typesizes.mod will be needed by the makefile
+template, as described in the compiling
+section. Depending on the netCDF build options, the Fortran 90
+interfaces may be built in a separate library named
+netcdff.a and you may need to add
+-lnetcdff to the library flags.
+
+HURRAY! The DART source code is now distributed through
+an anonymous Subversion server! The big advantage is
+the ability to patch or update existing code trees at your discretion.
+Subversion (the client-side app
+is 'svn') allows you to compare your code tree with
+one on a remote server and selectively update individual files or groups of
+files. Furthermore, now everyone has access to any version of any file in
+the project, which is a huge help for developers. I have a brief summary of
+the svn commands I use most posted at:
+
+http://www.image.ucar.edu/~thoar/svn_primer.html
+
+The resources to develop and support DART come from our ability to
+demonstrate our growing user base. We ask that you register at our
+download site
+http://www.image.ucar.edu/DAReS/DART/DART_download
+and promise that the information will only be used to notify you
+of new DART releases and shown to our sponsers in an aggregated form:
+"Look - we have three users from Tonawanda, NY". After filling in the form,
+you will be directed to a website that has instructions on how to download
+the code.
+
+svn has adopted the strategy that "disk is cheap". In addition to downloading
+the code, it downloads an additional copy of the code to store locally (in
+hidden .svn directories) as well as some administration files. This allows
+svn to perform some commands even when the repository is not available.
+It does double the size of the code tree for the initial download, but then
+future updates download just the changes, so they usually happen very quickly.
+
+If you follow the instructions on the download site, you should wind up with
+a directory named DART. Compiling the code in this tree
+(as is usually the case) will necessitate much more space.
+
+The code tree is very "bushy"; there are many directories of support
+routines, etc. but only a few directories involved with the
+customization and installation of the DART software. If you can
+compile and run ONE of the low-order models, you should be able to
+compile and run ANY of the low-order models. For this reason,
+we can focus on the Lorenz `63 model. Subsequently, the only
+directories with files to be modified to check the installation
+are:
+ DART/mkmf,
+ DART/models/lorenz_63/work, and
+ DART/matlab (but only for analysis).
+
+DART executable programs are constructed using two tools:
+make and
+mkmf.
+The make utility is a very common
+piece of software that requires a user-defined input file that records
+dependencies between different source files. make
+then performs a hierarchy of actions when one or more of the
+source files is modified. The mkmf utility is
+a custom preprocessor that generates a make input file
+(named Makefile) and an example namelist
+input.nml.program_default
+with the default values. The Makefile is designed
+specifically to work with object-oriented Fortran90 (and other languages)
+for systems like DART.
+
+mkmf requires two separate input files.
+The first is a `template' file which specifies details of the commands
+required for a specific Fortran90 compiler and may also contain
+pointers to directories containing pre-compiled utilities required by
+the DART system. This template file will need to
+be modified to reflect your system. The second input file is a
+`path_names' file which includes a complete list of the locations
+(either relative or absolute) of all Fortran90 source files that are
+required to produce a particular DART program.
+Each 'path_names' file must contain a path for
+exactly one Fortran90 file containing a main program,
+but may contain any number of additional paths pointing to files
+containing Fortran90 modules.
+An mkmf command is executed which
+uses the 'path_names' file and the mkmf template file to produce a
+Makefile which is subsequently used by the
+standard make utility.
+
+Shell scripts that execute the mkmf command for all standard
+DART executables are provided as part of the standard DART software.
+For more information on mkmf see
+
+the FMS mkmf description.
+
+A series of templates for different compilers/architectures exists
+in the DART/mkmf/ directory and have names with
+extensions that identify the compiler, the architecture, or both.
+This is how you inform the build process of the specifics of your system.
+Our intent is that you copy one that is similar to your system into
+mkmf.template and customize it.
+For the discussion that follows, knowledge of the contents of one of these
+templates (i.e. mkmf.template.gfortran) is needed.
+Note that only the LAST lines are shown here,
+the head of the file is just a big comment (worth reading, btw).
+
+Essentially, each of the lines defines some part of the resulting
+Makefile. Since make
+is particularly good at sorting out dependencies, the order of these
+lines really doesn't make any difference.
+The FC = gfortran line ultimately defines the
+Fortran90 compiler to use, etc.
+The lines which are most likely to need site-specific changes
+start with FFLAGS and NETCDF, which
@@ Diff output truncated at 40000 characters. @@
From nancy at ucar.edu Thu Aug 1 13:37:08 2013
From: nancy at ucar.edu (nancy at ucar.edu)
Date: Thu, 01 Aug 2013 13:37:08 -0600
Subject: [Dart-dev] [6362]
DART/trunk/observations/text/work/mkmf_text_to_obs: this one was accidently
committed with the -x flag
Message-ID: DART Lanai Differences from Kodiak Release Notes
+
+
+
+
+New Models or Changes to Existing Models /
+Changes to Core DART routines /
+New or Changed Forward Operators /
+Observation Converters /
+New or Updated DART Diagnostics /
+Tutorial, Scripting, Setup, Builds /
+Terms of Use
+
+
+
+
+
+
+
+
+
+
+
+
+
+ version information for this file:
+
+ $Id$
+ New Models or Changes to Existing Models
+
+
+
+
+
+
+
+
+
+
+
+
+
+KIND_POTENTIAL_TEMPERATURE
and added new code to convert from potential to in-situ temperature. Differences for even the deeper obs (4-5km) is still small ( ~ 0.2 degree). (in-situ or sensible temperature is what you measure with a regular thermometer.)
+
+Changes to Core DART routines
+
+
+
+
+
+
+
+
+
+
+
+
+New or changed Forward Operators
+
+
+
+
+
+
+
+
+
+
+Observation Converters
+
+
+
+
+
+
+
+
+New or updated DART Diagnostics
+
+
+
+
+
+
+
+
+Tutorial, Scripting, Setup, Builds
+
+
+
+
+
+
+
+
+
+
+Terms of Use
+
+
+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
+
+
+
+
+
+
+
Property changes on: DART/trunk/doc/html/Lanai_diffs_from_Kodiak.html
___________________________________________________________________
Added: svn:mime-type
+ text/html
Added: svn:keywords
+ Date Rev Author HeadURL Id
Added: svn:eol-style
+ native
Added: DART/trunk/doc/html/Lanai_release.html
===================================================================
--- DART/trunk/doc/html/Lanai_release.html (rev 0)
+++ DART/trunk/doc/html/Lanai_release.html 2013-08-01 16:20:07 UTC (rev 6354)
@@ -0,0 +1,3189 @@
+
+
+
+
+Contact: DART core group
+Revision: $Revision$
+Source: $URL$
+Change Date: $Date$
+Change history: try "svn log" or "svn diff" DART Lanai Release Notes
+
+
+
+
+Dart Overview /
+Getting Started /
+Installation /
+Notes for Current Users /
+Non-backwards Compatible Changes /
+New Features /
+New Models /
+Changed Models /
+New Observations /
+New Diagnostics and Documentation /
+New Utilities /
+Known Problems /
+Terms of Use
+
+
+
+
+
+
+
+
+
+
+
+
+ version information for this file:
+
+ $Id$
+ Dart Overview
+
+Getting Started
+
+What's Required
+
+
+
+DART uses the
+netCDF
+self-describing data format with a particular metadata convention to
+describe output that is used to analyze the results of assimilation
+experiments. These files have the extension .nc
+and can be read by a number of standard data analysis tools.
+
+
+Since most of the models being used with DART are
+written in Fortran and run on various UNIX or *nix platforms, the
+development environment for DART is highly skewed to these machines.
+We do most of our development on a small linux workstation and a mac laptop
+running OSX 10.x, and we have an extensive test network.
+(I've never built nor run DART on a Windows machine - so I don't even
+know if it's possible. If you have run it (under Cygwin?) please let me
+know how it went -- I'm curious. Tim - thoar 'at' ucar 'dot ' edu)
+What's nice to have
+
+ncview: DART users have used
+ncview
+to create graphical displays of output data fields. The 2D rendering is
+good for 'quick-look' type uses, but I wouldn't want to publish with it.
+
+
+NCO: The NCO tools
+are able to perform operations on netCDF files like concatenating, slicing,
+and dicing.
+
+Matlab®: A set of
+Matlab® scripts designed to
+produce graphical diagnostics from DART netCDF output files are also part
+of the DART project.
+
+MPI: The DART system includes an MPI
+option. MPI stands for 'Message Passing Interface', and is both a library and
+run-time system that enables multiple copies of a single program to run in
+parallel, exchange data, and combine to solve a problem more quickly.
+DART does NOT require MPI to run; the default build
+scripts do not need nor use MPI in any way. However, for larger models with
+large state vectors and large numbers of observations, the data assimilation
+step will run much faster in parallel, which requires MPI to be installed and
+used. However, if multiple ensembles of your model fit comfortably (in time
+and memory space) on a single processor, you need read no further about MPI.
+
+
+Types of input
+
+Document conventions
+
+
+All filenames look like this -- (typewriter font, green).
+Program names look like this -- (italicized font, green).
+user input looks like this -- (bold, magenta).
+
+ obs_seq_in_file_name = "obs_seq.in",
+ obs_seq_out_file_name = "obs_seq.out",
+ init_time_days = 0,
+ init_time_seconds = 0,
+ output_interval = 1
+&endInstallation
+
+
+
+
+
+Requirements: an F90 Compiler
+
+Requirements: the netCDF library
+
+Downloading the distribution.
+
+Customizing the build scripts -- Overview.
+
+
+One of the benefits of using mkmf is that it also
+creates an example namelist file for each program. The example namelist is
+called
+input.nml.program_default,
+so as not to clash with any
+exising input.nml that may exist in that directory.
+Building and Customizing the 'mkmf.template' file
+
+
+MPIFC = mpif90
+MPILD = mpif90
+FC = gfortran
+LD = gfortran
+NETCDF = /usr/local
+INCS = ${NETCDF}/include
+FFLAGS = -O2 -I$(INCS)
+LIBS = -L${NETCDF}/lib -lnetcdf
+LDFLAGS = -I$(INCS) $(LIBS)
+
Simplest case, async=0:
-
+
This is a single MPI executable, with each call to the
model being simply a subroutine call from each MPI task.
@@ -43,7 +43,7 @@
Parallel advance, async=2:
-
+
The filter executable is one MPI program, and the model is a
single, sequential executable. Each MPI task uses the
@@ -59,13 +59,13 @@
Parallel advance, async=2:
-
+
Parallel advance, async=2, second version:
-
+
@@ -73,7 +73,7 @@
between filter and the model thru intermediate files.
IC are 'initial condition' files, UD are 'updated' files.
-
+
@@ -81,7 +81,7 @@
Parallel model advance, async=4:
-
+
The filter executable is one MPI program, and the model is also
an MPI program. The filter executable communicates with the
@@ -98,7 +98,7 @@
between filter and the model thru intermediate files.
IC are 'initial condition' files, UD are 'updated' files.
-
+
Copied: DART/trunk/doc/images/async0.gif (from rev 6336, DART/trunk/doc/html/async0.gif)
===================================================================
(Binary files differ)
Copied: DART/trunk/doc/images/async2_v1.gif (from rev 6336, DART/trunk/doc/html/async2_v1.gif)
===================================================================
(Binary files differ)
Copied: DART/trunk/doc/images/async2_v2.gif (from rev 6336, DART/trunk/doc/html/async2_v2.gif)
===================================================================
(Binary files differ)
Copied: DART/trunk/doc/images/async2_wfiles.gif (from rev 6336, DART/trunk/doc/html/async2_wfiles.gif)
===================================================================
(Binary files differ)
Copied: DART/trunk/doc/images/async2a.gif (from rev 6336, DART/trunk/doc/html/async2a.gif)
===================================================================
(Binary files differ)
Copied: DART/trunk/doc/images/async4.gif (from rev 6336, DART/trunk/doc/html/async4.gif)
===================================================================
(Binary files differ)
Copied: DART/trunk/doc/images/async4_wfiles.gif (from rev 6336, DART/trunk/doc/html/async4_wfiles.gif)
===================================================================
(Binary files differ)
From nancy at ucar.edu Thu Aug 1 16:49:55 2013
From: nancy at ucar.edu (nancy at ucar.edu)
Date: Thu, 01 Aug 2013 16:49:55 -0600
Subject: [Dart-dev] [6369] DART/trunk: finish the commit of the moved async
gifs;
Message-ID:
-
-
+
+
![]() | ![]() | ![]() |
+ ![]() | ![]() | ![]() |
![]() |
+ |||||
![]() |
![]() |
+|
![]() |
Instructions for viewing the rank histogram with ncview. |
![]() |
+|
![]() |
Instructions for viewing the rank histogram with Matlab. |
Deleted: DART/trunk/doc/html/RankHistogram_matlab.png =================================================================== (Binary files differ) Deleted: DART/trunk/doc/html/RankHistogram_ncview.png =================================================================== (Binary files differ) Deleted: DART/trunk/doc/html/obs_diag_evolution_example.png =================================================================== (Binary files differ) Deleted: DART/trunk/doc/html/obs_diag_location_example.png =================================================================== (Binary files differ) Deleted: DART/trunk/doc/html/obs_diag_profile_example.png =================================================================== (Binary files differ) Copied: DART/trunk/doc/images/RankHistogram_matlab.png (from rev 6336, DART/trunk/doc/html/RankHistogram_matlab.png) =================================================================== (Binary files differ) Copied: DART/trunk/doc/images/RankHistogram_ncview.png (from rev 6336, DART/trunk/doc/html/RankHistogram_ncview.png) =================================================================== (Binary files differ) Copied: DART/trunk/doc/images/obs_diag_evolution_example.png (from rev 6336, DART/trunk/doc/html/obs_diag_evolution_example.png) =================================================================== (Binary files differ) Copied: DART/trunk/doc/images/obs_diag_location_example.png (from rev 6336, DART/trunk/doc/html/obs_diag_location_example.png) =================================================================== (Binary files differ) Copied: DART/trunk/doc/images/obs_diag_profile_example.png (from rev 6336, DART/trunk/doc/html/obs_diag_profile_example.png) =================================================================== (Binary files differ) From nancy at ucar.edu Thu Aug 1 17:11:50 2013 From: nancy at ucar.edu (nancy at ucar.edu) Date: Thu, 01 Aug 2013 17:11:50 -0600 Subject: [Dart-dev] [6372] DART/trunk/doc/html: move the location for the images from html to Message-ID:Revision: 6372 Author: nancy Date: 2013-08-01 17:11:50 -0600 (Thu, 01 Aug 2013) Log Message: ----------- move the location for the images from html to the ../images directory. Modified Paths: -------------- DART/trunk/doc/html/Kodiak_release.html DART/trunk/doc/html/index.shtml -------------- next part -------------- Modified: DART/trunk/doc/html/Kodiak_release.html =================================================================== --- DART/trunk/doc/html/Kodiak_release.html 2013-08-01 23:11:30 UTC (rev 6371) +++ DART/trunk/doc/html/Kodiak_release.html 2013-08-01 23:11:50 UTC (rev 6372) @@ -14,7 +14,7 @@
- +
![]()
Jump to DART Documentation Main Index Modified: DART/trunk/doc/html/index.shtml =================================================================== --- DART/trunk/doc/html/index.shtml 2013-08-01 23:11:30 UTC (rev 6371) +++ DART/trunk/doc/html/index.shtml 2013-08-01 23:11:50 UTC (rev 6372) @@ -5,7 +5,7 @@
Data Assimilation Research Testbed -- DART - +