[Dart-dev] DART/branches Revision: 12969

dart at ucar.edu dart at ucar.edu
Tue Feb 5 11:38:13 MST 2019


hendric at ucar.edu
2019-02-05 11:38:13 -0700 (Tue, 05 Feb 2019)
42

adding create_obs_sequence to nml file.




Modified: DART/branches/radiance/observations/obs_converters/AIRS/work/input.nml
===================================================================
--- DART/branches/radiance/observations/obs_converters/AIRS/work/input.nml	2019-02-05 18:37:27 UTC (rev 12968)
+++ DART/branches/radiance/observations/obs_converters/AIRS/work/input.nml	2019-02-05 18:38:13 UTC (rev 12969)
@@ -51,3 +51,42 @@
   module_details = .false.
  /
 
+&obs_sequence_tool_nml
+   filename_seq         = ''
+   filename_seq_list    = ''
+   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           = .true.
+   min_box              = -888888.0
+   max_box              = -888888.0
+   min_lat              =  -90.0
+   max_lat              =   90.0
+   min_lon              =    0.0
+   max_lon              =  360.0
+   copy_metadata        = ''
+   min_copy             = -888888.0
+   max_copy             = -888888.0
+   copy_type            = ''
+   edit_copy_metadata   = .false.
+   new_copy_metadata    = ''
+   edit_copies          = .false.
+   new_copy_index       = -1
+   new_copy_data        = -888888.0
+   qc_metadata          = ''
+   min_qc               = -888888.0
+   max_qc               = -888888.0
+   edit_qc_metadata     = .false.
+   new_qc_metadata      = ''
+   edit_qcs             = .false.
+   new_qc_index         = -1
+   new_qc_data          = -888888.0
+   synonymous_copy_list = ''
+   synonymous_qc_list   = ''
+   print_only           = .false.
+   gregorian_cal        = .true.
+   /
+


More information about the Dart-dev mailing list