[Dart-dev] DART/branches Revision: 11420

dart at ucar.edu dart at ucar.edu
Wed Mar 29 18:09:43 MDT 2017


nancy at ucar.edu
2017-03-29 18:09:43 -0600 (Wed, 29 Mar 2017)
102
fix the id_set_def_stdin program, now that get_state_meta_data()
no longer needs an ensemble handle.




Modified: DART/branches/model_mod_changes/models/bgrid_solo/id_set_def_stdin.f90
===================================================================
--- DART/branches/model_mod_changes/models/bgrid_solo/id_set_def_stdin.f90	2017-03-30 00:00:10 UTC (rev 11419)
+++ DART/branches/model_mod_changes/models/bgrid_solo/id_set_def_stdin.f90	2017-03-30 00:09:43 UTC (rev 11420)
@@ -9,8 +9,9 @@
 use     types_mod, only : r8
 use  location_mod, only : location_type
 use utilities_mod, only : get_unit
+use  obs_kind_mod, only : QTY_SURFACE_PRESSURE
 use     model_mod, only : static_init_model, get_model_size, &
-                          TYPE_PS, get_state_meta_data
+                          get_state_meta_data
 
 implicit none
 
@@ -52,7 +53,7 @@
    call get_state_meta_data(i, location, var_type)
 
    ! Output the appropriate observational error variance
-   if(var_type == TYPE_PS) then
+   if(var_type == QTY_SURFACE_PRESSURE) then
    write(iunit, *)  10000.0_r8
    else
       write(iunit, *) 1.0_r8

Deleted: DART/branches/model_mod_changes/models/bgrid_solo/work/broken_mkmf_id_set_def_stdin
===================================================================
--- DART/branches/model_mod_changes/models/bgrid_solo/work/broken_mkmf_id_set_def_stdin	2017-03-30 00:00:10 UTC (rev 11419)
+++ DART/branches/model_mod_changes/models/bgrid_solo/work/broken_mkmf_id_set_def_stdin	2017-03-30 00:09:43 UTC (rev 11420)
@@ -1,18 +0,0 @@
-#!/bin/csh
-#
-# 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
-#
-# DART $Id$
-
-../../../mkmf/mkmf -p id_set_def_stdin -t ../../../mkmf/mkmf.template -c"-Duse_netCDF" \
- -a "../../.." path_names_id_set_def_stdin
-
-exit $status
-
-# <next few lines under version control, do not edit>
-# $URL$
-# $Revision$
-# $Date$
-

Copied: DART/branches/model_mod_changes/models/bgrid_solo/work/mkmf_id_set_def_stdin (from rev 11419, DART/branches/model_mod_changes/models/bgrid_solo/work/broken_mkmf_id_set_def_stdin)
===================================================================
--- DART/branches/model_mod_changes/models/bgrid_solo/work/mkmf_id_set_def_stdin	                        (rev 0)
+++ DART/branches/model_mod_changes/models/bgrid_solo/work/mkmf_id_set_def_stdin	2017-03-30 00:09:43 UTC (rev 11420)
@@ -0,0 +1,18 @@
+#!/bin/csh
+#
+# 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
+#
+# DART $Id$
+
+../../../build_templates/mkmf -p id_set_def_stdin -t ../../../build_templates/mkmf.template \
+ -a "../../.." path_names_id_set_def_stdin
+
+exit $status
+
+# <next few lines under version control, do not edit>
+# $URL$
+# $Revision$
+# $Date$
+

Modified: DART/branches/model_mod_changes/models/bgrid_solo/work/path_names_id_set_def_stdin
===================================================================
--- DART/branches/model_mod_changes/models/bgrid_solo/work/path_names_id_set_def_stdin	2017-03-30 00:00:10 UTC (rev 11419)
+++ DART/branches/model_mod_changes/models/bgrid_solo/work/path_names_id_set_def_stdin	2017-03-30 00:09:43 UTC (rev 11420)
@@ -1,9 +1,32 @@
 assimilation_code/location/threed_sphere/location_mod.f90
 assimilation_code/location/utilities/default_location_mod.f90
 assimilation_code/location/utilities/location_io_mod.f90
+assimilation_code/modules/assimilation/adaptive_inflate_mod.f90
+assimilation_code/modules/assimilation/assim_model_mod.f90
+assimilation_code/modules/assimilation/assim_tools_mod.f90
+assimilation_code/modules/assimilation/cov_cutoff_mod.f90
+assimilation_code/modules/assimilation/filter_mod.f90
+assimilation_code/modules/assimilation/obs_model_mod.f90
+assimilation_code/modules/assimilation/quality_control_mod.f90
+assimilation_code/modules/assimilation/reg_factor_mod.f90
+assimilation_code/modules/assimilation/sampling_error_correction_mod.f90
+assimilation_code/modules/assimilation/smoother_mod.f90
+assimilation_code/modules/io/dart_time_io_mod.f90
+assimilation_code/modules/io/direct_netcdf_mod.f90
+assimilation_code/modules/io/io_filenames_mod.f90
+assimilation_code/modules/io/single_file_io_mod.f90
+assimilation_code/modules/io/state_structure_mod.f90
+assimilation_code/modules/io/state_vector_io_mod.f90
+assimilation_code/modules/observations/forward_operator_mod.f90
 assimilation_code/modules/observations/obs_kind_mod.f90
+assimilation_code/modules/observations/obs_sequence_mod.f90
+assimilation_code/modules/utilities/distributed_state_mod.f90


More information about the Dart-dev mailing list