Changes between Version 6 and Version 7 of WikiStart
- Timestamp:
- 2007-04-02T13:26:34Z (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v6 v7 5 5 CHAMP, COSMIC or GRAS. The package is being developed through the EUMETSAT '''GRAS SAF'''. 6 6 7 The ROPP deliverable code is sub-divided into '''modules''':7 The ROPP deliverable source code is sub-divided into '''modules''': 8 8 * ropp_tools : low-level utility routines 9 9 * 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) 10 11 * ropp_qc : quality control routines 11 12 * ropp_fm : forward models (and associated tangent linear, adjoint & gradient code) 12 13 * ropp_1dvar : 1D-Var retrieval & minimiser 13 14 * ropp_test : test harness 14 In addition there are ROPP areas for documentation, external web page content and a comprehensive test suite. 15 Not all of these modules have been implemented for the first release (ROPP-1), but will be added for later releases. 16 17 In addition there are ROPP areas for documentation, external web page content and a comprehensive Test Folder suite. 15 18 16 19 == The ROPP Repository == … … 20 23 svn://fcm7/ROPP_svn/... 21 24 }}} 22 For example, checking out the actual developmentversions:25 For example, checking out the latest development (trunk) versions: 23 26 {{{ 24 27 svn co svn://fcm7/ROPP_svn/ropp_src/trunk ropp_src … … 27 30 svn co svn://fcm7/ROPP_svn/ropp_test/trunk ropp_test 28 31 }}} 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: 32 will check out the source code, documentation, web presentation, and test folder, respectively. 33 34 With FCM (see below), the above checkout commands would be somewhat simpler: 31 35 {{{ 32 36 fcm co fcm:ropp_src_tr ropp_src … … 36 40 }}} 37 41 38 39 42 == FCM == 40 43 … … 42 45 to be portable and independent of any particular code management system. 43 46 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: 47 The advantages of using FCM is a simpler front-end to Subversion commands (see the checkout examples above), 48 and also the availability graphical diff and merge utilities (but noting that latest versions of TkCVS also supports SVN). 47 49 50 In order to support ROPP, the following abbreviations/keywords are implemented within the central FCM configuration: 48 51 {{{ 49 52 set::repos::ropp_doc svn://fcm7/ROPP_svn/ropp_doc