[Dart-dev] DART/branches Revision: 12311

dart at ucar.edu dart at ucar.edu
Thu Jan 11 09:56:58 MST 2018


nancy at ucar.edu
2018-01-11 09:56:58 -0700 (Thu, 11 Jan 2018)
110
update the description at the top of the file
to remove the obs_loop info and make it correct
for this file.




Modified: DART/branches/recam/assimilation_code/programs/obs_keep_a_few/obs_keep_a_few.f90
===================================================================
--- DART/branches/recam/assimilation_code/programs/obs_keep_a_few/obs_keep_a_few.f90	2018-01-11 16:43:13 UTC (rev 12310)
+++ DART/branches/recam/assimilation_code/programs/obs_keep_a_few/obs_keep_a_few.f90	2018-01-11 16:56:58 UTC (rev 12311)
@@ -6,9 +6,10 @@
 
 program obs_keep_a_few
 
-! simple program that opens an obs_seq file and loops over the obs
-! and copies them to a new output file.   this is intended to be a
-! template for programs that want to alter existing obs in some simple way.
+!> open an obs_seq file and copy over the first N of each obs type to
+!> the output file. the value of N is namelist-settable.  intended
+!> to subset a large obs_seq file for testing or other purposes but
+!> still keep examples of each type of obs from the input.
 
 use        types_mod, only : r8, missing_r8, metadatalength
 use    utilities_mod, only : register_module, initialize_utilities,            &


More information about the Dart-dev mailing list