[Dart-dev] DART/branches Revision: 12310

dart at ucar.edu dart at ucar.edu
Thu Jan 11 09:43:14 MST 2018


nancy at ucar.edu
2018-01-11 09:43:13 -0700 (Thu, 11 Jan 2018)
110
add the build scripts for the obs_loop and obs_keep_a_few
tools.  add their namelists to the input.nml file.




Modified: DART/branches/recam/observations/utilities/threed_sphere/input.nml
===================================================================
--- DART/branches/recam/observations/utilities/threed_sphere/input.nml	2018-01-11 16:42:00 UTC (rev 12309)
+++ DART/branches/recam/observations/utilities/threed_sphere/input.nml	2018-01-11 16:43:13 UTC (rev 12310)
@@ -39,7 +39,7 @@
 
 &utilities_nml
    TERMLEVEL = 1,
-   module_details = .true.,
+   module_details = .false.,
    logfilename = 'dart_log.out',
    nmlfilename = 'dart_log.nml'
    /
@@ -149,3 +149,20 @@
    max_lon = 360.0
    /
 
+
+&obs_loop_nml
+   filename_in  = 'obs_seq.out'
+   filename_out = 'obs_seq.loop' 
+   print_only   = .false.
+   calendar     = 'Gregorian'
+   /
+
+
+&obs_keep_a_few_nml
+   filename_in  = 'obs_seq.out'
+   filename_out = 'obs_seq.subset' 
+   keep_N_of_each = 100
+   print_only   = .false.
+   calendar     = 'Gregorian'
+   /
+

Added: DART/branches/recam/observations/utilities/threed_sphere/mkmf_obs_keep_a_few
===================================================================
--- DART/branches/recam/observations/utilities/threed_sphere/mkmf_obs_keep_a_few	                        (rev 0)
+++ DART/branches/recam/observations/utilities/threed_sphere/mkmf_obs_keep_a_few	2018-01-11 16:43:13 UTC (rev 12310)
@@ -0,0 +1,18 @@
+#!/bin/csh
+#
+# DART software - Copyright 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$
+
+../../../build_templates/mkmf -p obs_keep_a_few -t ../../../build_templates/mkmf.template   \
+ -a "../../.." path_names_obs_keep_a_few
+
+exit $status
+
+# <next few lines under version control, do not edit>
+# $URL$
+# $Revision$
+# $Date$
+


Property changes on: DART/branches/recam/observations/utilities/threed_sphere/mkmf_obs_keep_a_few
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Date Rev Author HeadURL Id
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: DART/branches/recam/observations/utilities/threed_sphere/mkmf_obs_loop
===================================================================
--- DART/branches/recam/observations/utilities/threed_sphere/mkmf_obs_loop	                        (rev 0)
+++ DART/branches/recam/observations/utilities/threed_sphere/mkmf_obs_loop	2018-01-11 16:43:13 UTC (rev 12310)
@@ -0,0 +1,18 @@
+#!/bin/csh
+#
+# DART software - Copyright 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$
+
+../../../build_templates/mkmf -p obs_loop -t ../../../build_templates/mkmf.template   \
+ -a "../../.." path_names_obs_loop
+
+exit $status
+
+# <next few lines under version control, do not edit>
+# $URL$
+# $Revision$
+# $Date$
+


More information about the Dart-dev mailing list