[Dart-dev] [4252] DART/trunk: polishing the terms of use and ensuring svn keywords are turned on.

nancy at ucar.edu nancy at ucar.edu
Thu Feb 4 11:05:32 MST 2010


Revision: 4252
Author:   thoar
Date:     2010-02-04 11:05:31 -0700 (Thu, 04 Feb 2010)
Log Message:
-----------
polishing the terms of use and ensuring svn keywords are turned on.
No functional changes.

Modified Paths:
--------------
    DART/trunk/diagnostics/matlab/linked_observations.m
    DART/trunk/diagnostics/matlab/plot_evolution.m
    DART/trunk/diagnostics/matlab/plot_obs_netcdf.m
    DART/trunk/diagnostics/threed_sphere/obs_seq_to_netcdf.f90
    DART/trunk/filter/filter.dopplerfold.f90
    DART/trunk/filter/filter.f90
    DART/trunk/models/wrf/WRF_DART_utilities/add_pert_where_high_refl.f90
    DART/trunk/models/wrf/WRF_DART_utilities/f2kcli.f90
    DART/trunk/models/wrf/WRF_DART_utilities/grid_refl_obs.f90
    DART/trunk/models/wrf/experiments/Radar/IC/init_ideal.ncl
    DART/trunk/models/wrf/experiments/Radar/IC/prep_IC_pertsounding.csh
    DART/trunk/models/wrf/experiments/Radar/IC/sounding_perturbation/compile_pert_sounding.csh
    DART/trunk/models/wrf/experiments/Radar/IC/sounding_perturbation/pert_sounding.f90
    DART/trunk/models/wrf/experiments/Radar/IC/sounding_perturbation/pert_sounding_module.f90
    DART/trunk/models/wrf/experiments/Radar/IC/sounding_perturbation/readme.altug
    DART/trunk/models/wrf/experiments/Radar/obs/README
    DART/trunk/models/wrf/experiments/Radar/start_over.csh
    DART/trunk/models/wrf/shell_scripts/add_noise.csh
    DART/trunk/models/wrf/work/mkmf_add_pert_where_high_refl
    DART/trunk/models/wrf/work/mkmf_grid_refl_obs
    DART/trunk/ncep_obs/prep_bufr/README.developer
    DART/trunk/ncep_obs/prep_bufr/docs/README
    DART/trunk/ncep_obs/prep_bufr/prep_bufr.html

Property Changed:
----------------
    DART/trunk/models/wrf/experiments/Radar/IC/init_ideal.ncl
    DART/trunk/models/wrf/experiments/Radar/IC/sounding_perturbation/readme.altug
    DART/trunk/models/wrf/experiments/Radar/obs/README
    DART/trunk/models/wrf/work/mkmf_add_pert_where_high_refl
    DART/trunk/models/wrf/work/mkmf_grid_refl_obs
    DART/trunk/ncep_obs/prep_bufr/README.developer

-------------- next part --------------
Modified: DART/trunk/diagnostics/matlab/linked_observations.m
===================================================================
--- DART/trunk/diagnostics/matlab/linked_observations.m	2010-02-03 20:50:30 UTC (rev 4251)
+++ DART/trunk/diagnostics/matlab/linked_observations.m	2010-02-04 18:05:31 UTC (rev 4252)
@@ -1,5 +1,5 @@
 function linked_observations(obs)
-% linked_observations(obs) is a helper function for link_obs.m
+%% linked_observations(obs) is a helper function for link_obs.m
 % linked_observations is never meant to be called directly.
 
 %% DART software - Copyright \xA9 2004 - 2010 UCAR. This open source software is

Modified: DART/trunk/diagnostics/matlab/plot_evolution.m
===================================================================
--- DART/trunk/diagnostics/matlab/plot_evolution.m	2010-02-03 20:50:30 UTC (rev 4251)
+++ DART/trunk/diagnostics/matlab/plot_evolution.m	2010-02-04 18:05:31 UTC (rev 4252)
@@ -1,5 +1,5 @@
 function plotdat = plot_evolution(fname,copystring)
