[Dart-dev] DART/branches Revision: 11726

dart at ucar.edu dart at ucar.edu
Tue Jun 13 17:05:35 MDT 2017


thoar at ucar.edu
2017-06-13 17:05:35 -0600 (Tue, 13 Jun 2017)
42
These reference the new mkmf  directory.




Modified: DART/branches/coamps/models/coamps_nest/work/mkmf_advance_time
===================================================================
--- DART/branches/coamps/models/coamps_nest/work/mkmf_advance_time	2017-06-13 23:04:55 UTC (rev 11725)
+++ DART/branches/coamps/models/coamps_nest/work/mkmf_advance_time	2017-06-13 23:05:35 UTC (rev 11726)
@@ -1,15 +1,18 @@
 #!/bin/csh
 #
-# Data Assimilation Research Testbed -- DART
-# Copyright 2004-2007, Data Assimilation Research Section
-# University Corporation for Atmospheric Research
-# Licensed under the GPL -- www.gpl.org/licenses/gpl.html
+# 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 advance_time -t ../../../build_templates/mkmf.template \
+ -a "../../.." path_names_advance_time
+
+exit $status
+
 # <next few lines under version control, do not edit>
 # $URL$
-# $Id$
 # $Revision$
 # $Date$
-#
-../../../build_templates/mkmf -p advance_time -t ../../../build_templates/mkmf.template \
- -a "../../.." path_names_advance_time
+

Modified: DART/branches/coamps/models/coamps_nest/work/mkmf_coamps_to_dart
===================================================================
--- DART/branches/coamps/models/coamps_nest/work/mkmf_coamps_to_dart	2017-06-13 23:04:55 UTC (rev 11725)
+++ DART/branches/coamps/models/coamps_nest/work/mkmf_coamps_to_dart	2017-06-13 23:05:35 UTC (rev 11726)
@@ -1,12 +1,12 @@
 #!/bin/csh
 #
-# DART software - Copyright 2004 - 2011 UCAR. This open source software is
-# provided by UCAR, "as is", without charge, subject to all terms of use at
+# 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$
 
-../../../mkmf/mkmf -p trans_coamps_to_dart -t ../../../mkmf/mkmf.template -c" -C -Duse_netCDF" \
+../../../build_templates/mkmf -p trans_coamps_to_dart -t ../../../build_templates/mkmf.template \
  -a "../../.." path_names_coamps_to_dart
 
 exit $status

Modified: DART/branches/coamps/models/coamps_nest/work/mkmf_coamps_to_state
===================================================================
--- DART/branches/coamps/models/coamps_nest/work/mkmf_coamps_to_state	2017-06-13 23:04:55 UTC (rev 11725)
+++ DART/branches/coamps/models/coamps_nest/work/mkmf_coamps_to_state	2017-06-13 23:05:35 UTC (rev 11726)
@@ -1,12 +1,12 @@
 #!/bin/csh
 #
-# DART software - Copyright 2004 - 2011 UCAR. This open source software is
-# provided by UCAR, "as is", without charge, subject to all terms of use at
+# 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$
+# DART $Id$
 
-../../../mkmf/mkmf -p trans_coamps_to_statevec -t ../../../mkmf/mkmf.template -c" -C -Duse_netCDF" \
+../../../build_templates/mkmf -p trans_coamps_to_statevec -t ../../../build_templates/mkmf.template \
  -a "../../.." path_names_coamps_to_state
 
 exit $status

Modified: DART/branches/coamps/models/coamps_nest/work/mkmf_create_fixed_network_seq
===================================================================
--- DART/branches/coamps/models/coamps_nest/work/mkmf_create_fixed_network_seq	2017-06-13 23:04:55 UTC (rev 11725)
+++ DART/branches/coamps/models/coamps_nest/work/mkmf_create_fixed_network_seq	2017-06-13 23:05:35 UTC (rev 11726)
@@ -1,12 +1,12 @@
 #!/bin/csh
 #
-# DART software - Copyright 2004 - 2011 UCAR. This open source software is
-# provided by UCAR, "as is", without charge, subject to all terms of use at
+# 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$
+# DART $Id$
 
-../../../mkmf/mkmf -p create_fixed_network_seq -t ../../../mkmf/mkmf.template -c"-Duse_netCDF" \
+../../../build_templates/mkmf -p create_fixed_network_seq -t ../../../build_templates/mkmf.template \
  -a "../../.." path_names_create_fixed_network_seq
 
 exit $status

Modified: DART/branches/coamps/models/coamps_nest/work/mkmf_create_increment
===================================================================
--- DART/branches/coamps/models/coamps_nest/work/mkmf_create_increment	2017-06-13 23:04:55 UTC (rev 11725)
+++ DART/branches/coamps/models/coamps_nest/work/mkmf_create_increment	2017-06-13 23:05:35 UTC (rev 11726)


More information about the Dart-dev mailing list