[Dart-dev] [5802] DART/branches/development/models/clm: First attempt at supporting the latent and sensible heat flux observations .

nancy at ucar.edu nancy at ucar.edu
Wed Jul 18 15:19:01 MDT 2012


Revision: 5802
Author:   thoar
Date:     2012-07-18 15:19:01 -0600 (Wed, 18 Jul 2012)
Log Message:
-----------
First attempt at supporting the latent and sensible heat flux observations.
The CLM namelist needs to be modified to put them in the .h1. history files.
The input.nml needs to know to assimilate them, the obs_def_tower_mod.f90 
needs to know what variables to read from the .h1. files.

Modified Paths:
--------------
    DART/branches/development/models/clm/shell_scripts/CESM_setup_bluefire.csh
    DART/branches/development/models/clm/work/input.nml

-------------- next part --------------
Modified: DART/branches/development/models/clm/shell_scripts/CESM_setup_bluefire.csh
===================================================================
--- DART/branches/development/models/clm/shell_scripts/CESM_setup_bluefire.csh	2012-07-18 21:16:32 UTC (rev 5801)
+++ DART/branches/development/models/clm/shell_scripts/CESM_setup_bluefire.csh	2012-07-18 21:19:01 UTC (rev 5802)
@@ -346,15 +346,20 @@
 # hist_nhtfrq = -$stop_n,        create one every $stop_n HOURS
 # hist_mfilt  =  1,              with precisely one day in it
 # hist_avgflag_pertape = 'I'     use instantaneous values - no average
+#
+# The fincl2 history tape has the half-hourly flux tower observations.
+# The observation operators in obs_def_tower_mod.f90
+# are going to read from the .h1. history file for these values.
 # ====================================================================
 
 cat <<EOF >! user_nl_clm
 &clm_inparm
- hist_empty_htapes = .true.
+ hist_empty_htapes = .false.
  hist_fincl1 = 'NEP'
- hist_nhtfrq = 1,
- hist_mfilt  = 48
- hist_avgflag_pertape = 'A'
+ hist_fincl2 = 'NEP','FSH','EFLX_LH_TOT_R'
+ hist_nhtfrq = -$stop_n,1,
+ hist_mfilt  = 1,48
+ hist_avgflag_pertape = 'A','A'
 /
 EOF
 

Modified: DART/branches/development/models/clm/work/input.nml
===================================================================
--- DART/branches/development/models/clm/work/input.nml	2012-07-18 21:16:32 UTC (rev 5801)
+++ DART/branches/development/models/clm/work/input.nml	2012-07-18 21:19:01 UTC (rev 5802)
@@ -133,6 +133,8 @@
 
 &obs_kind_nml
    assimilate_these_obs_types = 'TOWER_NETC_ECO_EXCHANGE',
+                                'TOWER_LATENT_HEAT_FLUX',
+                                'TOWER_SENSIBLE_HEAT_FLUX',
                                 'MODIS_SNOWCOVER_FRAC',
    evaluate_these_obs_types   = 'null'
    /


More information about the Dart-dev mailing list