Changes between Version 6 and Version 7 of WikiStart


Ignore:
Timestamp:
2007-04-02T13:26:34Z (17 years ago)
Author:
Dave Offiler
Comment:

Updated ROPP front wiki page

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v6 v7  
    55CHAMP, COSMIC or GRAS. The package is being developed through the EUMETSAT '''GRAS SAF'''.
    66
    7 The ROPP deliverable code is sub-divided into '''modules''':
     7The ROPP deliverable source code is sub-divided into '''modules''':
    88 * ropp_tools : low-level utility routines
    99 * ropp_io    : I/O support for RO data in plain text, netCDF and BUFR files
     10 * ropp_pp    : pre-processor (e.g. to derive refractivity profiles from bending angle profiles)
    1011 * ropp_qc    : quality control routines
    1112 * ropp_fm    : forward models (and associated tangent linear, adjoint & gradient code)
    1213 * ropp_1dvar : 1D-Var retrieval & minimiser
    1314 * ropp_test  : test harness
    14 In addition there are ROPP areas for documentation, external web page content and a comprehensive test suite.
     15Not all of these modules have been implemented for the first release (ROPP-1), but will be added for later releases.
     16
     17In addition there are ROPP areas for documentation, external web page content and a comprehensive Test Folder suite.
    1518
    1619== The ROPP Repository ==
     
    2023svn://fcm7/ROPP_svn/...
    2124}}}
    22 For example, checking out the actual development versions:
     25For example, checking out the latest development (trunk) versions:
    2326{{{
    2427svn co svn://fcm7/ROPP_svn/ropp_src/trunk ropp_src
     
    2730svn co svn://fcm7/ROPP_svn/ropp_test/trunk ropp_test
    2831}}}
    29 will check out the source code, documentation, web presentation, and test folder. With FCM (see below), the
    30 above checkout commands would be somewhat simpler:
     32will check out the source code, documentation, web presentation, and test folder, respectively.
     33
     34With FCM (see below), the above checkout commands would be somewhat simpler:
    3135{{{
    3236fcm co fcm:ropp_src_tr ropp_src
     
    3640}}}
    3741
    38 
    3942== FCM ==
    4043 
     
    4245to be portable and independent of any particular code management system.
    4346
    44 Amongst the advantages of using FCM is a simpler front-end to Subversion commands (see the checkout examples above),
    45 but also and graphical diff and merge utilities. In order to support ROPP, the following abbreviations/keywords
    46 are implemented within the central FCM configuration:
     47The advantages of using FCM is a simpler front-end to Subversion commands (see the checkout examples above),
     48and also the availability graphical diff and merge utilities (but noting that latest versions of TkCVS also supports SVN).
    4749
     50In order to support ROPP, the following abbreviations/keywords are implemented within the central FCM configuration:
    4851{{{
    4952set::repos::ropp_doc         svn://fcm7/ROPP_svn/ropp_doc