[Dart-dev] [10609] DART: The mpas_atm scripting requires the use of the WRF ' convertdate' function.

nancy at ucar.edu nancy at ucar.edu
Fri Aug 5 14:01:23 MDT 2016


Revision: 10609
Author:   thoar
Date:     2016-08-05 14:01:22 -0600 (Fri, 05 Aug 2016)
Log Message:
-----------
The mpas_atm scripting requires the use of the WRF 'convertdate' function.
The path_names_convertdate references 
models/wrf/WRF_DART_utilities/convertdate.f90  explicitly.

I made the default behavior of the trunk/mpas_atm/quickbuild.csh remove
the .o and .mod files after the single-threaded block.

Modified Paths:
--------------
    DART/trunk/models/mpas_atm/work/quickbuild.csh

Added Paths:
-----------
    DART/branches/rma_trunk/models/mpas_atm/work/mkmf_convertdate
    DART/branches/rma_trunk/models/mpas_atm/work/path_names_convertdate
    DART/trunk/models/mpas_atm/work/mkmf_convertdate
    DART/trunk/models/mpas_atm/work/path_names_convertdate

-------------- next part --------------
Added: DART/branches/rma_trunk/models/mpas_atm/work/mkmf_convertdate
===================================================================
--- DART/branches/rma_trunk/models/mpas_atm/work/mkmf_convertdate	                        (rev 0)
+++ DART/branches/rma_trunk/models/mpas_atm/work/mkmf_convertdate	2016-08-05 20:01:22 UTC (rev 10609)
@@ -0,0 +1,18 @@
+#!/bin/csh
+#
+# DART software - Copyright 2004 - 2013 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 convertdate -t ../../../mkmf/mkmf.template   \
+ -a "../../.." path_names_convertdate
+
+exit $status
+
+# <next few lines under version control, do not edit>
+# $URL$
+# $Revision$
+# $Date$
+


Property changes on: DART/branches/rma_trunk/models/mpas_atm/work/mkmf_convertdate
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:mime-type
   + text/plain
Added: svn:keywords
   + Date Rev Author HeadURL Id
Added: svn:eol-style
   + native

Added: DART/branches/rma_trunk/models/mpas_atm/work/path_names_convertdate
===================================================================
--- DART/branches/rma_trunk/models/mpas_atm/work/path_names_convertdate	                        (rev 0)
+++ DART/branches/rma_trunk/models/mpas_atm/work/path_names_convertdate	2016-08-05 20:01:22 UTC (rev 10609)
@@ -0,0 +1,5 @@
+common/types_mod.f90
+models/wrf/WRF_DART_utilities/convertdate.f90
+mpi_utilities/null_mpi_utilities_mod.f90
+time_manager/time_manager_mod.f90
+utilities/utilities_mod.f90

Added: DART/trunk/models/mpas_atm/work/mkmf_convertdate
===================================================================
--- DART/trunk/models/mpas_atm/work/mkmf_convertdate	                        (rev 0)
+++ DART/trunk/models/mpas_atm/work/mkmf_convertdate	2016-08-05 20:01:22 UTC (rev 10609)
@@ -0,0 +1,18 @@
+#!/bin/csh
+#
+# DART software - Copyright 2004 - 2013 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 convertdate -t ../../../mkmf/mkmf.template   \
+ -a "../../.." path_names_convertdate
+
+exit $status
+
+# <next few lines under version control, do not edit>
+# $URL$
+# $Revision$
+# $Date$
+


Property changes on: DART/trunk/models/mpas_atm/work/mkmf_convertdate
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:mime-type
   + text/plain
Added: svn:keywords
   + Date Rev Author HeadURL Id
Added: svn:eol-style
   + native

Added: DART/trunk/models/mpas_atm/work/path_names_convertdate
===================================================================
--- DART/trunk/models/mpas_atm/work/path_names_convertdate	                        (rev 0)
+++ DART/trunk/models/mpas_atm/work/path_names_convertdate	2016-08-05 20:01:22 UTC (rev 10609)
@@ -0,0 +1,5 @@
+common/types_mod.f90
+models/wrf/WRF_DART_utilities/convertdate.f90
+mpi_utilities/null_mpi_utilities_mod.f90
+time_manager/time_manager_mod.f90
+utilities/utilities_mod.f90

Modified: DART/trunk/models/mpas_atm/work/quickbuild.csh
===================================================================
--- DART/trunk/models/mpas_atm/work/quickbuild.csh	2016-08-04 20:45:38 UTC (rev 10608)
+++ DART/trunk/models/mpas_atm/work/quickbuild.csh	2016-08-05 20:01:22 UTC (rev 10609)
@@ -55,7 +55,7 @@
 end
 
 # for debug do not remove .o or .mod files
-#\rm -f *.o *.mod input.nml*_default
+\rm -f *.o *.mod
 \rm -f input.nml*_default
 
 if ( $#argv == 1 && "$1" == "-mpi" ) then


More information about the Dart-dev mailing list