[Dart-dev] DART/branches Revision: 11454
dart at ucar.edu
dart at ucar.edu
Tue Apr 11 15:35:29 MDT 2017
thoar at ucar.edu
2017-04-11 15:35:26 -0600 (Tue, 11 Apr 2017)
176
This has the settings the UT Austin folks are using for their Tb/MODIS/GRACE assimilation.
They have overloaded a bunch of DART KINDS ... next commit will be untangling that.
Modified: DART/branches/Tb/models/clm/work/input.nml
===================================================================
--- DART/branches/Tb/models/clm/work/input.nml 2017-04-11 19:54:03 UTC (rev 11453)
+++ DART/branches/Tb/models/clm/work/input.nml 2017-04-11 21:35:26 UTC (rev 11454)
@@ -21,11 +21,12 @@
print_every_nth_obs = -1
silence = .false.
/
+ obs_seq_in_file_name = 'obs_seq.5coop.in'
&filter_nml
async = 0
adv_ens_command = 'no_advance_script'
- ens_size = 80
+ ens_size = 40
start_from_restart = .true.
output_restart = .true.
obs_sequence_in_name = 'obs_seq.out'
@@ -42,8 +43,8 @@
num_output_obs_members = 20
output_interval = 1
num_groups = 1
- input_qc_threshold = 1.0
- outlier_threshold = 3.0
+ input_qc_threshold = 3.0
+ outlier_threshold = 3
output_forward_op_errors = .false.
output_timestamps = .false.
output_inflation = .true.
@@ -58,11 +59,11 @@
inf_in_file_name = 'prior_inflate_ics', 'post_inflate_ics'
inf_out_file_name = 'prior_inflate_restart', 'post_inflate_restart'
inf_diag_file_name = 'prior_inflate_diag', 'post_inflate_diag'
- inf_initial = 1.0, 1.0
+ inf_initial = 1.02, 1.0
inf_sd_initial = 0.6, 0.6
inf_damping = 0.9, 0.9
inf_lower_bound = 1.0, 1.0
- inf_upper_bound = 1000.0, 1000.0
+ inf_upper_bound = 100.0, 1000.0
inf_sd_lower_bound = 0.6, 0.6
/
@@ -124,9 +125,9 @@
output_obs_kind_mod_file = '../../../obs_kind/obs_kind_mod.f90'
input_obs_def_mod_file = '../../../obs_def/DEFAULT_obs_def_mod.F90'
output_obs_def_mod_file = '../../../obs_def/obs_def_mod.f90'
- input_files = '../../../obs_def/obs_def_tower_mod.f90',
- '../../../obs_def/obs_def_COSMOS_mod.f90',
- '../../../obs_def/obs_def_brightnessT_mod.f90'
+ input_files = '../../../obs_def/obs_def_brightnessT_mod.f90',
+ '../../../obs_def/obs_def_tower_mod.f90',
+ '../../../obs_def/obs_def_GRACE_Long_mod.f90'
/
@@ -140,21 +141,18 @@
/
+&obs_def_brightnessT_nml
+ debug = .true.
+ /
+
+
&obs_kind_nml
- assimilate_these_obs_types = 'TOWER_NETC_ECO_EXCHANGE',
- 'TOWER_LATENT_HEAT_FLUX',
- 'TOWER_SENSIBLE_HEAT_FLUX',
+ assimilate_these_obs_types = 'AMSRE_BRIGHTNESS_T',
'MODIS_SNOWCOVER_FRAC',
- 'AMSRE_BRIGHTNESS_T',
- 'COSMOS_NEUTRON_INTENSITY',
- 'SOIL_MOISTURE',
- 'SOIL_TEMPERATURE',
- 'SURFACE_ALBEDO',
- 'MODIS_FPAR'
+ 'GRACE_TWS',
evaluate_these_obs_types = 'null'
/
-
&assim_model_nml
write_binary_restart_files = .true.
netCDF_large_file_support = .true.
@@ -161,71 +159,90 @@
/
-# Each variable must have 6 entries.
-# 1: variable name
-# 2: DART KIND
-# 3: minimum value - as a character string - if none, use 'NA'
-# 4: maximum value - as a character string - if none, use 'NA'
-# 5: what file contains the variable - 'restart', 'history' 'vector (history)'
-# 6: does the variable get updated in the restart file or not ...
-# only variables from restart files may be updated.
-# 'UPDATE' => update the variable in the restart file
-# 'NO_COPY_BACK' => do NOT update the variable in the restart file
-# All these variables WILL be updated INTERNALLY IN DART.
-# Only variables marked 'restart', 'UPDATE' will be modified for CLM.
More information about the Dart-dev
mailing list