-% plot_evolution plots the temporal evolution of the observation-space quantities for all possible levels, all possible variables.
+%% plot_evolution plots the temporal evolution of the observation-space quantities for all possible levels, all possible variables.
 % Part of the observation-space diagnostics routines.
 %
 % 'obs_diag' produces a netcdf file containing the diagnostics.

Modified: DART/trunk/diagnostics/matlab/plot_obs_netcdf.m
===================================================================
--- DART/trunk/diagnostics/matlab/plot_obs_netcdf.m	2010-02-03 20:50:30 UTC (rev 4251)
+++ DART/trunk/diagnostics/matlab/plot_obs_netcdf.m	2010-02-04 18:05:31 UTC (rev 4252)
@@ -37,11 +37,11 @@
 % provided by UCAR, "as is", without charge, subject to all terms of use at
 % http://www.image.ucar.edu/DAReS/DART/DART_download
 %
-%  <next few lines under version control, do not edit>
-%  $URL$
-%  $Id$
-%  $Revision$
-%  $Date$
+% <next few lines under version control, do not edit>
+% $URL$
+% $Id$
+% $Revision$
+% $Date$
 
 if (exist(fname,'file') ~= 2)
    error('%s does not exist.',fname)

Modified: DART/trunk/diagnostics/threed_sphere/obs_seq_to_netcdf.f90
===================================================================
--- DART/trunk/diagnostics/threed_sphere/obs_seq_to_netcdf.f90	2010-02-03 20:50:30 UTC (rev 4251)
+++ DART/trunk/diagnostics/threed_sphere/obs_seq_to_netcdf.f90	2010-02-04 18:05:31 UTC (rev 4252)
@@ -1,7 +1,6 @@
-! Data Assimilation Research Testbed -- DART
-! Copyright 2004-2009, Data Assimilation Research Section
-! University Corporation for Atmospheric Research
-! Licensed under the GPL -- www.gpl.org/licenses/gpl.html
+! DART software - Copyright \xA9 2004 - 2010 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
 
 program obs_seq_to_netcdf
 

Modified: DART/trunk/filter/filter.dopplerfold.f90
===================================================================
--- DART/trunk/filter/filter.dopplerfold.f90	2010-02-03 20:50:30 UTC (rev 4251)
+++ DART/trunk/filter/filter.dopplerfold.f90	2010-02-04 18:05:31 UTC (rev 4252)
@@ -1,7 +1,6 @@
-! Data Assimilation Research Testbed -- DART
-! Copyright 2004-2007, Data Assimilation Research Section
-! University Corporation for Atmospheric Research
-! Licensed under the GPL -- www.gpl.org/licenses/gpl.html
+! DART software - Copyright \xA9 2004 - 2010 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
 
 program filter
 

Modified: DART/trunk/filter/filter.f90
===================================================================
--- DART/trunk/filter/filter.f90	2010-02-03 20:50:30 UTC (rev 4251)
+++ DART/trunk/filter/filter.f90	2010-02-04 18:05:31 UTC (rev 4252)
@@ -1,7 +1,6 @@
-! Data Assimilation Research Testbed -- DART
-! Copyright 2004-2007, Data Assimilation Research Section
-! University Corporation for Atmospheric Research
-! Licensed under the GPL -- www.gpl.org/licenses/gpl.html
+! DART software - Copyright \xA9 2004 - 2010 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
 
 program filter
 

Modified: DART/trunk/models/wrf/WRF_DART_utilities/add_pert_where_high_refl.f90
===================================================================
--- DART/trunk/models/wrf/WRF_DART_utilities/add_pert_where_high_refl.f90	2010-02-03 20:50:30 UTC (rev 4251)
+++ DART/trunk/models/wrf/WRF_DART_utilities/add_pert_where_high_refl.f90	2010-02-04 18:05:31 UTC (rev 4252)
@@ -1,9 +1,15 @@
-! DART software - Copyright © 2004 - 2010 UCAR. This open source software is
+! DART software - Copyright \xA9 2004 - 2010 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 
+! http://www.image.ucar.edu/DAReS/DART/DART_download
 
 PROGRAM add_pert_where_high_refl
 
