= Welcome to GHOST = == (Green House Observations of the Startosphere and Troposphere) == == SVN Usage == ===Typical use case=== None of this is compulsory, it's just a fairly complete example of how things work; 1. Check out the software to a local working directory {{{ svn co https://forge.roe.ac.uk/svn/GHOST ./GHOST-temp }}} 2. Add a directory {{{ cd GHOST-temp/tests/redis (now in GHOST-temp/tests/redis directory) mkdir DataStore02 cd DataStore02 (now in GHOST-temp/tests/redis/DataStore02 directory) }}} 3. Add some files {{{ echo "A test of netCDF storage for GHSOT array data" >> readme.txt }}} 4. Now tell SVN about the new directories and files {{{ cd .. (now in GHOST-temp/tests/redis directory) svn add DataStore02 }}} 5. Now commit your changes (files get written to SVN here) {{{ cd ../.. (now in GHOST-temp directory) svn commit }}} == Quick Links == === Third party software === * Redis [http://redis.io/] * Redis-py [https://github.com/andymccurdy/redis-py] * netCDF [http://www.unidata.ucar.edu/software/netcdf/] * IWG-1 [https://www.eol.ucar.edu/raf/Software/iwgadts/IWG1_Def.html] === GHOST === * [https://livelink.roe.ac.uk/Livelink/livelink.exe/Open/8853135 GHOST Livelink project] * [https://sites.google.com/site/ghostinstrument/ GHOST HQ] === Globalhawk, NASA etc === === Wiki,Subversion etc === * WikiIntro - The basic introduction to this Wiki system For a complete list of local wiki pages, see TitleIndex.