[Dart-dev] [5912] DART/branches/development/observations/COSMOS: Tiny little changes to reflect the recent file-name changes.

nancy at ucar.edu nancy at ucar.edu
Tue Oct 30 13:46:03 MDT 2012


Revision: 5912
Author:   thoar
Date:     2012-10-30 13:46:03 -0600 (Tue, 30 Oct 2012)
Log Message:
-----------
Tiny little changes to reflect the recent file-name changes.
Added a separate namelist for the COSMOS_development_nml to
the work/input.nml

Modified Paths:
--------------
    DART/branches/development/observations/COSMOS/COSMOS_development.html
    DART/branches/development/observations/COSMOS/work/input.nml

-------------- next part --------------
Modified: DART/branches/development/observations/COSMOS/COSMOS_development.html
===================================================================
--- DART/branches/development/observations/COSMOS/COSMOS_development.html	2012-10-30 19:36:53 UTC (rev 5911)
+++ DART/branches/development/observations/COSMOS/COSMOS_development.html	2012-10-30 19:46:03 UTC (rev 5912)
@@ -49,7 +49,7 @@
 To this end, Rafael Rosolem has a separate data stream.  <em class=program>COSMOS_development</em>
 reads Rafaels data streams and converts them to DART observation sequence files. 
 <b>Since these data streams are not widespread, we recommend using 
-<a href="COSMOS_level2_to_obs.html"> COSMOS_level2_to_obs.f90</a>.</b>
+<a href="COSMOS_to_obs.html"> COSMOS_to_obs.f90</a>.</b>
 <br />
 <br />
 The workflow is usually: 
@@ -92,7 +92,7 @@
 The development observation data for each station is generally not available.
 The metadata for each station (location, height, etc) is also
 available from the data portal. The <b>Level 2 Data</b> is most suited for use with DART.
-<b>We recommend using <a href="COSMOS_level2_to_obs.html"> COSMOS_level2_to_obs.f90</a>.</b>
+<b>We recommend using <a href="COSMOS_to_obs.html"> COSMOS_to_obs.f90</a>.</b>
 An example of the development observation data follows:
 </P>
 <pre>
@@ -288,8 +288,8 @@
           20
 <div style="color: yellow"> cosmic
   0.88500000000000001       5.84099999999999966E-002   336.95696938999998       0.31918025877000000
-   161.98621864285701        129.14558984999999        55.311849408000000        3.8086191933000002</div>
-           1
+   161.98621864285701        129.14558984999999        55.311849408000000        3.8086191933000002
+           1</div>
  77340     150034
    1225.0000000000000
    ...

Modified: DART/branches/development/observations/COSMOS/work/input.nml
===================================================================
--- DART/branches/development/observations/COSMOS/work/input.nml	2012-10-30 19:36:53 UTC (rev 5911)
+++ DART/branches/development/observations/COSMOS/work/input.nml	2012-10-30 19:46:03 UTC (rev 5912)
@@ -22,7 +22,6 @@
    write_binary_obs_sequence = .false.  
    /
 
-
 &COSMOS_to_obs_nml
    site_metadata_file = '../data/COSMIC_parlist.nc',
    text_input_file    = '../data/SantaRita.corcounts.txt',
@@ -32,8 +31,15 @@
    verbose            = .TRUE.
    /
 
-# For COSMOS_level2_to_obs, the filename is data/corcounts.txt
-# For COSMOS_to_obs,        the filename is data/COSMOS_SantaRita_2011.dat
+&COSMOS_development_nml
+   site_metadata_file = '../data/COSMIC_parlist.nc',
+   text_input_file    = '../data/COSMOS_SantaRita_2011.dat',
+   obs_out_file       = 'SantaRita.obs_seq.out',
+   sitename           = 'Santa_Rita_Creosote',
+   year               = 2011,
+   maxgoodqc          =    1,
+   verbose            = .TRUE.
+   /
 
 &obs_sequence_tool_nml
    filename_seq         = 'Austin_Cary.obs_seq.out', 'SantaRita.obs_seq.out',


More information about the Dart-dev mailing list