[Dart-dev] DART/branches Revision: 13010

dart at ucar.edu dart at ucar.edu
Mon Mar 11 13:57:27 MDT 2019


thoar at ucar.edu
2019-03-11 13:57:26 -0600 (Mon, 11 Mar 2019)
53
Added required namelist for obs_sequence_tool test.




Modified: DART/branches/recam/developer_tests/obs_sequence/work/input.nml
===================================================================
--- DART/branches/recam/developer_tests/obs_sequence/work/input.nml	2019-03-08 23:03:41 UTC (rev 13009)
+++ DART/branches/recam/developer_tests/obs_sequence/work/input.nml	2019-03-11 19:57:26 UTC (rev 13010)
@@ -4,7 +4,7 @@
    output_obs_def_mod_file = '../../../observations/forward_operators/obs_def_mod.f90',
    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_files = '../../../observations/forward_operators/obs_def_1d_state_mod.f90',
+               input_files = '../../../observations/forward_operators/obs_def_1d_state_mod.f90'
 /
 
 &assim_model_nml
@@ -18,12 +18,12 @@
 
 &obs_sequence_nml
    write_binary_obs_sequence = .false.
-   read_binary_file_format = 'native'
+   read_binary_file_format   = 'native'
 /
 ! alternatives for binary read:
-!   read_binary_file_format = 'native'
-!   read_binary_file_format = 'little_endian'
-!   read_binary_file_format = 'big_endian'
+!   read_binary_file_format  = 'native'
+!   read_binary_file_format  = 'little_endian'
+!   read_binary_file_format  = 'big_endian'
 
 &obs_rwtest_nml
    prompt_for_filenames = .false.
@@ -33,12 +33,20 @@
    calendar      = 'no_calendar'
 /
 
+&obs_sequence_tool_nml
+   filename_seq       = '../data/obs_seq.ascii'
+   filename_out       = 'obs_seq.xx'
+   obs_types          = 'RAW_STATE_VARIABLE'
+   keep_types         = .true.,
+   gregorian_cal      = .false.
+/
+
 &utilities_nml
    TERMLEVEL      = 1,
-   logfilename    = 'dart_log.out',
-   nmlfilename    = 'dart_log.nml',
-   module_details = .false.,
-   print_debug    = .false.,
+   logfilename    = 'dart_log.out'
+   nmlfilename    = 'dart_log.nml'
+   module_details = .false.
+   print_debug    = .false.
    write_nml      = 'file'
 /
 


More information about the Dart-dev mailing list