[Dart-dev] DART/branches Revision: 11362
dart at ucar.edu
dart at ucar.edu
Thu Mar 16 11:35:05 MDT 2017
nancy at ucar.edu
2017-03-16 11:35:04 -0600 (Thu, 16 Mar 2017)
204
observation utilities that are model independent.
they do require you build them with a list of all
possible observation types they will need to handle,
but they don't depend on any model_mod functions.
Added: DART/branches/rma_trunk/observations/utilities/oned/input.nml
===================================================================
--- DART/branches/rma_trunk/observations/utilities/oned/input.nml (rev 0)
+++ DART/branches/rma_trunk/observations/utilities/oned/input.nml 2017-03-16 17:35:04 UTC (rev 11362)
@@ -0,0 +1,74 @@
+
+&preprocess_nml
+ input_obs_kind_mod_file = '../../../assimilation_code/modules/observations/DEFAULT_obs_kind_mod.F90',
+ output_obs_kind_mod_file = '../../../assimilation_code/modules/observations/obs_kind_mod.f90',
+ input_obs_def_mod_file = '../../../observations/forward_operators/DEFAULT_obs_def_mod.F90',
+ output_obs_def_mod_file = '../../../observations/forward_operators/obs_def_mod.f90',
+ input_files = '../../../observations/forward_operators/obs_def_1d_state_mod.f90',
+ /
+
+&obs_sequence_tool_nml
+ filename_seq = 'obs_seq.out',
+ filename_out = 'obs_seq.processed',
+ first_obs_days = -1,
+ first_obs_seconds = -1,
+ last_obs_days = -1,
+ last_obs_seconds = -1,
+ obs_types = '',
+ keep_types = .false.,
+ print_only = .false.,
+ min_lat = -90.0,
+ max_lat = 90.0,
+ min_lon = 0.0,
+ max_lon = 360.0
+ /
+
+&obs_sequence_nml
+ write_binary_obs_sequence = .false.
+ /
+
+&utilities_nml
+ TERMLEVEL = 1,
+ module_details = .false.,
+ logfilename = 'dart_log.out',
+ nmlfilename = 'dart_log.nml'
+ /
+
+&assim_tools_nml
+ /
+
+&obs_kind_nml
+ /
+
+&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.
+# The default will create one gigantic bin.
+
+&schedule_nml
+ calendar = 'Gregorian',
+ first_bin_start = 1601, 1, 1, 0, 0, 0,
+ first_bin_end = 2999, 1, 1, 0, 0, 0,
+ last_bin_end = 2999, 1, 1, 0, 0, 0,
+ bin_interval_days = 1000000,
+ bin_interval_seconds = 0,
+ max_num_bins = 1000,
+ print_table = .true.
+ /
+
Property changes on: DART/branches/rma_trunk/observations/utilities/oned/input.nml
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: DART/branches/rma_trunk/observations/utilities/oned/mkmf_obs_common_subset
===================================================================
--- DART/branches/rma_trunk/observations/utilities/oned/mkmf_obs_common_subset (rev 0)
+++ DART/branches/rma_trunk/observations/utilities/oned/mkmf_obs_common_subset 2017-03-16 17:35:04 UTC (rev 11362)
@@ -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
More information about the Dart-dev
mailing list