[Dart-dev] DART/branches Revision: 11389

dart at ucar.edu dart at ucar.edu
Wed Mar 22 12:00:35 MDT 2017


raeder at ucar.edu
2017-03-22 12:00:34 -0600 (Wed, 22 Mar 2017)
160
Added a DART directory tree (gently pruned) in 2 columns.
We could move 'observations' to a 3rd column, but that would be awkward
for narrower browser windows.



Modified: DART/branches/rma_trunk/documentation/index.html
===================================================================
--- DART/branches/rma_trunk/documentation/index.html	2017-03-22 15:36:22 UTC (rev 11388)
+++ DART/branches/rma_trunk/documentation/index.html	2017-03-22 18:00:34 UTC (rev 11389)
@@ -29,6 +29,7 @@
 <A HREF="#Models">Models</A> /
 <A HREF="#Namelists">Namelist</A> /
 <A HREF="#Modules">Modules</A> /
+<A HREF="#Directories">Directory Tree</A> /
 <A HREF="#OtherDocs">Other Documentation</A> /
 <A HREF="#KitchenSink">All Documents</A> /
 <A HREF="#Legalese">Terms of Use</A>
@@ -530,6 +531,398 @@
 
 <!--==================================================================-->
 
+<A NAME="Directories"></A>
+<div class="top">[<a href="#">top</a>]</div><hr />
+<H2>Directory Tree </H2>
+<!--==================================================================-->
+<h3>RMA-DART</h3>
+<table border=0 summary="" cellpadding=5>
+<tr>
+    <td valign=top>
+    <p>
+    <pre>
+  |--assimilation_code
+  |  |--location
+  |  |  |--annulus
+  |  |  |--channel
+  |  |  |--column
+  |  |  |--oned
+  |  |  |--threed
+  |  |  |--threed_cartesian
+  |  |  |--threed_sphere
+  |  |  |--twod
+  |  |  |--twod_annulus
+  |  |  |--twod_sphere
+  |  |--modules
+  |  |  |--assimilation
+  |  |  |--io
+  |  |  |--observations
+  |  |  |--utilities
+  |  |--programs
+  |  |  |--advance_time
+  |  |  |--closest_member_tool
+  |  |  |--compare_states
+  |  |  |  |--work
+  |  |  |--compute_error
+  |  |  |--create_fixed_network_seq
+  |  |  |--create_obs_sequence
+  |  |  |--fill_inflation_restart
+  |  |  |--filter
+  |  |  |--gen_sampling_err_table
+  |  |  |  |--work
+  |  |  |--integrate_model
+  |  |  |--model_mod_check
+  |  |  |--obs_common_subset
+  |  |  |--obs_diag
+  |  |  |  |--oned
+  |  |  |  |--threed_cartesian
+  |  |  |  |--threed_sphere
+  |  |  |--obs_impact_tool
+  |  |  |--obs_loop
+  |  |  |--obs_selection
+  |  |  |--obs_seq_coverage
+  |  |  |--obs_seq_to_netcdf
+  |  |  |--obs_sequence_tool
+  |  |  |--obs_seq_verify
+  |  |  |--perfect_model_obs
+  |  |  |--preprocess
+  |  |  |--restart_file_tool
+  |  |  |--system_simulation
+  |  |  |  |--final_full_precomputed_tables
+  |  |  |  |--work
+  |  |  |--wakeup_filter
+  |  |--scripts
+  |--build_templates
+  |--developer_tests
+  |  |--forward_operators
+  |  |--harnesses
+  |  |  |--filename_harness
+  |  |  |--read_transpose_write
+  |  |--io
+  |  |  |--work
+  |  |--location
+  |  |  |--annulus
+  |  |  |  |--test
+  |  |  |--channel
+  |  |  |  |--test
+  |  |  |--column
+  |  |  |  |--test
+  |  |  |--oned
+  |  |  |  |--test
+  |  |  |--threed
+  |  |  |  |--test
+  |  |  |--threed_cartesian
+  |  |  |  |--test
+  |  |  |--threed_sphere
+  |  |  |  |--test
+  |  |  |--twod


More information about the Dart-dev mailing list