<p><b>dmbarker</b> 2007-01-17 10:58:30 -0700 (Wed, 17 Jan 2007)</p><p>Add README. DB<br>
</p><hr noshade><pre><font color="gray">Added: trunk/wrfvar/technote/README
===================================================================
--- trunk/wrfvar/technote/README        2007-01-17 16:52:14 UTC (rev 31)
+++ trunk/wrfvar/technote/README        2007-01-17 17:58:30 UTC (rev 32)
@@ -0,0 +1,50 @@
+WRF-Var Technical Note Guidelines
+---------------------------------
+
+The WRF-Var technote is designed to contain technical information concerning
+the design of WRF-Var. Information should be fairly detailed (~10 pages/chapter)
+but should focus on fundamental technical details that will not be obsolete in
+e.g. 3 months (the wiki page is the place for documentation with a limited 
+shelf life). Note: The TechNote chapters are not a user guide. That is a 
+separate document.
+
+The current version is consistent with WRF-Var V2.2 (release date February 2007).
+
+The technote is contained in the MMM documentation repository. If you have
+access to this, type
+
+svn co https://svn-mmm-doc.cgd.ucar.edu/trunk
+cd wrfvar/technote
+
+If you think you need access, but don't have it, contact John Bray.
+
+Using Texshop
+------------
+
+You are strongly advised to use TexShop to view and modify chapters. 
+If you do not have TexShop installed, please submit an MMM assist request
+to have it installed.
+
+Once installed, open TexShop and click &quot;file-&gt;open&quot; and open the
+top level file wrfvar/technote/description.tex. You should not need to edit this,
+as it merely contains links (include lines) to the individual chapters.
+Click on theb &quot;typeset&quot; button, and TexShop will compile the code, 
+and produce a pdf file. (Clicking typeset again will pick up any 
+new references added in latest changes.)
+
+Making Changes
+--------------
+
+You should only need to edit your individual chapter (e.g. radar.tex).
+Use the gen_be.tex chapter as your guide for formatting (e.g. equations,
+paragraphs, sections, bullets, etc).
+
+You don't need to edit your chapter.tex file in TexShop. You can 
+edit in e.g. vi, save it, and then click typeset again to see your new
+changes straight away in the pdf file on your screen.
+
+If you need to add references (they go in description.bbl) please add
+them in the same format as the ones already in there.
+
+Dale Barker
+

</font>
</pre>