<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fc0 solid; padding: 6px; }
#msg ul, pre { overflow: auto; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<title>[3688] DART/trunk:
  Major change in this commit is the addition of an observations directory.</title>
</head>
<body>

<div id="msg">
<dl>
<dt>Revision</dt> <dd>3688</dd>
<dt>Author</dt> <dd>nancy</dd>
<dt>Date</dt> <dd>2008-12-05 16:05:05 -0700 (Fri, 05 Dec 2008)</dd>
</dl>

<h3>Log Message</h3>
<pre>Major change in this commit is the addition of an observations directory.
Eventually all the programs which convert observations of various types
into DART obs_seq files will be under this directory. For starters, there
are 3: GPS, Radar, and MADIS converters.  Each has documentation.

Also, committing the obs_sequence_tool which is the successor to the
merge_sequence utility.  It has a lot more options; see the docs.
Rename restart_file_utility to restart_file_tool to be consistent.

Minor update to the intel mac template file.

Updates to the obs_sequence_mod required by the obs_sequence_tool;
mostly additional functions, but also removed the fixed 129 char
length specification on many of the incoming args to the subroutines
here.  No need to force the length; makes it easier on the callers.
Also removed unused constants from the types_mod use statement.</pre>

<h3>Modified Paths</h3>
<ul>
  <li>DART/trunk/mkmf/mkmf.template.intel.osx</li>
  <li>DART/trunk/models/wrf/work/input.nml</li>
  <li>DART/trunk/obs_sequence/obs_sequence_mod.f90</li>
</ul>