+! <next few lines under version control, do not edit>
+! $URL$
+! $Id$
+! $Revision$
+! $Date$
+
 ! Add 3D random but smooth perturbations to WRF fields in/near where the observations
 ! indicate high reflectivity values.  The technique is somewhat like that of
 ! Caya et al. 2005, Monthly Weather Review, 3081-3094.

Modified: DART/trunk/models/wrf/WRF_DART_utilities/f2kcli.f90
===================================================================
--- DART/trunk/models/wrf/WRF_DART_utilities/f2kcli.f90	2010-02-03 20:50:30 UTC (rev 4251)
+++ DART/trunk/models/wrf/WRF_DART_utilities/f2kcli.f90	2010-02-04 18:05:31 UTC (rev 4252)
@@ -8,6 +8,8 @@
 ! Implementer : Lawson B. Wakefield, I.S.S. Ltd.
 ! Date        : June 2002
 !
+! DART $Id$
+!
       MODULE F2KCLI
 !
       CONTAINS

Modified: DART/trunk/models/wrf/WRF_DART_utilities/grid_refl_obs.f90
===================================================================
--- DART/trunk/models/wrf/WRF_DART_utilities/grid_refl_obs.f90	2010-02-03 20:50:30 UTC (rev 4251)
+++ DART/trunk/models/wrf/WRF_DART_utilities/grid_refl_obs.f90	2010-02-04 18:05:31 UTC (rev 4252)
@@ -1,9 +1,15 @@
-! DART software - Copyright © 2004 - 2010 UCAR. This open source software is
+! DART software - Copyright \xA9 2004 - 2010 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 
+! http://www.image.ucar.edu/DAReS/DART/DART_download
 
 PROGRAM grid_refl_obs
 
+! <next few lines under version control, do not edit>
+! $URL$
+! $Id$
+! $Revision$
+! $Date$
+
 ! Extract reflectivity obs from a DART obs_seq.out file and compute the coordinates of
 ! these observations on a WRF grid (mass grid points).
 !

Modified: DART/trunk/models/wrf/experiments/Radar/IC/init_ideal.ncl
===================================================================
--- DART/trunk/models/wrf/experiments/Radar/IC/init_ideal.ncl	2010-02-03 20:50:30 UTC (rev 4251)
+++ DART/trunk/models/wrf/experiments/Radar/IC/init_ideal.ncl	2010-02-04 18:05:31 UTC (rev 4252)
@@ -1,8 +1,8 @@
-; DART software - Copyright © 2004 - 2010 UCAR. This open source software is
+; DART software - Copyright \xA9 2004 - 2010 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 
+; http://www.image.ucar.edu/DAReS/DART/DART_download
 ;
-; DART $Id: $
+; DART $Id$
 
 load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl"
 


Property changes on: DART/trunk/models/wrf/experiments/Radar/IC/init_ideal.ncl
___________________________________________________________________
Added: svn:keywords
   + Date Revision Author HeadURL Id

Modified: DART/trunk/models/wrf/experiments/Radar/IC/prep_IC_pertsounding.csh
===================================================================
--- DART/trunk/models/wrf/experiments/Radar/IC/prep_IC_pertsounding.csh	2010-02-03 20:50:30 UTC (rev 4251)
+++ DART/trunk/models/wrf/experiments/Radar/IC/prep_IC_pertsounding.csh	2010-02-04 18:05:31 UTC (rev 4252)
@@ -1,11 +1,10 @@
-#!/bin/csh 
+#!/bin/csh
 #
-# DART software - Copyright © 2004 - 2010 UCAR. This open source software is
+# DART software - Copyright \xA9 2004 - 2010 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 
+# http://www.image.ucar.edu/DAReS/DART/DART_download
 #
 # DART $Id$
-#
 
 #---------------------------------------------------------------------------------------------------
 # Script prepare_ideal_IC.csh
@@ -301,3 +300,9 @@
 echo 
 
 exit (0)
+
+# <next few lines under version control, do not edit>
+# $URL$
+# $Revision$
+# $Date$
+

