[Dart-dev] [6510] DART/trunk/models/cam/work/input.nml: make the output obs_seq file be obs_seq.perfect - that makes

nancy at ucar.edu nancy at ucar.edu
Fri Oct 11 15:37:04 MDT 2013


Revision: 6510
Author:   nancy
Date:     2013-10-11 15:37:04 -0600 (Fri, 11 Oct 2013)
Log Message:
-----------
make the output obs_seq file be obs_seq.perfect - that makes
it more obvious that these are synthetic obs and not real ones.
i found this used in another model's namelist and i'm starting 
to like it more and more.

Modified Paths:
--------------
    DART/trunk/models/cam/work/input.nml

-------------- next part --------------
Modified: DART/trunk/models/cam/work/input.nml
===================================================================
--- DART/trunk/models/cam/work/input.nml	2013-10-11 21:35:38 UTC (rev 6509)
+++ DART/trunk/models/cam/work/input.nml	2013-10-11 21:37:04 UTC (rev 6510)
@@ -58,7 +58,7 @@
    restart_in_file_name  = "perfect_ics",
    restart_out_file_name = "perfect_restart",
    obs_seq_in_file_name  = "obs_seq.in",
-   obs_seq_out_file_name = "obs_seq.out",
+   obs_seq_out_file_name = "obs_seq.perfect",
    adv_ens_command       = "no_advance_script"
    output_timestamps     = .false.,
    trace_execution       = .false.,


More information about the Dart-dev mailing list