[Dart-dev] DART/branches Revision: 12416

dart at ucar.edu dart at ucar.edu
Thu Mar 1 16:01:11 MST 2018


nancy at ucar.edu
2018-03-01 16:01:11 -0700 (Thu, 01 Mar 2018)
55
make obs_diag be able to bin all obs in a single bin.




Modified: DART/branches/rma_trunk/observations/utilities/threed_sphere/input.nml
===================================================================
--- DART/branches/rma_trunk/observations/utilities/threed_sphere/input.nml	2018-03-01 22:52:55 UTC (rev 12415)
+++ DART/branches/rma_trunk/observations/utilities/threed_sphere/input.nml	2018-03-01 23:01:11 UTC (rev 12416)
@@ -38,8 +38,8 @@
    /
 
 &utilities_nml
-   TERMLEVEL = 1,
-   module_details = .true.,
+   TERMLEVEL = 2,
+   module_details = .false.,
    logfilename = 'dart_log.out',
    nmlfilename = 'dart_log.nml'
    /
@@ -69,19 +69,19 @@
 &obs_diag_nml
    obs_sequence_name = 'obs_seq.final',
    obs_sequence_list = '',
-   first_bin_center =  2003, 1, 1, 0, 0, 0 ,
-   last_bin_center  =  2003, 1, 2, 0, 0, 0 ,
-   bin_separation   =     0, 0, 0,12, 0, 0 ,
-   bin_width        =     0, 0, 0, 6, 0, 0 ,
+   first_bin_center =  1601, 1, 1, 0, 0, 0 ,
+   last_bin_center  =  2999, 1, 1, 0, 0, 0 ,
+   bin_width        =     0, 0, 1000000, 0, 0, 0 ,
+   bin_separation   =     0, 0, 0, 0, 0, 0 ,
    time_to_skip     =     0, 0, 0, 0, 0, 0 ,
-   max_num_bins     = 1000,
+   max_num_bins     =    1,
    trusted_obs      = 'null',
    Nregions   = 1,
-   lonlim1    =   0.0,   0.0,   0.0, 235.0,
-   lonlim2    = 360.0, 360.0, 360.0, 295.0,
-   latlim1    =  20.0, -80.0, -20.0,  25.0,
-   latlim2    =  80.0, -20.0,  20.0,  55.0,
-   reg_names  = 'Northern Hemisphere', 'Southern Hemisphere', 'Tropics', 'North America',
+   lonlim1    =    0.0
+   lonlim2    =  360.0
+   latlim1    =  -90.0
+   latlim2    =   90.0
+   reg_names  = 'ALL'
    print_mismatched_locs = .false.,
    create_rank_histogram = .true.,
    outliers_in_histogram = .true.,


More information about the Dart-dev mailing list