[Dart-dev] [6194] DART/branches/development: Whitespace changes.
nancy at ucar.edu
nancy at ucar.edu
Wed May 29 16:46:10 MDT 2013
Revision: 6194
Author: thoar
Date: 2013-05-29 16:46:10 -0600 (Wed, 29 May 2013)
Log Message:
-----------
Whitespace changes. No value changes.
Modified Paths:
--------------
DART/branches/development/models/lorenz_96/work/input.workshop.nml
DART/branches/development/models/rose/work/input.nml
DART/branches/development/observations/GTSPP/work/input.nml
DART/branches/development/observations/snow/work/input.nml
DART/branches/development/observations/var/work/input.nml
DART/branches/development/random_seq/test/input.nml
DART/branches/development/system_simulation/work/input.nml
DART/branches/development/time_manager/tests/input.nml
-------------- next part --------------
Modified: DART/branches/development/models/lorenz_96/work/input.workshop.nml
===================================================================
--- DART/branches/development/models/lorenz_96/work/input.workshop.nml 2013-05-29 22:44:17 UTC (rev 6193)
+++ DART/branches/development/models/lorenz_96/work/input.workshop.nml 2013-05-29 22:46:10 UTC (rev 6194)
@@ -137,6 +137,9 @@
print_debug = .false.,
/
+&mpi_utilities_nml
+ /
+
&preprocess_nml
overwrite_output = .true.,
input_obs_def_mod_file = '../../../obs_def/DEFAULT_obs_def_mod.F90',
Modified: DART/branches/development/models/rose/work/input.nml
===================================================================
--- DART/branches/development/models/rose/work/input.nml 2013-05-29 22:44:17 UTC (rev 6193)
+++ DART/branches/development/models/rose/work/input.nml 2013-05-29 22:46:10 UTC (rev 6194)
@@ -19,7 +19,7 @@
output_forward_op_errors = .false.,
print_every_nth_obs = -1,
silence = .false.,
- /
+ /
&filter_nml
async = 2,
@@ -63,7 +63,7 @@
inf_lower_bound = 1.0, 1.0,
inf_upper_bound = 1000000.0, 1000000.0,
inf_sd_lower_bound = 0.0, 0.0
-/
+ /
! ! inf_flavor is 0:none, 1:obs space, 2: varying state space, 3: fixed state_space
&smoother_nml
@@ -71,12 +71,14 @@
start_from_restart = .false.,
output_restart = .false.,
restart_in_file_name = 'smoother_ics',
- restart_out_file_name = 'smoother_restart' /
+ restart_out_file_name = 'smoother_restart'
+ /
&ensemble_manager_nml
single_restart_file_in = .true.,
single_restart_file_out = .true.,
- perturbation_amplitude = 0.2 /
+ perturbation_amplitude = 0.2
+ /
&assim_tools_nml
filter_kind = 1,
@@ -87,22 +89,27 @@
adaptive_localization_threshold = -1,
output_localization_diagnostics = .false.,
localization_diagnostics_file = 'localization_diagnostics',
- print_every_nth_obs = 0 /
+ print_every_nth_obs = 0
+ /
&model_nml
- state_num_3d = 6 /
+ state_num_3d = 6
+ /
&cov_cutoff_nml
- select_localization = 1 /
+ select_localization = 1
+ /
®_factor_nml
select_regression = 1,
input_reg_file = "time_mean_reg",
save_reg_diagnostics = .false.,
- reg_diagnostics_file = "reg_diagnostics" /
+ reg_diagnostics_file = "reg_diagnostics"
+ /
&obs_sequence_nml
- write_binary_obs_sequence = .false. /
+ write_binary_obs_sequence = .false.
+ /
&obs_kind_nml
assimilate_these_obs_types = 'RADIOSONDE_TEMPERATURE',
@@ -110,12 +117,13 @@
'AIRCRAFT_TEMPERATURE',
'RADIOSONDE_U_WIND_COMPONENT',
'RADIOSONDE_V_WIND_COMPONENT',
- evaluate_these_obs_types = 'RADIOSONDE_SURFACE_PRESSURE' /
+ evaluate_these_obs_types = 'RADIOSONDE_SURFACE_PRESSURE'
+ /
&assim_model_nml
write_binary_restart_files = .true.,
netCDF_large_file_support = .false.
- /
+ /
&location_nml
horiz_dist_only = .true.,
@@ -125,21 +133,24 @@
approximate_distance = .false.,
nlon = 71,
nlat = 36,
- output_box_info = .false. /
+ output_box_info = .false.
+ /
&preprocess_nml
input_obs_kind_mod_file = '../../../obs_kind/DEFAULT_obs_kind_mod.F90',
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_reanalysis_bufr_mod.f90' /
+ input_files = '../../../obs_def/obs_def_reanalysis_bufr_mod.f90'
+ /
&utilities_nml
TERMLEVEL = 1,
module_details = .false.,
logfilename = 'dart_log.out',
nmlfilename = 'dart_log.nml',
- write_nml = 'file' /
+ write_nml = 'file'
+ /
&mpi_utilities_nml
/
Modified: DART/branches/development/observations/GTSPP/work/input.nml
===================================================================
--- DART/branches/development/observations/GTSPP/work/input.nml 2013-05-29 22:44:17 UTC (rev 6193)
+++ DART/branches/development/observations/GTSPP/work/input.nml 2013-05-29 22:46:10 UTC (rev 6194)
@@ -5,10 +5,10 @@
! flist contains a list of input filenames to convert into a single
! output file
>spp_to_obs_nml
- gtspp_netcdf_file = '../data/1264095.nc',
- gtspp_netcdf_filelist = '',
- gtspp_out_file = 'obs_seq.gtspp',
- /
+ gtspp_netcdf_file = '../data/1264095.nc',
+ gtspp_netcdf_filelist = '',
+ gtspp_out_file = 'obs_seq.gtspp',
+ /
&preprocess_nml
@@ -16,24 +16,26 @@
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_ocean_mod.f90' /
+ input_files = '../../../obs_def/obs_def_ocean_mod.f90'
+ /
&obs_kind_nml
- /
+ /
&obs_def_gps_nml
- /
+ /
&location_nml
- /
+ /
&utilities_nml
- module_details = .false.,
- nmlfilename = 'convert.nml'
- /
+ module_details = .false.,
+ nmlfilename = 'convert.nml'
+ /
&obs_sequence_nml
- write_binary_obs_sequence = .false. /
+ write_binary_obs_sequence = .false.
+ /
&obs_sequence_tool_nml
num_input_files = 1,
@@ -45,7 +47,8 @@
first_obs_seconds = -1,
last_obs_days = -1,
last_obs_seconds = -1,
-/
+ /
+
! obs_types =
! keep_types =
! min_lat =
Modified: DART/branches/development/observations/snow/work/input.nml
===================================================================
--- DART/branches/development/observations/snow/work/input.nml 2013-05-29 22:44:17 UTC (rev 6193)
+++ DART/branches/development/observations/snow/work/input.nml 2013-05-29 22:46:10 UTC (rev 6194)
@@ -8,29 +8,29 @@
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_tower_mod.f90',
- /
+ /
&snow_to_obs_nml
- /
+ /
&snow_to_obs_nc_nml
year = 2002,
doy = 327,
snow_input_file = '../data/MOD10_L2.A2002327.0000.005.2007231010135.nc',
debug = .true.,
- /
+ /
&obs_kind_nml
- /
+ /
&location_nml
- /
+ /
&utilities_nml
module_details = .false.
- /
+ /
&obs_sequence_nml
write_binary_obs_sequence = .false.
- /
+ /
Modified: DART/branches/development/observations/var/work/input.nml
===================================================================
--- DART/branches/development/observations/var/work/input.nml 2013-05-29 22:44:17 UTC (rev 6193)
+++ DART/branches/development/observations/var/work/input.nml 2013-05-29 22:46:10 UTC (rev 6194)
@@ -1,5 +1,4 @@
-
&preprocess_nml
input_obs_kind_mod_file = '../../../obs_kind/DEFAULT_obs_kind_mod.F90',
output_obs_kind_mod_file = '../../../obs_kind/obs_kind_mod.f90',
@@ -29,7 +28,6 @@
max_gpsro_obs = 100000,
/
-
&obs_sequence_nml
write_binary_obs_sequence = .false. /
Modified: DART/branches/development/random_seq/test/input.nml
===================================================================
--- DART/branches/development/random_seq/test/input.nml 2013-05-29 22:44:17 UTC (rev 6193)
+++ DART/branches/development/random_seq/test/input.nml 2013-05-29 22:46:10 UTC (rev 6194)
@@ -2,19 +2,19 @@
TERMLEVEL = 1,
module_details = .false.
logfilename = 'dart_log.out'
-/
+ /
&test_diff_nml
mean = 0.0d0,
sd1 = 1.0d0,
sd2 = 1.0d0,
iseed = 123
-/
+ /
&test_reseed_nml
nsamples = 1000
calendar_name = 'NO_CALENDAR'
start_day = 0
start_sec = 0
-/
+ /
Modified: DART/branches/development/system_simulation/work/input.nml
===================================================================
--- DART/branches/development/system_simulation/work/input.nml 2013-05-29 22:44:17 UTC (rev 6193)
+++ DART/branches/development/system_simulation/work/input.nml 2013-05-29 22:46:10 UTC (rev 6194)
@@ -1,7 +1,7 @@
&utilities_nml
-/
+ /
&full_error_nml
- ens_size = 80,
- output_filename = "final_full",
-/
+ ens_size = 80,
+ output_filename = "final_full",
+ /
Modified: DART/branches/development/time_manager/tests/input.nml
===================================================================
--- DART/branches/development/time_manager/tests/input.nml 2013-05-29 22:44:17 UTC (rev 6193)
+++ DART/branches/development/time_manager/tests/input.nml 2013-05-29 22:46:10 UTC (rev 6194)
@@ -1,3 +1,3 @@
&utilities_nml
- module_details = .false.
- /
+ module_details = .false.
+ /
More information about the Dart-dev
mailing list