[Dart-dev] [5910] DART/branches/development/observations/COSMOS: Renaming internal strings from

nancy at ucar.edu nancy at ucar.edu
Tue Oct 30 13:34:24 MDT 2012


Revision: 5910
Author:   thoar
Date:     2012-10-30 13:34:24 -0600 (Tue, 30 Oct 2012)
Log Message:
-----------
Renaming internal strings from 
"COSMOS_level2_to_obs" to "COSMOS_to_obs" in preparation for
the svn rename yet to come.
 

Modified Paths:
--------------
    DART/branches/development/observations/COSMOS/COSMOS_level2_to_obs.f90
    DART/branches/development/observations/COSMOS/COSMOS_level2_to_obs.html
    DART/branches/development/observations/COSMOS/COSMOS_to_obs.nml

-------------- next part --------------
Modified: DART/branches/development/observations/COSMOS/COSMOS_level2_to_obs.f90
===================================================================
--- DART/branches/development/observations/COSMOS/COSMOS_level2_to_obs.f90	2012-10-30 19:28:47 UTC (rev 5909)
+++ DART/branches/development/observations/COSMOS/COSMOS_level2_to_obs.f90	2012-10-30 19:34:24 UTC (rev 5910)
@@ -2,7 +2,7 @@
 ! provided by UCAR, "as is", without charge, subject to all terms of use at
 ! http://www.image.ucar.edu/DAReS/DART/DART_download
 
-program COSMOS_level2_to_obs
+program COSMOS_to_obs
 
 ! <next few lines under version control, do not edit>
 ! $URL$
@@ -12,7 +12,7 @@
 
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 !
-! COSMOS_level2_to_obs - reads the COSMOS data as defined in the level 2 
+! COSMOS_to_obs - reads the COSMOS data as defined in the level 2 
 !     product available from the COSMOS data portal at:
 !     http://cosmos.hwr.arizona.edu/Probes/probemap.php
 !
@@ -158,7 +158,7 @@
 ! start of executable code
 !-----------------------------------------------------------------------
 
-call initialize_utilities('COSMOS_level2_to_obs')
+call initialize_utilities('COSMOS_to_obs')
 
 ! Print module information to log file and stdout.
 call register_module(source, revision, revdate)
@@ -608,4 +608,4 @@
 
 
 
-end program COSMOS_level2_to_obs
+end program COSMOS_to_obs

Modified: DART/branches/development/observations/COSMOS/COSMOS_level2_to_obs.html
===================================================================
--- DART/branches/development/observations/COSMOS/COSMOS_level2_to_obs.html	2012-10-30 19:28:47 UTC (rev 5909)
+++ DART/branches/development/observations/COSMOS/COSMOS_level2_to_obs.html	2012-10-30 19:34:24 UTC (rev 5910)
@@ -2,14 +2,14 @@
           "http://www.w3.org/TR/html4/strict.dtd">
 <HTML>
 <HEAD>
-<TITLE>program COSMOS_level2_to_obs</TITLE>
+<TITLE>program COSMOS_to_obs</TITLE>
 <link rel="stylesheet" type="text/css" href="../../doc/html/doc.css">
 <link href="../../doc/html/dart.ico" rel="shortcut icon" />
 </HEAD>
 <BODY>
 <A NAME="TOP"></A>
 
-<H1>PROGRAM <em class=program>COSMOS_level2_to_obs</em></H1>
+<H1>PROGRAM <em class=program>COSMOS_to_obs</em></H1>
 
 <table border=0 summary="" cellpadding=5>
 <tr>
@@ -76,7 +76,7 @@
     <em class=file>observations/COSMOS/data/COSMIC_parlist.nc</em>
     (more on this in <a href="#COSMICparameters">the section on COSMIC parameters</a>)</li>
 
-<li>run <em class=program>COSMOS_level2_to_obs</em> to generate a DART observation sequence 
+<li>run <em class=program>COSMOS_to_obs</em> to generate a DART observation sequence 
     file for the station and rename the output file if necessary
     (you can explicity name the output file via the namelist).</li>
 
@@ -118,11 +118,11 @@
 <div class="top">[<a href="#">top</a>]</div><hr />
 <H2>PROGRAMS</H2>
 <P>
-The <em class=file>COSMOS_level2_to_obs.f90</em> file is the source code
+The <em class=file>COSMOS_to_obs.f90</em> file is the source code
 for the main converter program.
 At present there is an uncomfortable assumption that the order of the columns
 in the Level 2 data is fixed. I hope to relax that requirement in the near future.
-<em class=program>COSMOS_level2_to_obs</em>
+<em class=program>COSMOS_to_obs</em>
 reads each text line into a character buffer
 and then reads from that buffer to parse up the data items.
 The items are then combined with the COSMIC parameters for that site 
@@ -159,7 +159,7 @@
 It is a bit redundant as currently implemented, but it is convenient.
 <br />
 <br />
-<em class=program>COSMOS_level2_to_obs</em> reads the site name from
+<em class=program>COSMOS_to_obs</em> reads the site name from
 the input namelist and the known station information from 
 <em class=file>COSMIC_parlist.nc</em>. The simplest way to add a new station to
 <em class=file>COSMIC_parlist.nc</em> is probably to:

Modified: DART/branches/development/observations/COSMOS/COSMOS_to_obs.nml
===================================================================
--- DART/branches/development/observations/COSMOS/COSMOS_to_obs.nml	2012-10-30 19:28:47 UTC (rev 5909)
+++ DART/branches/development/observations/COSMOS/COSMOS_to_obs.nml	2012-10-30 19:34:24 UTC (rev 5910)
@@ -1,9 +1,8 @@
 &COSMOS_to_obs_nml
    site_metadata_file = '../data/COSMIC_parlist.nc'
-   text_input_file    = '../data/COSMOS_SantaRita_2011.dat'
-   obs_out_file       = 'obs_seq.out',
-   year               = 2011,
-   sitename           = 'Coweta',
+   text_input_file    = '../data/SantaRita.corcounts.txt'
+   obs_out_file       = 'SantaRita.obs_seq.out',
+   sitename           = 'Santa_Rita_Creosote',
    maxgoodqc          =    1,
    verbose            = .TRUE.
    /


More information about the Dart-dev mailing list