[Dart-dev] [6766] DART/trunk/models: Using the now-standard obs_seq. perfect in the perfect_model_obs_nml.

nancy at ucar.edu nancy at ucar.edu
Wed Jan 29 15:09:20 MST 2014


Revision: 6766
Author:   thoar
Date:     2014-01-29 15:09:20 -0700 (Wed, 29 Jan 2014)
Log Message:
-----------
Using the now-standard obs_seq.perfect in the perfect_model_obs_nml.

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

-------------- next part --------------
Modified: DART/trunk/models/CESM/work/input.nml
===================================================================
--- DART/trunk/models/CESM/work/input.nml	2014-01-29 22:05:48 UTC (rev 6765)
+++ DART/trunk/models/CESM/work/input.nml	2014-01-29 22:09:20 UTC (rev 6766)
@@ -74,7 +74,8 @@
    restart_out_file_name = 'smoother_restart'
   /
 
-# cutoff of 0.03 (radians) is about 200km
+# cutoff of 0.20 (radians) is about 1275km
+# cutoff * 40000 / (2*pi) == km (on earth)
 &assim_tools_nml
    filter_kind                     = 1,
    cutoff                          = 0.20,
@@ -311,23 +312,28 @@
 #
 # Acceptable latitudes range from  [-90,  90]
 # Acceptable longitudes range from [  0, Inf]
+#
+# This namelist is best modified for each of the model components.
+# The hlevel values for POP are not appropriate for CAM nor CLM, for example.
+# Typically, the region definitions also change. See the individual
+# model component work/input.nml values for traditional values.
 
 &obs_diag_nml
-   obs_sequence_name = 'obs_seq.final',
-   obs_sequence_list = '',
-   first_bin_center =  1998, 1, 3, 0, 0, 0 ,
-   last_bin_center  =  1998, 2, 1, 0, 0, 0 ,
-   bin_separation   =     0, 0, 1, 0, 0, 0 ,
-   bin_width        =     0, 0, 1, 0, 0, 0 ,
-   time_to_skip     =     0, 0, 0, 0, 0, 0 ,
+   obs_sequence_name = '',
+   obs_sequence_list = 'file_list.txt',
+   first_bin_center =  2004, 1, 11, 0, 0, 0 ,
+   last_bin_center  =  2004, 1, 17, 0, 0, 0 ,
+   bin_separation   =     0, 0,  0, 6, 0, 0 ,
+   bin_width        =     0, 0,  0, 6, 0, 0 ,
+   time_to_skip     =     0, 0,  0, 0, 0, 0 ,
    max_num_bins     = 1000,
    trusted_obs      = 'null',
    Nregions   = 4,
-   lonlim1    = 30.0,  130.0, 290.0, 290,
-   lonlim2    = 130.0, 270.0, 380.0, 380,
-   latlim1    = -50.0, -50.0, -50.0,  20,
-   latlim2    =  20.0,  50.0,  50.0,  50,
-   reg_names  = 'Indian Ocean', 'Pacific', 'Atlantic', 'North Atlantic',
+   lonlim1    =   0.0,   0.0,   0.0, 180.0,
+   lonlim2    = 360.0, 360.0, 180.0, 360.0,
+   latlim1    =  00.0, -90.0, -90.0, -90.0,
+   latlim2    =  90.0,   0.0,  90.0,  90.0,
+   reg_names  = 'Northern Hemisphere', 'Southern Hemisphere', 'Eastern Hemisphere', 'Western Heisphere',
    print_mismatched_locs = .false.,
    create_rank_histogram = .true.,
    outliers_in_histogram = .true.,

Modified: DART/trunk/models/mpas_atm/work/input.nml
===================================================================
--- DART/trunk/models/mpas_atm/work/input.nml	2014-01-29 22:05:48 UTC (rev 6765)
+++ DART/trunk/models/mpas_atm/work/input.nml	2014-01-29 22:09:20 UTC (rev 6766)
@@ -11,8 +11,8 @@
    output_interval       = 1,
    restart_in_file_name  = "perfect_ics",
    restart_out_file_name = "perfect_restart",
-   obs_seq_in_file_name  = "set_def.out",
-   obs_seq_out_file_name = "obs_seq.out",
+   obs_seq_in_file_name  = "obs_seq.in",
+   obs_seq_out_file_name = "obs_seq.perfect",
    adv_ens_command       = "../shell_scripts/advance_model.csh",
    output_timestamps     = .false.,
    trace_execution       = .true.,


More information about the Dart-dev mailing list