[Dart-dev] DART/branches Revision: 11473

dart at ucar.edu dart at ucar.edu
Wed Apr 12 19:13:07 MDT 2017


thoar at ucar.edu
2017-04-12 19:13:07 -0600 (Wed, 12 Apr 2017)
80
this is the input.nml that matches (I think) the model_mod committed as r11461




Modified: DART/branches/Tb/models/clm/work/input.nml
===================================================================
--- DART/branches/Tb/models/clm/work/input.nml	2017-04-13 01:11:56 UTC (rev 11472)
+++ DART/branches/Tb/models/clm/work/input.nml	2017-04-13 01:13:07 UTC (rev 11473)
@@ -26,7 +26,7 @@
 &filter_nml
    async                    = 0,
    adv_ens_command          = "no_advance_script",
-   ens_size                 =  40,
+   ens_size                 =  80,
    start_from_restart       = .true.,
    output_restart           = .true.,
    obs_sequence_in_name     = "obs_seq.out",
@@ -43,8 +43,8 @@
    num_output_obs_members   = 20,
    output_interval          = 1,
    num_groups               = 1,
-   input_qc_threshold       = 3.0,
-   outlier_threshold        = -1.0,
+   input_qc_threshold       = 1.0,
+   outlier_threshold        = 3.0,
    output_forward_op_errors = .false.,
    output_timestamps        = .false.,
    output_inflation         = .true.,
@@ -80,7 +80,7 @@
 # cutoff of 0.03 (radians) is about 200km
 &assim_tools_nml
    filter_kind                     = 1,
-   cutoff                          = 0.03,
+   cutoff                          = 0.05,
    allow_missing_in_clm            = .true.,
    sort_obs_inc                    = .false.,
    spread_restoration              = .false.,
@@ -123,9 +123,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_brightnessT_mod.f90',
-                              '../../../obs_def/obs_def_tower_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'
    /
 
 
@@ -145,7 +145,12 @@
 
 
 &obs_kind_nml
-   assimilate_these_obs_types = 'AMSRE_BRIGHTNESS_T',
+   assimilate_these_obs_types = 'TOWER_NETC_ECO_EXCHANGE',
+                                'TOWER_LATENT_HEAT_FLUX',
+                                'TOWER_SENSIBLE_HEAT_FLUX',
+                                'MODIS_SNOWCOVER_FRAC',
+                                'COSMOS_NEUTRON_INTENSITY',
+                                'AMSRE_BRIGHTNESS_T',
    evaluate_these_obs_types   = 'null'
    /
 
@@ -162,20 +167,25 @@
 
 &model_nml
    casename                     = 'cesm_standard',
-   surftexture_nc               = '/scratch/02714/zhaol/data/AMSR-E/surfdata_0.9x1.25_soiltexture_c140705.nc'
-   coefg_nc                     = '/scratch/02714/zhaol/data/AMSR-E/coefg/coefg_amsre',
    clm_restart_filename         = 'clm_restart.nc',
    clm_history_filename         = 'clm_history.nc',
-   assimilation_period_days     = 1,
-   assimilation_period_seconds  = 0,
+   assimilation_period_days     = 2,
+   assimilation_period_seconds  = 3600,
    model_perturbation_amplitude = 0.2,
    output_state_vector          = .false.,
    calendar                     = 'Gregorian',
    debug                        = 1,
-   clm_state_variables          = 'H2OSOI_LIQ',  'KIND_SOIL_MOISTURE',
+   clm_state_variables          = 'frac_sno',    'KIND_SNOWCOVER_FRAC',
+                                  'H2OSNO',      'KIND_SNOW_WATER',
+                                  'H2OSOI_LIQ',  'KIND_SOIL_MOISTURE',
+                                  'H2OSOI_ICE',  'KIND_ICE',
+                                  'T_SOISNO',    'KIND_SOIL_TEMPERATURE',
+                                  'cpool',       'KIND_CARBON',
+                                  'frootc',      'KIND_ROOT_CARBON',
+                                  'leafc',       'KIND_LEAF_CARBON',
+                                  'leafn',       'KIND_LEAF_NITROGEN',
    /
 
-                                  'T_SOISNO',    'KIND_SOIL_TEMPERATURE',
                                   'livecrootc',  'KIND_ROOT_CARBON',
                                   'deadcrootc',  'KIND_ROOT_CARBON',
                                   'livestemc',   'KIND_STEM_CARBON',
@@ -273,8 +283,8 @@
 &obs_diag_nml
    obs_sequence_name = '',
    obs_sequence_list = 'obs_seq_files.txt',
-   first_bin_center =  2003, 7,  2, 0, 0, 0 ,
-   last_bin_center  =  2003, 7,  6, 0, 0, 0 ,
+   first_bin_center =  2001, 1,  1, 0, 0, 0 ,
+   last_bin_center  =  2001, 1,  8, 0, 0, 0 ,
    bin_separation   =     0, 0,  1, 0, 0, 0 ,
    bin_width        =     0, 0,  1, 0, 0, 0 ,


More information about the Dart-dev mailing list