[Dart-dev] [7105] DART/trunk/models/mpas_atm/work: Removed the unused reference to sort_mod. f90 and changed input namelist variable names to match the latest versions of obs_seq_coverage and obs_seq_verify .
nancy at ucar.edu
nancy at ucar.edu
Mon Aug 4 15:16:37 MDT 2014
Revision: 7105
Author: thoar
Date: 2014-08-04 15:16:37 -0600 (Mon, 04 Aug 2014)
Log Message:
-----------
Removed the unused reference to sort_mod.f90 and changed input namelist variable names to match the latest versions of obs_seq_coverage and obs_seq_verify.
Modified Paths:
--------------
DART/trunk/models/mpas_atm/work/input.nml
DART/trunk/models/mpas_atm/work/path_names_obs_seq_verify
-------------- next part --------------
Modified: DART/trunk/models/mpas_atm/work/input.nml
===================================================================
--- DART/trunk/models/mpas_atm/work/input.nml 2014-08-04 21:14:58 UTC (rev 7104)
+++ DART/trunk/models/mpas_atm/work/input.nml 2014-08-04 21:16:37 UTC (rev 7105)
@@ -389,18 +389,18 @@
/
&obs_seq_coverage_nml
+ obs_sequences = ''
obs_sequence_list = 'obs_coverage_list.txt'
- obs_sequence_name = ''
obs_of_interest = 'RADIOSONDE_TEMPERATURE', 'RADIOSONDE_U_WIND_COMPONENT', 'RADIOSONDE_V_WIND_COMPONENT'
textfile_out = 'obsdef_mask.txt'
netcdf_out = 'obsdef_mask.nc'
calendar = 'Gregorian'
- first_analysis = 2008, 6, 1, 00, 0, 0
- last_analysis = 2008, 6, 1, 12, 0, 0
- forecast_length_days = 3
- forecast_length_seconds = 0
- verification_interval_seconds = 43200
- temporal_coverage_percent = 90.0
+ first_analysis = 2008, 8, 1, 18, 0, 0
+ last_analysis = 2008, 8, 1, 18, 0, 0
+ forecast_length_days = 0
+ forecast_length_seconds = 21600
+ verification_interval_seconds = 21600
+ temporal_coverage_percent = 50.0
lonlim1 = 0.0
lonlim2 = 360.0
latlim1 = -90.0
@@ -421,12 +421,16 @@
calendar = "Gregorian"
/
+# one of the other, but not both
+ obs_sequences = 'obs_seq.final.2008060100', 'obs_seq.final.2008060112'
+ obs_sequence_list = 'obs_forecast_list.txt'
&obs_seq_verify_nml
+ obs_sequences = ''
obs_sequence_list = 'obs_forecast_list.txt'
- obs_sequence_name = ''
- station_template = 'obsdef_mask.nc'
+ input_template = 'obsdef_mask.nc'
netcdf_out = 'forecast.nc'
obtype_string = 'RADIOSONDE_TEMPERATURE'
+ print_every = 20000
verbose = .true.
debug = .false.
/
Modified: DART/trunk/models/mpas_atm/work/path_names_obs_seq_verify
===================================================================
--- DART/trunk/models/mpas_atm/work/path_names_obs_seq_verify 2014-08-04 21:14:58 UTC (rev 7104)
+++ DART/trunk/models/mpas_atm/work/path_names_obs_seq_verify 2014-08-04 21:16:37 UTC (rev 7105)
@@ -12,6 +12,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