[Dart-dev] [4407] DART/trunk/models/wrf/work: As decided at this mornings WRF/ DART meeting, these program aids should

nancy at ucar.edu nancy at ucar.edu
Thu Jul 1 13:47:22 MDT 2010


Revision: 4407
Author:   thoar
Date:     2010-07-01 13:47:22 -0600 (Thu, 01 Jul 2010)
Log Message:
-----------
As decided at this mornings WRF/DART meeting, these program aids should
be part of the standard wrf/work suite of programs.

Added Paths:
-----------
    DART/trunk/models/wrf/work/mkmf_obs_seq_to_netcdf
    DART/trunk/models/wrf/work/path_names_obs_seq_to_netcdf

-------------- next part --------------
Added: DART/trunk/models/wrf/work/mkmf_obs_seq_to_netcdf
===================================================================
--- DART/trunk/models/wrf/work/mkmf_obs_seq_to_netcdf	                        (rev 0)
+++ DART/trunk/models/wrf/work/mkmf_obs_seq_to_netcdf	2010-07-01 19:47:22 UTC (rev 4407)
@@ -0,0 +1,18 @@
+#!/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$
+
+../../../mkmf/mkmf -p obs_seq_to_netcdf -t ../../../mkmf/mkmf.template -c"-Duse_netCDF" \
+ -a "../../.." path_names_obs_seq_to_netcdf
+
+exit $status
+
+# <next few lines under version control, do not edit>
+# $URL$
+# $Revision$
+# $Date$
+


Property changes on: DART/trunk/models/wrf/work/mkmf_obs_seq_to_netcdf
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:mime-type
   + text/plain
Added: svn:keywords
   + Date Rev Author HeadURL Id
Added: svn:eol-style
   + native

Added: DART/trunk/models/wrf/work/path_names_obs_seq_to_netcdf
===================================================================
--- DART/trunk/models/wrf/work/path_names_obs_seq_to_netcdf	                        (rev 0)
+++ DART/trunk/models/wrf/work/path_names_obs_seq_to_netcdf	2010-07-01 19:47:22 UTC (rev 4407)
@@ -0,0 +1,15 @@
+assim_model/assim_model_mod.f90
+common/types_mod.f90
+location/threed_sphere/location_mod.f90
+models/wrf/model_mod.f90
+models/wrf/module_map_utils.f90
+mpi_utilities/null_mpi_utilities_mod.f90
+obs_def/obs_def_mod.f90
+obs_kind/obs_kind_mod.f90
+obs_sequence/obs_sequence_mod.f90
+obs_sequence/obs_seq_to_netcdf.f90
+random_nr/random_nr_mod.f90
+random_seq/random_seq_mod.f90
+time_manager/schedule_mod.f90
+time_manager/time_manager_mod.f90
+utilities/utilities_mod.f90


More information about the Dart-dev mailing list