[Dart-dev] [7005] DART/trunk/models/mpas_atm/work: Adding build support for utility routines.

nancy at ucar.edu nancy at ucar.edu
Fri May 30 14:42:45 MDT 2014


Revision: 7005
Author:   thoar
Date:     2014-05-30 14:42:45 -0600 (Fri, 30 May 2014)
Log Message:
-----------
Adding build support for utility routines. 

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

-------------- next part --------------
Added: DART/trunk/models/mpas_atm/work/mkmf_obs_seq_to_netcdf
===================================================================
--- DART/trunk/models/mpas_atm/work/mkmf_obs_seq_to_netcdf	                        (rev 0)
+++ DART/trunk/models/mpas_atm/work/mkmf_obs_seq_to_netcdf	2014-05-30 20:42:45 UTC (rev 7005)
@@ -0,0 +1,18 @@
+#!/bin/csh
+#
+# DART software - Copyright 2004 - 2013 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$
+
+../../../mkmf/mkmf -p obs_seq_to_netcdf -t ../../../mkmf/mkmf.template   \
+ -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/mpas_atm/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/mpas_atm/work/path_names_obs_seq_to_netcdf
===================================================================
--- DART/trunk/models/mpas_atm/work/path_names_obs_seq_to_netcdf	                        (rev 0)
+++ DART/trunk/models/mpas_atm/work/path_names_obs_seq_to_netcdf	2014-05-30 20:42:45 UTC (rev 7005)
@@ -0,0 +1,17 @@
+assim_model/assim_model_mod.f90
+common/types_mod.f90
+location/threed_cartesian/xyz_location_mod.f90
+location/threed_sphere/location_mod.f90
+models/mpas_atm/get_coeff_mod.f90
+models/mpas_atm/get_geometry_mod.f90
+models/mpas_atm/get_reconstruct_mod.f90
+models/mpas_atm/model_mod.f90
+mpi_utilities/null_mpi_utilities_mod.f90
+obs_def/obs_def_mod.f90
+obs_kind/obs_kind_mod.f90
+obs_sequence/obs_seq_to_netcdf.f90
+obs_sequence/obs_sequence_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