[Dart-dev] DART/branches Revision: 11512
dart at ucar.edu
dart at ucar.edu
Tue Apr 25 10:37:22 MDT 2017
nancy at ucar.edu
2017-04-25 10:37:20 -0600 (Tue, 25 Apr 2017)
282
add build files for the obs_impact tool. it depends
on the model's obs_kind and obs_def files so it needs
to be built in the model's work directory.
update the input.nml to include the namelist for
the obs_impact_tool, and fix quickbuild to remove
.o and .mods before beginning.
Modified: DART/branches/rma_trunk/models/cam-fv/work/input.nml
===================================================================
--- DART/branches/rma_trunk/models/cam-fv/work/input.nml 2017-04-21 22:08:33 UTC (rev 11511)
+++ DART/branches/rma_trunk/models/cam-fv/work/input.nml 2017-04-25 16:37:20 UTC (rev 11512)
@@ -536,6 +536,13 @@
interp_test_vertcoord = 'VERTISHEIGHT'
/
+&obs_impact_tool_nml
+ input_filename = 'cross_correlations.txt'
+ output_filename = 'control_impact_runtime.txt'
+ allow_any_factor_value = .false.
+ debug = .true.
+ /
+
# different methods to compute 'distance' from mean:
# 1 = simple absolute difference
# 2 = normalized absolute difference
@@ -550,3 +557,4 @@
difference_method = 4,
/
+
Added: DART/branches/rma_trunk/models/cam-fv/work/mkmf_obs_impact_tool
===================================================================
--- DART/branches/rma_trunk/models/cam-fv/work/mkmf_obs_impact_tool (rev 0)
+++ DART/branches/rma_trunk/models/cam-fv/work/mkmf_obs_impact_tool 2017-04-25 16:37:20 UTC (rev 11512)
@@ -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 obs_impact_tool -t ../../../build_templates/mkmf.template \
+ -a "../../.." path_names_obs_impact_tool
+
+exit $status
+
+# <next few lines under version control, do not edit>
+# $URL$
+# $Revision$
+# $Date$
+
Property changes on: DART/branches/rma_trunk/models/cam-fv/work/mkmf_obs_impact_tool
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Date Rev Author HeadURL Id
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: DART/branches/rma_trunk/models/cam-fv/work/path_names_obs_impact_tool
===================================================================
--- DART/branches/rma_trunk/models/cam-fv/work/path_names_obs_impact_tool (rev 0)
+++ DART/branches/rma_trunk/models/cam-fv/work/path_names_obs_impact_tool 2017-04-25 16:37:20 UTC (rev 11512)
@@ -0,0 +1,8 @@
+assimilation_code/modules/observations/obs_kind_mod.f90
+assimilation_code/modules/utilities/null_mpi_utilities_mod.f90
+assimilation_code/modules/utilities/obs_impact_mod.f90
+assimilation_code/modules/utilities/parse_args_mod.f90
+assimilation_code/modules/utilities/time_manager_mod.f90
+assimilation_code/modules/utilities/types_mod.f90
+assimilation_code/modules/utilities/utilities_mod.f90
+assimilation_code/programs/obs_impact_tool/obs_impact_tool.f90
Modified: DART/branches/rma_trunk/models/cam-fv/work/quickbuild.csh
===================================================================
--- DART/branches/rma_trunk/models/cam-fv/work/quickbuild.csh 2017-04-21 22:08:33 UTC (rev 11511)
+++ DART/branches/rma_trunk/models/cam-fv/work/quickbuild.csh 2017-04-25 16:37:20 UTC (rev 11512)
@@ -47,6 +47,8 @@
set debug = $QUICKBUILD_DEBUG
endif
+\rm -f *.o *.mod
+
@ n = 0
#----------------------------------------------------------------------
More information about the Dart-dev
mailing list