[Dart-dev] [6190] DART/branches/development/observations/Ameriflux: Added the obs_sequence_tool namelist to the input.nml since

nancy at ucar.edu nancy at ucar.edu
Wed May 29 16:33:52 MDT 2013


Revision: 6190
Author:   thoar
Date:     2013-05-29 16:33:51 -0600 (Wed, 29 May 2013)
Log Message:
-----------
Added the obs_sequence_tool namelist to the input.nml since
it is always needed to combine the files created for each flux tower.

The data files (for CreateObs.csh) live in a different filesystem
now that we are on yellowstone.

Modified Paths:
--------------
    DART/branches/development/observations/Ameriflux/shell_scripts/CreateObs.csh
    DART/branches/development/observations/Ameriflux/work/input.nml

-------------- next part --------------
Modified: DART/branches/development/observations/Ameriflux/shell_scripts/CreateObs.csh
===================================================================
--- DART/branches/development/observations/Ameriflux/shell_scripts/CreateObs.csh	2013-05-29 21:40:58 UTC (rev 6189)
+++ DART/branches/development/observations/Ameriflux/shell_scripts/CreateObs.csh	2013-05-29 22:33:51 UTC (rev 6190)
@@ -45,7 +45,7 @@
 
 &level4_to_obs_nml
    text_input_file = '../data/USBar${YEAR}_L4_h.txt',
-   obs_out_file    = '/glade/proj3/image/Observations/FluxTower/obs_seq.USBar.${YEAR}',
+   obs_out_file    = '/glade/p/image/Observations/FluxTower/obs_seq.USBar.${YEAR}',
    year            = ${YEAR},
    timezoneoffset  = -5,
    latitude        =  44.0646397,
@@ -78,7 +78,7 @@
 
 &level4_to_obs_nml
    text_input_file = '../data/USBrw${YEAR}_L4_h.txt',
-   obs_out_file    = '/glade/proj3/image/Observations/FluxTower/obs_seq.USBrw.${YEAR}',
+   obs_out_file    = '/glade/p/image/Observations/FluxTower/obs_seq.USBrw.${YEAR}',
    year            = ${YEAR},
    timezoneoffset  = -9,
    latitude        =  71.322525,
@@ -110,7 +110,7 @@
 
 &level4_to_obs_nml
    text_input_file = '../data/USHa1${YEAR}_L4_h.txt',
-   obs_out_file    = '/glade/proj3/image/Observations/FluxTower/obs_seq.USHa1.${YEAR}',
+   obs_out_file    = '/glade/p/image/Observations/FluxTower/obs_seq.USHa1.${YEAR}',
    year            = ${YEAR},
    timezoneoffset  = -5,
    latitude        =  42.5377556,
@@ -142,7 +142,7 @@
 
 &level4_to_obs_nml
    text_input_file = '../data/USNR1${YEAR}_L4_h.txt',
-   obs_out_file    = '/glade/proj3/image/Observations/FluxTower/obs_seq.USNR1.${YEAR}',
+   obs_out_file    = '/glade/p/image/Observations/FluxTower/obs_seq.USNR1.${YEAR}',
    year            = ${YEAR},
    timezoneoffset  = -7,
    latitude        =  40.0328778,
@@ -173,7 +173,7 @@
 
 &level4_to_obs_nml
    text_input_file = '../data/USSP3${YEAR}_L4_h.txt',
-   obs_out_file    = '/glade/proj3/image/Observations/FluxTower/obs_seq.USSP3.${YEAR}',
+   obs_out_file    = '/glade/p/image/Observations/FluxTower/obs_seq.USSP3.${YEAR}',
    year            = ${YEAR},
    timezoneoffset  = -5,
    latitude        =  29.7547667,
@@ -204,7 +204,7 @@
 
 &level4_to_obs_nml
    text_input_file = '../data/USSRM${YEAR}_L4_h.txt',
-   obs_out_file    = '/glade/proj3/image/Observations/FluxTower/obs_seq.USSRM.${YEAR}',
+   obs_out_file    = '/glade/p/image/Observations/FluxTower/obs_seq.USSRM.${YEAR}',
    year            = ${YEAR},
    timezoneoffset  = -7,
    latitude        =  31.82143,
@@ -235,7 +235,7 @@
 
 &level4_to_obs_nml
    text_input_file = '../data/USWCr${YEAR}_L4_h.txt',
-   obs_out_file    = '/glade/proj3/image/Observations/FluxTower/obs_seq.USWcr.${YEAR}',
+   obs_out_file    = '/glade/p/image/Observations/FluxTower/obs_seq.USWcr.${YEAR}',
    year            = ${YEAR},
    timezoneoffset  = -6,
    latitude        =  45.80592667,
@@ -266,7 +266,7 @@
 
 &level4_to_obs_nml
    text_input_file = '../data/USWrc${YEAR}_L4_h.txt',
-   obs_out_file    = '/glade/proj3/image/Observations/FluxTower/obs_seq.USWrc.${YEAR}',
+   obs_out_file    = '/glade/p/image/Observations/FluxTower/obs_seq.USWrc.${YEAR}',
    year            = ${YEAR},
    timezoneoffset  = -8,
    latitude        =  45.82048889,

Modified: DART/branches/development/observations/Ameriflux/work/input.nml
===================================================================
--- DART/branches/development/observations/Ameriflux/work/input.nml	2013-05-29 21:40:58 UTC (rev 6189)
+++ DART/branches/development/observations/Ameriflux/work/input.nml	2013-05-29 22:33:51 UTC (rev 6190)
@@ -13,12 +13,12 @@
    /
 
 &utilities_nml
-   module_details = .false.,
+   module_details = .FALSE.,
    termlevel      = 2
    /
 
 &obs_sequence_nml
-   write_binary_obs_sequence = .false.  
+   write_binary_obs_sequence = .FALSE.
    /
 
 
@@ -34,3 +34,11 @@
    maxgoodqc       = 3,
    verbose         = .TRUE.
    /
+
+&obs_sequence_tool_nml
+   filename_seq_list = 'station_list.txt',
+   filename_out    = 'obs_seq.out',
+   gregorian_cal   = .TRUE.
+   /
+
+


More information about the Dart-dev mailing list