[Dart-dev] svn:executable/ Revision: 13158
dart at ucar.edu
dart at ucar.edu
Fri May 3 11:44:47 MDT 2019
thoar at ucar.edu
2019-05-03 11:44:46 -0600 (Fri, 03 May 2019)
167
Using the mkmf* stragegy instead of the 'make_util' strategy.
Each make_util has to be customized for libraries, which is
already done if you use the mkmf* strategy.
Index: DART/branches/mizzi/models/wrf_chem/run_scripts/RUN_CHINA_EPA/ascii_to_stream.f90
===================================================================
--- DART/branches/mizzi/models/wrf_chem/run_scripts/RUN_CHINA_EPA/ascii_to_stream.f90 2019-05-03 17:19:25 UTC (rev 13157)
+++ DART/branches/mizzi/models/wrf_chem/run_scripts/RUN_CHINA_EPA/ascii_to_stream.f90 2019-05-03 17:44:46 UTC (rev 13158)
Property changes on: DART/branches/mizzi/models/wrf_chem/run_scripts/RUN_CHINA_EPA/ascii_to_stream.f90
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Modified: DART/branches/mizzi/models/wrf_chem/run_scripts/RUN_CHINA_EPA/work/mkmf_ascii_to_stream
===================================================================
--- DART/branches/mizzi/models/wrf_chem/run_scripts/RUN_CHINA_EPA/work/mkmf_ascii_to_stream 2019-05-03 17:19:25 UTC (rev 13157)
+++ DART/branches/mizzi/models/wrf_chem/run_scripts/RUN_CHINA_EPA/work/mkmf_ascii_to_stream 2019-05-03 17:44:46 UTC (rev 13158)
@@ -1,12 +1,13 @@
#!/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$
-../../../../../mkmf/mkmf -p ascii_to_stream.exe -t ../../../../../mkmf/mkmf.template \
+ ../../../../../mkmf/mkmf -p ascii_to_stream.exe \
+ -t ../../../../../mkmf/mkmf.template \
-a "../../../../.." path_names_ascii_to_stream
exit $status
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:19:25 UTC (rev 13157)
+++ DART/branches/mizzi/models/wrf_chem/run_scripts/RUN_CHINA_EPA/work/quickbuild.csh 2019-05-03 17:44:46 UTC (rev 13158)
@@ -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 ascii_to_stream.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 = "CHINA_EPA"
-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,10 +37,8 @@
endsw
end
-\rm -f *.o *.mod input.nml*_default
+\rm -f *.o *.mod input.nml*_default Makefile .cppdefs
-echo "Success: All ${MODEL} programs compiled."
-
exit 0
# <next few lines under version control, do not edit>
Index: DART/branches/mizzi/models/wrf_chem/run_scripts/RUN_FINN_FIRE/attr_types.f90
===================================================================
--- DART/branches/mizzi/models/wrf_chem/run_scripts/RUN_FINN_FIRE/attr_types.f90 2019-05-03 17:19:25 UTC (rev 13157)
+++ DART/branches/mizzi/models/wrf_chem/run_scripts/RUN_FINN_FIRE/attr_types.f90 2019-05-03 17:44:46 UTC (rev 13158)
Property changes on: DART/branches/mizzi/models/wrf_chem/run_scripts/RUN_FINN_FIRE/attr_types.f90
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
More information about the Dart-dev
mailing list