[Dart-dev] [4274] DART/trunk/observations/utilities/oned: adding bits to make the obs_seq_to_netcdf converter for oned models
nancy at ucar.edu
nancy at ucar.edu
Fri Feb 12 16:20:01 MST 2010
Revision: 4274
Author: thoar
Date: 2010-02-12 16:20:01 -0700 (Fri, 12 Feb 2010)
Log Message:
-----------
adding bits to make the obs_seq_to_netcdf converter for oned models
Modified Paths:
--------------
DART/trunk/observations/utilities/oned/input.nml
Added Paths:
-----------
DART/trunk/observations/utilities/oned/mkmf_obs_seq_to_netcdf
DART/trunk/observations/utilities/oned/path_names_obs_seq_to_netcdf
-------------- next part --------------
Modified: DART/trunk/observations/utilities/oned/input.nml
===================================================================
--- DART/trunk/observations/utilities/oned/input.nml 2010-02-12 22:55:44 UTC (rev 4273)
+++ DART/trunk/observations/utilities/oned/input.nml 2010-02-12 23:20:01 UTC (rev 4274)
@@ -43,4 +43,28 @@
&location_nml
/
+# note that only one of name or list can be used, and the other
+# must be set to '' to avoid ambiguity.
+&obs_seq_to_netcdf_nml
+ obs_sequence_name = 'obs_seq.final',
+ obs_sequence_list = '',
+ append_to_netcdf = .false.,
+ lonlim1 = 0.0,
+ lonlim2 = 360.0,
+ latlim1 = -90.0,
+ latlim2 = 90.0,
+ verbose = .false. /
+# The low-order models do not technically use a calendar ...
+# If you specify 'Gregorian' 1601 1 1 0 0 0 ... that will
+# correspond to a DART time of 0 days, 0 seconds.
+&schedule_nml
+ calendar = 'Gregorian',
+ first_bin_start = 1601, 1, 1, 0, 0, 0 ,
+ first_bin_end = 1601, 1, 1, 1, 0, 0 ,
+ last_bin_end = 1601, 1,11, 0, 0, 0 ,
+ bin_interval_days = 0,
+ bin_interval_seconds = 3600,
+ max_num_bins = 1000,
+ print_table = .true. /
+
Added: DART/trunk/observations/utilities/oned/mkmf_obs_seq_to_netcdf
===================================================================
--- DART/trunk/observations/utilities/oned/mkmf_obs_seq_to_netcdf (rev 0)
+++ DART/trunk/observations/utilities/oned/mkmf_obs_seq_to_netcdf 2010-02-12 23:20:01 UTC (rev 4274)
@@ -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/observations/utilities/oned/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/observations/utilities/oned/path_names_obs_seq_to_netcdf
===================================================================
--- DART/trunk/observations/utilities/oned/path_names_obs_seq_to_netcdf (rev 0)
+++ DART/trunk/observations/utilities/oned/path_names_obs_seq_to_netcdf 2010-02-12 23:20:01 UTC (rev 4274)
@@ -0,0 +1,15 @@
+assim_model/assim_model_mod.f90
+common/types_mod.f90
+cov_cutoff/cov_cutoff_mod.f90
+location/oned/location_mod.f90
+models/template/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_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