Modified: DART/trunk/models/wrf/experiments/Radar/IC/sounding_perturbation/compile_pert_sounding.csh
===================================================================
--- DART/trunk/models/wrf/experiments/Radar/IC/sounding_perturbation/compile_pert_sounding.csh	2010-02-03 20:50:30 UTC (rev 4251)
+++ DART/trunk/models/wrf/experiments/Radar/IC/sounding_perturbation/compile_pert_sounding.csh	2010-02-04 18:05:31 UTC (rev 4252)
@@ -1,20 +1,30 @@
 #!/bin/csh
 #
-# DART software - Copyright © 2004 - 2010 UCAR. This open source software is
+# DART software - Copyright \xA9 2004 - 2010 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 
+# http://www.image.ucar.edu/DAReS/DART/DART_download
 #
 # DART $Id$
-#
 
+
 # Compiles pert_sounding.f90 for ocotillo
 
 #ifort -c pert_sounding_module.f90
 #ifort pert_sounding.f90 -o pert_sounding pert_sounding_module.o
 #\rm ./pert_sounding_mod.mod
-#
+
+
+
 # Compiles pert_sounding.f90 for bluefire
 
 xlf -c pert_sounding_module.f90
 xlf pert_sounding.f90 -o pert_sounding pert_sounding_module.o
 rm ./pert_sounding_mod.mod
+
+exit $status
+
+# <next few lines under version control, do not edit>
+# $URL$
+# $Revision$
+# $Date$
+

Modified: DART/trunk/models/wrf/experiments/Radar/IC/sounding_perturbation/pert_sounding.f90
===================================================================
--- DART/trunk/models/wrf/experiments/Radar/IC/sounding_perturbation/pert_sounding.f90	2010-02-03 20:50:30 UTC (rev 4251)
+++ DART/trunk/models/wrf/experiments/Radar/IC/sounding_perturbation/pert_sounding.f90	2010-02-04 18:05:31 UTC (rev 4252)
@@ -1,12 +1,15 @@
-! DART software - Copyright © 2004 - 2010 UCAR. This open source software is
+! DART software - Copyright \xA9 2004 - 2010 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$
-!
+! http://www.image.ucar.edu/DAReS/DART/DART_download
 
 program pert_sounding
 
+! <next few lines under version control, do not edit>
+! $URL$
+! $Id$
+! $Revision$
+! $Date$
+
 use pert_sounding_mod
 
 implicit none

Modified: DART/trunk/models/wrf/experiments/Radar/IC/sounding_perturbation/pert_sounding_module.f90
===================================================================
--- DART/trunk/models/wrf/experiments/Radar/IC/sounding_perturbation/pert_sounding_module.f90	2010-02-03 20:50:30 UTC (rev 4251)
+++ DART/trunk/models/wrf/experiments/Radar/IC/sounding_perturbation/pert_sounding_module.f90	2010-02-04 18:05:31 UTC (rev 4252)
@@ -1,17 +1,20 @@
-! DART software - Copyright © 2004 - 2010 UCAR. This open source software is
+! DART software - Copyright \xA9 2004 - 2010 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$
-!
+! http://www.image.ucar.edu/DAReS/DART/DART_download
 
 module pert_sounding_mod
 
+! <next few lines under version control, do not edit>
+! $URL$
+! $Id$
+! $Revision$
+! $Date$
+
 ! This program adds perturbations to a sounding
 ! based on an initial sounding that's input from
 ! the file "input_sounding" - this is considered
 ! the base sounding
-
+!
 ! Written by Altug Aksoy for WRF/DART 11/09/2006
 ! Based on code by David Dowell
 
@@ -424,3 +427,4 @@
 return
 
 end function ran2
+

Modified: DART/trunk/models/wrf/experiments/Radar/IC/sounding_perturbation/readme.altug
===================================================================
--- DART/trunk/models/wrf/experiments/Radar/IC/sounding_perturbation/readme.altug	2010-02-03 20:50:30 UTC (rev 4251)
+++ DART/trunk/models/wrf/experiments/Radar/IC/sounding_perturbation/readme.altug	2010-02-04 18:05:31 UTC (rev 4252)
@@ -1,9 +1,8 @@
-# DART software - Copyright © 2004 - 2010 UCAR. This open source software is
+# DART software - Copyright \xA9 2004 - 2010 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: $
-#
+# DART $Id$
 
 November 13, 2006:
 


