[Dart-dev] DART/branches Revision: 12879
dart at ucar.edu
dart at ucar.edu
Tue Oct 2 15:21:34 MDT 2018
thoar at ucar.edu
2018-10-02 15:21:34 -0600 (Tue, 02 Oct 2018)
84
The bgrid model assimilates hourly. set default diagnostic interval appropriately.
Modified: DART/branches/rma_wrfHydro/models/bgrid_solo/work/input.nml
===================================================================
--- DART/branches/rma_wrfHydro/models/bgrid_solo/work/input.nml 2018-10-02 21:05:26 UTC (rev 12878)
+++ DART/branches/rma_wrfHydro/models/bgrid_solo/work/input.nml 2018-10-02 21:21:34 UTC (rev 12879)
@@ -307,9 +307,9 @@
obs_sequence_name = 'obs_seq.final',
obs_sequence_list = '',
first_bin_center = 1601, 1, 1, 0, 0, 0 ,
- last_bin_center = 1601, 1, 1, 3, 0, 0 ,
- bin_separation = 0, 0, 0, 0, 3, 0 ,
- bin_width = 0, 0, 0, 0, 3, 0 ,
+ last_bin_center = 1601, 1, 1, 1, 0, 0 ,
+ bin_separation = 0, 0, 0, 1, 0, 0 ,
+ bin_width = 0, 0, 0, 1, 0, 0 ,
time_to_skip = 0, 0, 0, 0, 0, 0 ,
max_num_bins = 1000,
trusted_obs = 'null',
More information about the Dart-dev
mailing list