[Dart-dev] DART/branches Revision: 13159

dart at ucar.edu dart at ucar.edu
Fri May 3 13:05:37 MDT 2019


thoar at ucar.edu
2019-05-03 13:05:37 -0600 (Fri, 03 May 2019)
52
run_scripts directory builds using mkmf mechanism.




Modified: DART/branches/mizzi/models/wrf_chem/run_scripts/RUN_CHINA_EPA/work/quickbuild.csh
===================================================================
--- DART/branches/mizzi/models/wrf_chem/run_scripts/RUN_CHINA_EPA/work/quickbuild.csh	2019-05-03 17:44:46 UTC (rev 13158)
+++ DART/branches/mizzi/models/wrf_chem/run_scripts/RUN_CHINA_EPA/work/quickbuild.csh	2019-05-03 19:05:37 UTC (rev 13159)
@@ -10,7 +10,7 @@
 
 \rm -f *.o *.mod Makefile
 
-set MODEL = "CHINA_EPA"
+set MODEL = "WRF-Chem/DART RUN_CHINA_EPA"
 
 @ n = 0
 
@@ -39,6 +39,10 @@
 
 \rm -f *.o *.mod input.nml*_default Makefile .cppdefs
 
+echo 
+echo "Success: All ${MODEL} programs compiled."  
+echo 
+
 exit 0
 
 # <next few lines under version control, do not edit>

Modified: DART/branches/mizzi/models/wrf_chem/run_scripts/RUN_CLOSEST_MEMBER/work/mkmf_get_closest_member
===================================================================
--- DART/branches/mizzi/models/wrf_chem/run_scripts/RUN_CLOSEST_MEMBER/work/mkmf_get_closest_member	2019-05-03 17:44:46 UTC (rev 13158)
+++ DART/branches/mizzi/models/wrf_chem/run_scripts/RUN_CLOSEST_MEMBER/work/mkmf_get_closest_member	2019-05-03 19:05:37 UTC (rev 13159)
@@ -1,7 +1,7 @@
 #!/bin/csh
 #
-# DART software - Copyright © 2004 - 2010 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
 #
 # DART $Id$

Modified: DART/branches/mizzi/models/wrf_chem/run_scripts/RUN_CLOSEST_MEMBER/work/quickbuild.csh
===================================================================
--- DART/branches/mizzi/models/wrf_chem/run_scripts/RUN_CLOSEST_MEMBER/work/quickbuild.csh	2019-05-03 17:44:46 UTC (rev 13158)
+++ DART/branches/mizzi/models/wrf_chem/run_scripts/RUN_CLOSEST_MEMBER/work/quickbuild.csh	2019-05-03 19:05:37 UTC (rev 13159)
@@ -1,24 +1,17 @@
 #!/bin/csh
 #
-# DART software - Copyright © 2004 - 2010 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
 #
 # DART $Id$
 #
-# compile get_closest_member.f90
+# This script compiles all executables in this directory.
 
-#----------------------------------------------------------------------
-# 'preprocess' is a program that culls the appropriate sections of the
-# observation module for the observations types in 'input.nml'; the 
-# resulting source file is used by all the remaining programs, 
-# so this MUST be run first.
-#----------------------------------------------------------------------
+\rm -f *.o *.mod Makefile
 
-\rm -f *.o *.mod 
+set MODEL = "WRF-Chem/DART RUN_CLOSEST_MEMBER"
 
-set MODEL = "WRF-Chem/DART run_scripts"
-
 @ n = 0
 
 #----------------------------------------------------------------------
@@ -30,8 +23,7 @@
    set PROG = `echo $TARGET | sed -e 's#mkmf_##'`
 
    switch ( $TARGET )
-   case mkmf_preprocess:
-      @ n = $n + 1
+   case mkmf_you_wanna_skip:
       breaksw
    default:
       @ n = $n + 1
@@ -45,9 +37,11 @@
    endsw
 end
 
-\rm -f *.o *.mod  input.nml*_default
+\rm -f *.o *.mod input.nml*_default Makefile .cppdefs
 
+echo 
 echo "Success: All ${MODEL} programs compiled."  
+echo 
 
 exit 0
 

Modified: DART/branches/mizzi/models/wrf_chem/run_scripts/RUN_EMISS_INV/work/mkmf_adjust_chem_emiss
===================================================================
--- DART/branches/mizzi/models/wrf_chem/run_scripts/RUN_EMISS_INV/work/mkmf_adjust_chem_emiss	2019-05-03 17:44:46 UTC (rev 13158)


More information about the Dart-dev mailing list