[Dart-dev] DART/branches Revision: 12023
dart at ucar.edu
dart at ucar.edu
Fri Oct 27 09:51:28 MDT 2017
nancy at ucar.edu
2017-10-27 09:51:28 -0600 (Fri, 27 Oct 2017)
133
the make_fake_obs program already exists in the obs_converter directory
so removing duplicate from the general obs utils directory.
Copied: DART/branches/rma_trunk/observations/obs_converters/utilities/threed_sphere/input.make_fake.nml (from rev 12022, DART/branches/rma_trunk/observations/utilities/threed_sphere/input.make_fake.nml)
===================================================================
--- DART/branches/rma_trunk/observations/obs_converters/utilities/threed_sphere/input.make_fake.nml (rev 0)
+++ DART/branches/rma_trunk/observations/obs_converters/utilities/threed_sphere/input.make_fake.nml 2017-10-27 15:51:28 UTC (rev 12023)
@@ -0,0 +1,49 @@
+&preprocess_nml
+ overwrite_output = .true.,
+ input_obs_kind_mod_file = '../../../../assimilation_code/modules/observations/DEFAULT_obs_kind_mod.F90',
+ output_obs_kind_mod_file = '../../../../assimilation_code/modules/observations/obs_kind_mod.f90',
+ input_obs_def_mod_file = '../../../../observations/forward_operators/DEFAULT_obs_def_mod.F90',
+ output_obs_def_mod_file = '../../../../observations/forward_operators/obs_def_mod.f90',
+ input_files = '../../../../observations/forward_operators/obs_def_reanalysis_bufr_mod.f90',
+ '../../../../observations/forward_operators/obs_def_gps_mod.f90',
+ '../../../../observations/forward_operators/obs_def_GWD_mod.f90'
+ '../../../../observations/forward_operators/obs_def_ocean_mod.f90',
+ /
+
+
+&obs_kind_nml
+ /
+
+&location_nml
+ /
+
+&obs_def_gps_nml
+ max_gpsro_obs = 10000
+ /
+
+&utilities_nml
+ module_details = .false.,
+ termlevel = 2
+ /
+
+&obs_sequence_nml
+ write_binary_obs_sequence = .false.
+ /
+
+# This is an intentional subset of obs_diag and is intended
+# to provide guidance on where and when I should create the
+# test observations.
+
+&obs_diag_nml
+ first_bin_center = 2007, 1, 1, 6, 0, 0,
+ last_bin_center = 2007, 1, 3, 0, 0, 0,
+ hlevel = 10, 50, 100, 2000,
+ plevel = 1000, 900, 700, 400, 10, 1
+ mlevel = 1, 2, 3, 4,
+ /
+
+ Nregions = 4,
+ lonlim1 = 0.0, 0.0, 0.0, 235.0,
+ lonlim2 = 360.0, 360.0, 360.0, 295.0,
+ latlim1 = 20.0, -80.0, -20.0, 25.0,
+ latlim2 = 80.0, -20.0, 20.0, 55.0
Deleted: DART/branches/rma_trunk/observations/utilities/threed_sphere/input.make_fake.nml
===================================================================
--- DART/branches/rma_trunk/observations/utilities/threed_sphere/input.make_fake.nml 2017-10-27 15:45:42 UTC (rev 12022)
+++ DART/branches/rma_trunk/observations/utilities/threed_sphere/input.make_fake.nml 2017-10-27 15:51:28 UTC (rev 12023)
@@ -1,49 +0,0 @@
-&preprocess_nml
- overwrite_output = .true.,
- input_obs_kind_mod_file = '../../../../assimilation_code/modules/observations/DEFAULT_obs_kind_mod.F90',
- output_obs_kind_mod_file = '../../../../assimilation_code/modules/observations/obs_kind_mod.f90',
- input_obs_def_mod_file = '../../../../observations/forward_operators/DEFAULT_obs_def_mod.F90',
- output_obs_def_mod_file = '../../../../observations/forward_operators/obs_def_mod.f90',
- input_files = '../../../../observations/forward_operators/obs_def_reanalysis_bufr_mod.f90',
- '../../../../observations/forward_operators/obs_def_gps_mod.f90',
- '../../../../observations/forward_operators/obs_def_GWD_mod.f90'
- '../../../../observations/forward_operators/obs_def_ocean_mod.f90',
- /
-
-
-&obs_kind_nml
- /
-
-&location_nml
- /
-
-&obs_def_gps_nml
- max_gpsro_obs = 10000
- /
-
-&utilities_nml
- module_details = .false.,
- termlevel = 2
- /
-
-&obs_sequence_nml
- write_binary_obs_sequence = .false.
- /
-
-# This is an intentional subset of obs_diag and is intended
-# to provide guidance on where and when I should create the
-# test observations.
-
-&obs_diag_nml
- first_bin_center = 2007, 1, 1, 6, 0, 0,
- last_bin_center = 2007, 1, 3, 0, 0, 0,
- hlevel = 10, 50, 100, 2000,
- plevel = 1000, 900, 700, 400, 10, 1
More information about the Dart-dev
mailing list