Property changes on: DART/trunk/models/wrf/experiments/Radar/IC/sounding_perturbation/readme.altug
___________________________________________________________________
Added: svn:keywords
   + Date Revision Author HeadURL Id

Modified: DART/trunk/models/wrf/experiments/Radar/obs/README
===================================================================
--- DART/trunk/models/wrf/experiments/Radar/obs/README	2010-02-03 20:50:30 UTC (rev 4251)
+++ DART/trunk/models/wrf/experiments/Radar/obs/README	2010-02-04 18:05:31 UTC (rev 4252)
@@ -1,8 +1,8 @@
-# DART software - Copyright © 2004 - 2010 UCAR. This open source software is
+# DART software - Copyright \xA9 2004 - 2010 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: $ 
+# DART $Id$ 
 
 There are 2 observation sequence files that need to be copied
 from a web site into this directory.


Property changes on: DART/trunk/models/wrf/experiments/Radar/obs/README
___________________________________________________________________
Added: svn:keywords
   + Date Revision Author HeadURL Id

Modified: DART/trunk/models/wrf/experiments/Radar/start_over.csh
===================================================================
--- DART/trunk/models/wrf/experiments/Radar/start_over.csh	2010-02-03 20:50:30 UTC (rev 4251)
+++ DART/trunk/models/wrf/experiments/Radar/start_over.csh	2010-02-04 18:05:31 UTC (rev 4252)
@@ -1,9 +1,9 @@
 #!/bin/csh
-
-# DART software - Copyright © 2004 - 2010 UCAR. This open source software is
+#
+# DART software - Copyright \xA9 2004 - 2010 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 
-
+# http://www.image.ucar.edu/DAReS/DART/DART_download
+#
 # DART $Id$
 
 \rm -r advance_temp*
