[Dart-dev] DART/branches Revision: 11312

dart at ucar.edu dart at ucar.edu
Tue Mar 14 15:10:42 MDT 2017


nancy at ucar.edu
2017-03-14 15:10:40 -0600 (Tue, 14 Mar 2017)
302
move the default_model_mod to a new utilities directory.
anything that's in the template directory should be suitable
for a user porting a new model to copy to a new directory
and start development.  

updated the L63 path_names files which included the
default_model_mod.f90 to use the new location.




Modified: DART/branches/rma_trunk/models/lorenz_63/work/path_names_create_fixed_network_seq
===================================================================
--- DART/branches/rma_trunk/models/lorenz_63/work/path_names_create_fixed_network_seq	2017-03-14 20:40:11 UTC (rev 11311)
+++ DART/branches/rma_trunk/models/lorenz_63/work/path_names_create_fixed_network_seq	2017-03-14 21:10:40 UTC (rev 11312)
@@ -21,5 +21,5 @@
 assimilation_code/modules/utilities/utilities_mod.f90
 assimilation_code/programs/create_fixed_network_seq/create_fixed_network_seq.f90
 models/lorenz_63/model_mod.f90
-models/template/default_model_mod.f90
+models/utilities/default_model_mod.f90
 observations/forward_operators/obs_def_mod.f90

Modified: DART/branches/rma_trunk/models/lorenz_63/work/path_names_create_obs_sequence
===================================================================
--- DART/branches/rma_trunk/models/lorenz_63/work/path_names_create_obs_sequence	2017-03-14 20:40:11 UTC (rev 11311)
+++ DART/branches/rma_trunk/models/lorenz_63/work/path_names_create_obs_sequence	2017-03-14 21:10:40 UTC (rev 11312)
@@ -22,5 +22,5 @@
 assimilation_code/modules/utilities/utilities_mod.f90
 assimilation_code/programs/create_obs_sequence/create_obs_sequence.f90
 models/lorenz_63/model_mod.f90
-models/template/default_model_mod.f90
+models/utilities/default_model_mod.f90
 observations/forward_operators/obs_def_mod.f90

Modified: DART/branches/rma_trunk/models/lorenz_63/work/path_names_filter
===================================================================
--- DART/branches/rma_trunk/models/lorenz_63/work/path_names_filter	2017-03-14 20:40:11 UTC (rev 11311)
+++ DART/branches/rma_trunk/models/lorenz_63/work/path_names_filter	2017-03-14 21:10:40 UTC (rev 11312)
@@ -31,5 +31,5 @@
 assimilation_code/modules/utilities/utilities_mod.f90
 assimilation_code/programs/filter/filter.f90
 models/lorenz_63/model_mod.f90
-models/template/default_model_mod.f90
+models/utilities/default_model_mod.f90
 observations/forward_operators/obs_def_mod.f90

Modified: DART/branches/rma_trunk/models/lorenz_63/work/path_names_obs_diag
===================================================================
--- DART/branches/rma_trunk/models/lorenz_63/work/path_names_obs_diag	2017-03-14 20:40:11 UTC (rev 11311)
+++ DART/branches/rma_trunk/models/lorenz_63/work/path_names_obs_diag	2017-03-14 21:10:40 UTC (rev 11312)
@@ -21,5 +21,5 @@
 assimilation_code/modules/utilities/utilities_mod.f90
 assimilation_code/programs/obs_diag/oned/obs_diag.f90
 models/lorenz_63/model_mod.f90
-models/template/default_model_mod.f90
+models/utilities/default_model_mod.f90
 observations/forward_operators/obs_def_mod.f90

Modified: DART/branches/rma_trunk/models/lorenz_63/work/path_names_obs_sequence_tool
===================================================================
--- DART/branches/rma_trunk/models/lorenz_63/work/path_names_obs_sequence_tool	2017-03-14 20:40:11 UTC (rev 11311)
+++ DART/branches/rma_trunk/models/lorenz_63/work/path_names_obs_sequence_tool	2017-03-14 21:10:40 UTC (rev 11312)
@@ -21,5 +21,5 @@
 assimilation_code/modules/utilities/utilities_mod.f90
 assimilation_code/programs/obs_sequence_tool/obs_sequence_tool.f90
 models/lorenz_63/model_mod.f90
-models/template/default_model_mod.f90
+models/utilities/default_model_mod.f90
 observations/forward_operators/obs_def_mod.f90

Modified: DART/branches/rma_trunk/models/lorenz_63/work/path_names_perfect_model_obs
===================================================================
--- DART/branches/rma_trunk/models/lorenz_63/work/path_names_perfect_model_obs	2017-03-14 20:40:11 UTC (rev 11311)
+++ DART/branches/rma_trunk/models/lorenz_63/work/path_names_perfect_model_obs	2017-03-14 21:10:40 UTC (rev 11312)
@@ -31,5 +31,5 @@
 assimilation_code/modules/utilities/utilities_mod.f90
 assimilation_code/programs/perfect_model_obs/perfect_model_obs.f90
 models/lorenz_63/model_mod.f90
-models/template/default_model_mod.f90
+models/utilities/default_model_mod.f90
 observations/forward_operators/obs_def_mod.f90

Deleted: DART/branches/rma_trunk/models/template/default_model_mod.f90
===================================================================
--- DART/branches/rma_trunk/models/template/default_model_mod.f90	2017-03-14 20:40:11 UTC (rev 11311)
+++ DART/branches/rma_trunk/models/template/default_model_mod.f90	2017-03-14 21:10:40 UTC (rev 11312)
@@ -1,277 +0,0 @@
-! DART software - Copyright UCAR. This open source software is provided
-! by UCAR, "as is", without charge, subject to all terms of use at
-! http://www.image.ucar.edu/DAReS/DART/DART_download
-!
-! $Id$
-
-module default_model_mod
-
-!> bypass routines for all required entry points.
-!> if a model has no need of a routine, use these instead.
-
-use        types_mod,      only : r8, i8, i4, MISSING_R8
-
-use time_manager_mod,      only : time_type, set_time
-
-use     location_mod,      only : location_type, set_location, set_location_missing, &
-                                  get_close_maxdist_init, get_close_obs_init, &
-                                  get_close_state_init => get_close_obs_init, &
-                                  loc_get_close_obs => get_close_obs, &
-                                  loc_get_close_state => get_close_obs, &
-                                  get_close_type
-
-use    utilities_mod,      only : register_module, error_handler, E_ERR, E_MSG, nmlfileunit, &
-                                  do_output, find_namelist_in_file, check_namelist_read,     &


More information about the Dart-dev mailing list