[Dart-dev] DART/branches Revision: 11790

dart at ucar.edu dart at ucar.edu
Wed Jul 5 11:30:41 MDT 2017


thoar at ucar.edu
2017-07-05 11:30:40 -0600 (Wed, 05 Jul 2017)
258
Removing the unused fourth region in the obs_diag namelist for
models on the unit circle.  Consistent with the change in r11765
that there are only three possible regions on the unit circle.
If you want more, obs_diag.html has instructions on how to do it.




Modified: DART/branches/rma_trunk/models/9var/work/input.nml
===================================================================
--- DART/branches/rma_trunk/models/9var/work/input.nml	2017-07-05 15:01:37 UTC (rev 11789)
+++ DART/branches/rma_trunk/models/9var/work/input.nml	2017-07-05 17:30:40 UTC (rev 11790)
@@ -191,9 +191,9 @@
    init_skip_seconds     = 0,
    Nregions              = 3,
    trusted_obs           = 'null',
-   lonlim1               = 0.00, 0.00, 0.50, -1.0,
-   lonlim2               = 1.01, 0.50, 1.01, -1.0,
-   reg_names             = 'whole', 'yin', 'yang', 'bogus',
+   lonlim1               = 0.00, 0.00, 0.50
+   lonlim2               = 1.01, 0.50, 1.01
+   reg_names             = 'whole', 'yin', 'yang'
    create_rank_histogram = .true.,
    outliers_in_histogram = .true.,
    use_zero_error_obs    = .false.,

Modified: DART/branches/rma_trunk/models/dynamo/work/input.nml
===================================================================
--- DART/branches/rma_trunk/models/dynamo/work/input.nml	2017-07-05 15:01:37 UTC (rev 11789)
+++ DART/branches/rma_trunk/models/dynamo/work/input.nml	2017-07-05 17:30:40 UTC (rev 11790)
@@ -178,9 +178,9 @@
    init_skip_seconds     = 0,
    Nregions              = 3,
    trusted_obs           = 'null',
-   lonlim1               = 0.00, 0.00, 0.50, -1.0,
-   lonlim2               = 1.01, 0.50, 1.01, -1.0,
-   reg_names             = 'whole', 'yin', 'yang', 'bogus',
+   lonlim1               = 0.00, 0.00, 0.50
+   lonlim2               = 1.01, 0.50, 1.01
+   reg_names             = 'whole', 'yin', 'yang'
    create_rank_histogram = .true.,
    outliers_in_histogram = .true.,
    use_zero_error_obs    = .false.,

Modified: DART/branches/rma_trunk/models/forced_barot/work/input.nml
===================================================================
--- DART/branches/rma_trunk/models/forced_barot/work/input.nml	2017-07-05 15:01:37 UTC (rev 11789)
+++ DART/branches/rma_trunk/models/forced_barot/work/input.nml	2017-07-05 17:30:40 UTC (rev 11790)
@@ -186,9 +186,9 @@
    init_skip_seconds     = 0,
    Nregions              = 3,
    trusted_obs           = 'null',
-   lonlim1               = 0.00, 0.00, 0.50, -1.0,
-   lonlim2               = 1.01, 0.50, 1.01, -1.0,
-   reg_names             = 'whole', 'yin', 'yang', 'bogus',
+   lonlim1               = 0.00, 0.00, 0.50
+   lonlim2               = 1.01, 0.50, 1.01
+   reg_names             = 'whole', 'yin', 'yang'
    create_rank_histogram = .true.,
    outliers_in_histogram = .true.,
    use_zero_error_obs    = .false.,

Modified: DART/branches/rma_trunk/models/forced_lorenz_96/work/input.nml
===================================================================
--- DART/branches/rma_trunk/models/forced_lorenz_96/work/input.nml	2017-07-05 15:01:37 UTC (rev 11789)
+++ DART/branches/rma_trunk/models/forced_lorenz_96/work/input.nml	2017-07-05 17:30:40 UTC (rev 11790)
@@ -169,9 +169,9 @@
    init_skip_seconds     = 0,
    Nregions              = 3,
    trusted_obs           = 'null',
-   lonlim1               = 0.00, 0.00, 0.50, -1.0,
-   lonlim2               = 1.01, 0.50, 1.01, -1.0,
-   reg_names             = 'whole', 'yin', 'yang', 'bogus',
+   lonlim1               = 0.00, 0.00, 0.50
+   lonlim2               = 1.01, 0.50, 1.01
+   reg_names             = 'whole', 'yin', 'yang'
    create_rank_histogram = .true.,
    outliers_in_histogram = .true.,
    use_zero_error_obs    = .false.,

Modified: DART/branches/rma_trunk/models/ikeda/work/input.nml
===================================================================
--- DART/branches/rma_trunk/models/ikeda/work/input.nml	2017-07-05 15:01:37 UTC (rev 11789)
+++ DART/branches/rma_trunk/models/ikeda/work/input.nml	2017-07-05 17:30:40 UTC (rev 11790)
@@ -177,9 +177,9 @@
    init_skip_seconds     = 0,
    Nregions              = 3,
    trusted_obs           = 'null',
-   lonlim1               = 0.00, 0.00, 0.50, -1.0,
-   lonlim2               = 1.01, 0.50, 1.01, -1.0,
-   reg_names             = 'whole', 'yin', 'yang', 'bogus',
+   lonlim1               = 0.00, 0.00, 0.50
+   lonlim2               = 1.01, 0.50, 1.01
+   reg_names             = 'whole', 'yin', 'yang'
    create_rank_histogram = .true.,
    outliers_in_histogram = .true.,
    use_zero_error_obs    = .false.,

Modified: DART/branches/rma_trunk/models/lorenz_04/work/input.nml
===================================================================
--- DART/branches/rma_trunk/models/lorenz_04/work/input.nml	2017-07-05 15:01:37 UTC (rev 11789)
+++ DART/branches/rma_trunk/models/lorenz_04/work/input.nml	2017-07-05 17:30:40 UTC (rev 11790)
@@ -200,9 +200,9 @@
    init_skip_seconds     = 0,
    Nregions              = 3,
    trusted_obs           = 'null',
-   lonlim1               = 0.00, 0.00, 0.50, -1.0,
-   lonlim2               = 1.01, 0.50, 1.01, -1.0,
-   reg_names             = 'whole', 'yin', 'yang', 'bogus',


More information about the Dart-dev mailing list