[Dart-dev] DART/branches Revision: 13133

dart at ucar.edu dart at ucar.edu
Thu Apr 25 15:47:54 MDT 2019


nancy at ucar.edu
2019-04-25 15:47:54 -0600 (Thu, 25 Apr 2019)
246
add the dart copyright at the top of these scripts
(after the first line which sets the shell).  also
add the trailer lines which allow us to see the full
URL (at least for now - once we go to GIT we will
have to rethink our tracking strategy.)




Modified: DART/branches/mizzi/models/wrf_chem/dart_clamping/run_post_dart_clamping.ksh
===================================================================
--- DART/branches/mizzi/models/wrf_chem/dart_clamping/run_post_dart_clamping.ksh	2019-04-25 21:36:27 UTC (rev 13132)
+++ DART/branches/mizzi/models/wrf_chem/dart_clamping/run_post_dart_clamping.ksh	2019-04-25 21:47:54 UTC (rev 13133)
@@ -1,4 +1,12 @@
 #!/bin/ksh -aeux 
+#
+# 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$
+#
+
    export NUM_MEMBERS=20
    export DOMAIN=01
    export PROJ_NUMBER_ACD=P19010000
@@ -178,3 +186,9 @@
 #
 # Wait for wrf_to_dart to complete for each member
    ${HYBRID_SCRIPTS_DIR}/da_run_hold.ksh ${RAN_APM}
+#
+# <next few lines under version control, do not edit>
+# $URL$
+# $Id$
+# $Revision$
+# $Date$

Modified: DART/branches/mizzi/models/wrf_chem/hybrid_scripts/da_create_dart_airnow_input_nml.ksh
===================================================================
--- DART/branches/mizzi/models/wrf_chem/hybrid_scripts/da_create_dart_airnow_input_nml.ksh	2019-04-25 21:36:27 UTC (rev 13132)
+++ DART/branches/mizzi/models/wrf_chem/hybrid_scripts/da_create_dart_airnow_input_nml.ksh	2019-04-25 21:47:54 UTC (rev 13133)
@@ -1,4 +1,12 @@
 #!/bin/ksh -x
+#
+# 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$
+#
+
 #########################################################################
 #
 # Purpose: Script to create DART/WRF input.nmlfor Ave's 
@@ -73,3 +81,9 @@
 EOF
 
 
+#
+# <next few lines under version control, do not edit>
+# $URL$
+# $Id$
+# $Revision$
+# $Date$

Modified: DART/branches/mizzi/models/wrf_chem/hybrid_scripts/da_create_dart_iasi_input_nml.ksh
===================================================================
--- DART/branches/mizzi/models/wrf_chem/hybrid_scripts/da_create_dart_iasi_input_nml.ksh	2019-04-25 21:36:27 UTC (rev 13132)
+++ DART/branches/mizzi/models/wrf_chem/hybrid_scripts/da_create_dart_iasi_input_nml.ksh	2019-04-25 21:47:54 UTC (rev 13133)
@@ -1,4 +1,12 @@
 #!/bin/ksh -x
+#
+# 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$
+#
+
 #########################################################################
 #
 # Purpose: Script to create DART/WRF input.nmlfor Ave's 
@@ -76,3 +84,9 @@
 EOF
 
 
+#
+# <next few lines under version control, do not edit>
+# $URL$
+# $Id$
+# $Revision$
+# $Date$

Modified: DART/branches/mizzi/models/wrf_chem/hybrid_scripts/da_create_dart_input_nml.ksh
===================================================================
--- DART/branches/mizzi/models/wrf_chem/hybrid_scripts/da_create_dart_input_nml.ksh	2019-04-25 21:36:27 UTC (rev 13132)
+++ DART/branches/mizzi/models/wrf_chem/hybrid_scripts/da_create_dart_input_nml.ksh	2019-04-25 21:47:54 UTC (rev 13133)
@@ -1,4 +1,12 @@
 #!/bin/ksh -x
+#
+# 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$
+#
+
 #########################################################################
 #
 # Purpose: Script to create DART/WRF Namelist 


More information about the Dart-dev mailing list