[Dart-dev] [3933] DART/trunk/observations/AIRS: updated namelist file; the docs are not done but have been

nancy at ucar.edu nancy at ucar.edu
Fri Jun 19 09:37:38 MDT 2009


An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/dart-dev/attachments/20090619/2684aa86/attachment.html 
-------------- next part --------------
Modified: DART/trunk/observations/AIRS/AIRS.html
===================================================================
--- DART/trunk/observations/AIRS/AIRS.html	2009-06-19 15:27:25 UTC (rev 3932)
+++ DART/trunk/observations/AIRS/AIRS.html	2009-06-19 15:37:38 UTC (rev 3933)
@@ -35,6 +35,7 @@
 <A HREF="#Overview">OVERVIEW</A> / 
 <A HREF="#DataSources">DATA SOURCES</A> / 
 <A HREF="#Programs">PROGRAMS</A> /
+<A HREF="#Namelist">NAMELIST</A> /
 <A HREF="#KnownBugs">KNOWN BUGS</A> /
 <A HREF="#FuturePlans">FUTURE PLANS</A> 
 </DIV>
@@ -82,8 +83,8 @@
 
 <P>
 More detailed information on the 
-<a href="http://disc.gsfc.nasa.gov/AIRS/airsL2_Std.shtml/">
-sounder data</a>
+<a href="http://disc.sci.gsfc.nasa.gov/AIRS/data-holdings/by-data-product/airsL2_Std.shtml">
+Level 2 standard product (AIRX2RET) data</a>
 is available.
 </P>
 
@@ -150,6 +151,23 @@
 
 (The Shortname for this product is AIRX2RET).
 </P>
+
+<P>
+Getting the data currently means putting in a start/stop time at
+<a href="http://mirador.gsfc.nasa.gov/cgi-bin/mirador/homepageAlt.pl?keyword=AIRX2RET">this web page</a>.  The keyword is <tt>AIRX2RET</tt> and put in
+the time range of interest and optionally a geographic region.  
+Each file contains 6 minutes of data, is
+about 2.3 Megabytes, and globally there are 240 files/day 
+(about 550 Megabytes/day).
+There are additional options for getting only particular variables of
+interest, but the current reader expects whole files to be present.
+Depending on your connection to the internet, there are various options
+for downloading.  We have chosen to download a <tt>wget</tt> script which is
+created by the web page after adding the selected files to a 'cart' 
+and 'checking out'.  The script has a series of <tt>wget</tt> commands
+which downloads each file, one at a time, which is run on the machine
+where you want the data to end up.
+
 <!--==================================================================-->
 
 <A NAME="Programs"></A>
@@ -167,6 +185,16 @@
 </P>
 
 <!--==================================================================-->
+
+<A NAME="Namelist"></A>
+<BR><HR><BR>
+<H2>NAMELIST</H2>
+
+<P>
+doc namelist here.
+</P>
+
+<!--==================================================================-->
 <!-- Describe the bugs.                                               -->
 <!--==================================================================-->
 

Added: DART/trunk/observations/AIRS/convert_airs_L2.nml
===================================================================
--- DART/trunk/observations/AIRS/convert_airs_L2.nml	                        (rev 0)
+++ DART/trunk/observations/AIRS/convert_airs_L2.nml	2009-06-19 15:37:38 UTC (rev 3933)
@@ -0,0 +1,15 @@
+&convert_airs_L2_nml
+   l2_files           = 'input.hdf',
+   l2_file_list       = '',
+   datadir            = '.',
+   outputdir          = '.',
+   lon1               =   0.0,
+   lon2               = 360.0,
+   lat1               = -90.0,
+   lat2               =  90.0,
+   min_MMR_threshold  = 1.0e-30,
+   top_pressure_level = 0.0001,
+   cross_track_thin   = 0,
+   along_track_thin   = 0,
+/
+


More information about the Dart-dev mailing list