[Dart-dev] [4502] DART/trunk/observations/gps: Update one line in the script to link a valid input.nml in each

nancy at ucar.edu nancy at ucar.edu
Fri Sep 24 14:22:58 MDT 2010


Revision: 4502
Author:   nancy
Date:     2010-09-24 14:22:58 -0600 (Fri, 24 Sep 2010)
Log Message:
-----------
Update one line in the script to link a valid input.nml in each
of the download dirs; also add some test data so users can try out
the converter wihtout having to download data from the web site first.

Modified Paths:
--------------
    DART/trunk/observations/gps/shell_scripts/cosmic_download.csh

Added Paths:
-----------
    DART/trunk/observations/gps/cosmic/20071001/
    DART/trunk/observations/gps/cosmic/20071001/atmPrf_C002.2007.274.03.02.G13_2007.3200_nc
    DART/trunk/observations/gps/cosmic/20071001/atmPrf_C002.2007.274.03.31.G28_2007.3200_nc
    DART/trunk/observations/gps/cosmic/20071001/atmPrf_C002.2007.274.04.10.G31_2007.3200_nc

-------------- next part --------------
Added: DART/trunk/observations/gps/cosmic/20071001/atmPrf_C002.2007.274.03.02.G13_2007.3200_nc
===================================================================
(Binary files differ)


Property changes on: DART/trunk/observations/gps/cosmic/20071001/atmPrf_C002.2007.274.03.02.G13_2007.3200_nc
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: DART/trunk/observations/gps/cosmic/20071001/atmPrf_C002.2007.274.03.31.G28_2007.3200_nc
===================================================================
(Binary files differ)


Property changes on: DART/trunk/observations/gps/cosmic/20071001/atmPrf_C002.2007.274.03.31.G28_2007.3200_nc
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: DART/trunk/observations/gps/cosmic/20071001/atmPrf_C002.2007.274.04.10.G31_2007.3200_nc
===================================================================
(Binary files differ)


Property changes on: DART/trunk/observations/gps/cosmic/20071001/atmPrf_C002.2007.274.04.10.G31_2007.3200_nc
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Modified: DART/trunk/observations/gps/shell_scripts/cosmic_download.csh
===================================================================
--- DART/trunk/observations/gps/shell_scripts/cosmic_download.csh	2010-09-24 20:11:43 UTC (rev 4501)
+++ DART/trunk/observations/gps/shell_scripts/cosmic_download.csh	2010-09-24 20:22:58 UTC (rev 4502)
@@ -127,7 +127,7 @@
 endif
 
 cd ${datea}
-ln -sf ../input.nml .
+ln -sf ${DART_WORK_DIR}/input.nml .
 
 echo $datea
 set jyyyydd = `echo $datea 0 -j | ../${DATE_PROG}` 


More information about the Dart-dev mailing list