@@ -20,3 +20,10 @@
 \rm refl_obs*.txt
 \rm finished.g*
 \rm WRFOUT/*
+
+exit $status
+
+# <next few lines under version control, do not edit>
+# $URL$
+# $Revision$
+# $Date$

Modified: DART/trunk/models/wrf/shell_scripts/add_noise.csh
===================================================================
--- DART/trunk/models/wrf/shell_scripts/add_noise.csh	2010-02-03 20:50:30 UTC (rev 4251)
+++ DART/trunk/models/wrf/shell_scripts/add_noise.csh	2010-02-04 18:05:31 UTC (rev 4252)
@@ -1,5 +1,11 @@
 #!/bin/csh
 #
+# DART software - Copyright \xA9 2004 - 2010 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
+#
+# $Id$
+
 # echo calling add_noise
 # ../add_noise.csh $wrfsecs $wrfdays $state_copy $ensemble_member $temp_dir $CENTRALDIR
 # The following are passed from the advance model script:
@@ -143,3 +149,11 @@
 #
 ###################################################################################################
 echo 'add_noise finished'
+
+exit $status
+
+# <next few lines under version control, do not edit>
+# $URL$
+# $Revision$
+# $Date$
+

Modified: DART/trunk/models/wrf/work/mkmf_add_pert_where_high_refl
===================================================================
--- DART/trunk/models/wrf/work/mkmf_add_pert_where_high_refl	2010-02-03 20:50:30 UTC (rev 4251)
+++ DART/trunk/models/wrf/work/mkmf_add_pert_where_high_refl	2010-02-04 18:05:31 UTC (rev 4252)
@@ -1,11 +1,17 @@
 #!/bin/csh
 #
-# DART software - Copyright © 2004 - 2010 UCAR. This open source software is
+# DART software - Copyright \xA9 2004 - 2010 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
 #
-# $Id: $
-#
+# $Id$
 
 ../../../mkmf/mkmf -p add_pert_where_high_refl -t ../../../mkmf/mkmf.template -c"-Duse_netCDF" \
  -a "../../.." path_names_add_pert_where_high_refl
+
+exit $status
+
+# <next few lines under version control, do not edit>
+# $URL$
+# $Revision$
+# $Date$


Property changes on: DART/trunk/models/wrf/work/mkmf_add_pert_where_high_refl
___________________________________________________________________
Added: svn:keywords
   + Date Revision Author HeadURL Id

Modified: DART/trunk/models/wrf/work/mkmf_grid_refl_obs
===================================================================
--- DART/trunk/models/wrf/work/mkmf_grid_refl_obs	2010-02-03 20:50:30 UTC (rev 4251)
+++ DART/trunk/models/wrf/work/mkmf_grid_refl_obs	2010-02-04 18:05:31 UTC (rev 4252)
@@ -1,11 +1,17 @@
 #!/bin/csh
 #
-# DART software - Copyright © 2004 - 2010 UCAR. This open source software is
+# DART software - Copyright \xA9 2004 - 2010 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
 #
-# $Id: $
-#
-#
+# $Id$
+
 ../../../mkmf/mkmf -p grid_refl_obs -t ../../../mkmf/mkmf.template -c"-Duse_netCDF" \
  -a "../../.." path_names_grid_refl_obs
+
+exit $status
+
+# <next few lines under version control, do not edit>
+# $URL$
+# $Revision$
+# $Date$


Property changes on: DART/trunk/models/wrf/work/mkmf_grid_refl_obs
___________________________________________________________________
Added: svn:keywords
   + Date Revision Author HeadURL Id

Modified: DART/trunk/ncep_obs/prep_bufr/README.developer
===================================================================
--- DART/trunk/ncep_obs/prep_bufr/README.developer	2010-02-03 20:50:30 UTC (rev 4251)
+++ DART/trunk/ncep_obs/prep_bufr/README.developer	2010-02-04 18:05:31 UTC (rev 4252)
@@ -1,5 +1,9 @@
+# DART software - Copyright \xA9 2004 - 2010 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$
 
-
 ======================================================================
 WARNING:
 


Property changes on: DART/trunk/ncep_obs/prep_bufr/README.developer
___________________________________________________________________
Modified: svn:keywords
   - Date Author Revision HeadURL Id
   + Date Revision Author HeadURL Id

Modified: DART/trunk/ncep_obs/prep_bufr/docs/README
===================================================================
--- DART/trunk/ncep_obs/prep_bufr/docs/README	2010-02-03 20:50:30 UTC (rev 4251)
+++ DART/trunk/ncep_obs/prep_bufr/docs/README	2010-02-04 18:05:31 UTC (rev 4252)
@@ -1,3 +1,7 @@
+#
+# DART $Id$
+#
+
 Last updated 07/23/2003 for: 
 ds090.0 (NCEP/NCAR Global Reanalysis Products, 6-hrly, monthly 1948jan01-continuing) 
 

Modified: DART/trunk/ncep_obs/prep_bufr/prep_bufr.html
===================================================================
--- DART/trunk/ncep_obs/prep_bufr/prep_bufr.html	2010-02-03 20:50:30 UTC (rev 4251)
+++ DART/trunk/ncep_obs/prep_bufr/prep_bufr.html	2010-02-04 18:05:31 UTC (rev 4252)
@@ -8,7 +8,6 @@
 <BODY>
 <A NAME="TOP"></A>
 
-<div>
 <center>
 <A HREF="#Instructions">INSTRUCTIONS</A> /
 <A HREF="#Namelist">NAMELIST</A> /
@@ -19,9 +18,8 @@
 <A HREF="#PrivateComponents">PRIVATE COMPONENTS</A> /
 <A HREF="#Legalese">TERMS OF USE</A>
 </center>
-</div>
 
-<H1>PROGRAM prepbufr</H1>
+<H1>PROGRAM <em class=program>prepbufr</em></H1>
 <!-- version tag follows, do not edit --><P>$Id$</P>
 
 <P>
@@ -34,7 +32,6 @@
 <A HREF="../create_real_obs.html" > create_real_obs </A>.
 </P>
 
-
 <!--==================================================================-->
 
 <A NAME="Instructions"></A>


More information about the Dart-dev mailing list