[Dart-dev] [7106] DART/trunk/models/wrf/work: Removed the unused sort_mod. f90 from the obs_seq_verify build.

nancy at ucar.edu nancy at ucar.edu
Mon Aug 4 15:21:54 MDT 2014


Revision: 7106
Author:   thoar
Date:     2014-08-04 15:21:53 -0600 (Mon, 04 Aug 2014)
Log Message:
-----------
Removed the unused sort_mod.f90 from the obs_seq_verify build.
Using the most recent namelist variable names obs_seq_coverage and obs_seq_verify

Modified Paths:
--------------
    DART/trunk/models/wrf/work/input.nml
    DART/trunk/models/wrf/work/path_names_obs_seq_verify

-------------- next part --------------
Modified: DART/trunk/models/wrf/work/input.nml
===================================================================
--- DART/trunk/models/wrf/work/input.nml	2014-08-04 21:16:37 UTC (rev 7105)
+++ DART/trunk/models/wrf/work/input.nml	2014-08-04 21:21:53 UTC (rev 7106)
@@ -315,18 +315,22 @@
 # The netCDF file has ALL matching stations, regardless of temporal coverage.
 
 &obs_seq_coverage_nml
-   obs_sequence_list = 'obs_coverage_list.txt',
-   obs_sequence_name = '',        
-   obs_of_interest   = 'METAR_U_10_METER_WIND',
-   textfile_out      = 'METAR_U_10_METER_WIND_obsdef_mask.txt', 
-   netcdf_out        = 'METAR_U_10_METER_WIND_obsdef_mask.nc', 
-   lonlim1    =    0.0,
-   lonlim2    =  360.0,
-   latlim1    =  -90.0,
-   latlim2    =   90.0,
-   nTmin      =      8,
-   nTmax      =      8,
-   verbose    = .false.,
+   obs_sequences     = ''
+   obs_sequence_list = 'obs_coverage_list.txt'
+   obs_of_interest   = 'METAR_U_10_METER_WIND'
+   textfile_out      = 'METAR_U_10_METER_WIND_obsdef_mask.txt'
+   netcdf_out        = 'METAR_U_10_METER_WIND_obsdef_mask.nc'
+   first_analysis    =  2003, 1, 1, 0, 0, 0
+   last_analysis     =  2003, 1, 2, 0, 0, 0
+   forecast_length_days          = 1
+   forecast_length_seconds       = 0
+   verification_interval_seconds = 21600
+   temporal_coverage_percent     = 100.0
+   lonlim1    =    0.0
+   lonlim2    =  360.0
+   latlim1    =  -90.0
+   latlim2    =   90.0
+   verbose    = .true.
    /
 
 # selections_file is a list of obs_defs output
@@ -343,13 +347,14 @@
    /
 
 &obs_seq_verify_nml
-   obs_sequence_list = '',
-   obs_sequence_name = 'obs_seq.forecast',        
-   station_template  = 'obsdef_mask.nc', 
-   netcdf_out        = 'forecast.nc', 
-   obtype_string     = 'METAR_U_10_METER_WIND',
-   verbose           = .true.,
-   debug             = .false.,
+   obs_sequences     = ''
+   obs_sequence_list = 'obs_verify_list.txt'
+   input_template    = 'obsdef_mask.nc'
+   netcdf_out        = 'forecast.nc'
+   obtype_string     = 'METAR_U_10_METER_WIND'
+   print_every       = 10000
+   verbose           = .true.
+   debug             = .false.
    /
 
 &restart_file_tool_nml

Modified: DART/trunk/models/wrf/work/path_names_obs_seq_verify
===================================================================
--- DART/trunk/models/wrf/work/path_names_obs_seq_verify	2014-08-04 21:16:37 UTC (rev 7105)
+++ DART/trunk/models/wrf/work/path_names_obs_seq_verify	2014-08-04 21:21:53 UTC (rev 7106)
@@ -9,6 +9,5 @@
 obs_sequence/obs_seq_verify.f90
 obs_sequence/obs_sequence_mod.f90
 random_seq/random_seq_mod.f90
-sort/sort_mod.f90
 time_manager/time_manager_mod.f90
 utilities/utilities_mod.f90


More information about the Dart-dev mailing list