<h3>Added Paths</h3>
<ul>
  <li>DART/trunk/models/wrf/work/mkmf_obs_sequence_tool</li>
  <li>DART/trunk/models/wrf/work/mkmf_restart_file_tool</li>
  <li>DART/trunk/models/wrf/work/path_names_obs_sequence_tool</li>
  <li>DART/trunk/models/wrf/work/path_names_restart_file_tool</li>
  <li>DART/trunk/obs_sequence/obs_sequence_tool.f90</li>
  <li>DART/trunk/observations/</li>
  <li>DART/trunk/observations/MADIS/</li>
  <li>DART/trunk/observations/MADIS/MADIS.html</li>
  <li>DART/trunk/observations/MADIS/convert_madis_acars.f90</li>
  <li>DART/trunk/observations/MADIS/convert_madis_marine.f90</li>
  <li>DART/trunk/observations/MADIS/convert_madis_rawin.f90</li>
  <li>DART/trunk/observations/MADIS/convert_madis_surface.f90</li>
  <li>DART/trunk/observations/MADIS/data/</li>
  <li>DART/trunk/observations/MADIS/data/2005082600_acars.nc.gz</li>
  <li>DART/trunk/observations/MADIS/data/2005082600_marine.nc.gz</li>
  <li>DART/trunk/observations/MADIS/data/2005082600_metar.nc.gz</li>
  <li>DART/trunk/observations/MADIS/data/2005082600_rawin.nc.gz</li>
  <li>DART/trunk/observations/MADIS/data/README</li>
  <li>DART/trunk/observations/MADIS/data/acars.in</li>
  <li>DART/trunk/observations/MADIS/meteor_mod.f90</li>
  <li>DART/trunk/observations/MADIS/ncep_obs_err_mod.f90</li>
  <li>DART/trunk/observations/MADIS/work/</li>
  <li>DART/trunk/observations/MADIS/work/input.nml</li>
  <li>DART/trunk/observations/MADIS/work/mkmf_convert_madis_acars</li>
  <li>DART/trunk/observations/MADIS/work/mkmf_convert_madis_marine</li>
  <li>DART/trunk/observations/MADIS/work/mkmf_convert_madis_rawin</li>
  <li>DART/trunk/observations/MADIS/work/mkmf_convert_madis_surface</li>
  <li>DART/trunk/observations/MADIS/work/mkmf_preprocess</li>
  <li>DART/trunk/observations/MADIS/work/path_names_convert_madis_acars</li>
  <li>DART/trunk/observations/MADIS/work/path_names_convert_madis_marine</li>
  <li>DART/trunk/observations/MADIS/work/path_names_convert_madis_rawin</li>
  <li>DART/trunk/observations/MADIS/work/path_names_convert_madis_surface</li>
  <li>DART/trunk/observations/MADIS/work/path_names_preprocess</li>
  <li>DART/trunk/observations/MADIS/work/quickbuild.csh</li>
  <li>DART/trunk/observations/README</li>
  <li>DART/trunk/observations/gps/</li>
  <li>DART/trunk/observations/gps/advance_time.f90</li>
  <li>DART/trunk/observations/gps/convert_cosmic_gps_cdf.f90</li>
  <li>DART/trunk/observations/gps/cosmic/</li>
  <li>DART/trunk/observations/gps/cosmic/input.nml</li>
  <li>DART/trunk/observations/gps/gps.html</li>
  <li>DART/trunk/observations/gps/matlab/</li>
  <li>DART/trunk/observations/gps/matlab/README</li>
  <li>DART/trunk/observations/gps/matlab/gloc.m</li>
  <li>DART/trunk/observations/gps/matlab/gloc1_14.m</li>
  <li>DART/trunk/observations/gps/matlab/gpsloc.m</li>
  <li>DART/trunk/observations/gps/matlab/loc1.m</li>
  <li>DART/trunk/observations/gps/matlab/loc2.m</li>
  <li>DART/trunk/observations/gps/matlab/loc3.m</li>
  <li>DART/trunk/observations/gps/matlab/obserr.m</li>
  <li>DART/trunk/observations/gps/matlab/selerad.m</li>
  <li>DART/trunk/observations/gps/work/</li>
  <li>DART/trunk/observations/gps/work/convert_script.csh</li>
  <li>DART/trunk/observations/gps/work/cosmic_to_obsseq.csh</li>
  <li>DART/trunk/observations/gps/work/input.nml</li>
  <li>DART/trunk/observations/gps/work/mkmf_advance_time</li>
  <li>DART/trunk/observations/gps/work/mkmf_convert_cosmic_gps_cdf</li>
  <li>DART/trunk/observations/gps/work/mkmf_obs_sequence_tool</li>
  <li>DART/trunk/observations/gps/work/mkmf_preprocess</li>
  <li>DART/trunk/observations/gps/work/path_names_advance_time</li>
  <li>DART/trunk/observations/gps/work/path_names_convert_cosmic_gps_cdf</li>
  <li>DART/trunk/observations/gps/work/path_names_obs_sequence_tool</li>
  <li>DART/trunk/observations/gps/work/path_names_preprocess</li>
  <li>DART/trunk/observations/gps/work/quickbuild.csh</li>
  <li>DART/trunk/observations/observations.html</li>
  <li>DART/trunk/observations/radar/</li>
  <li>DART/trunk/observations/radar/README</li>
  <li>DART/trunk/observations/radar/create_obs_radar_sequence.f90</li>
  <li>DART/trunk/observations/radar/examples/</li>
  <li>DART/trunk/observations/radar/examples/create_fixed_network_seq.in</li>
  <li>DART/trunk/observations/radar/examples/create_obs_radar_sequence.in</li>
  <li>DART/trunk/observations/radar/radar.html</li>
  <li>DART/trunk/observations/radar/work/</li>
  <li>DART/trunk/observations/radar/work/input.nml</li>
  <li>DART/trunk/observations/radar/work/mkmf_create_obs_radar_sequence</li>
  <li>DART/trunk/observations/radar/work/mkmf_preprocess</li>
  <li>DART/trunk/observations/radar/work/path_names_create_obs_radar_sequence</li>
  <li>DART/trunk/observations/radar/work/path_names_preprocess</li>
  <li>DART/trunk/observations/radar/work/quickbuild.csh</li>
  <li>DART/trunk/utilities/restart_file_tool.f90</li>
  <li>DART/trunk/utilities/restart_file_tool.html</li>
  <li>DART/trunk/utilities/restart_file_tool.nml</li>
</ul>

<h3>Removed Paths</h3>
<ul>
  <li>DART/trunk/models/wrf/work/mkmf_merge_obs_seq</li>
  <li>DART/trunk/models/wrf/work/mkmf_restart_file_utility</li>
  <li>DART/trunk/models/wrf/work/path_names_merge_obs_seq</li>
  <li>DART/trunk/models/wrf/work/path_names_restart_file_utility</li>
</ul>


</div>
</body>
</html>