Changes between Version 58 and Version 59 of WikiStart
- Timestamp:
- 2022-03-01T12:54:32Z (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v58 v59 8 8 The latest full release of ROPP ('''ROPP-11 v11.0''') is currently available for users via the [http://www.romsaf.org/ropp ROM SAF web pages]. The next major release ('''ROPP-12 v12.0''') is currently under development and is hoped to be released to users in 2024. 9 9 10 The ROPP deliverable source code is sub-divided into '''modules''':11 * '''ropp_utils ''' :low-level utility routines12 * '''ropp_io ''' : I/O support for RO data in netCDF, GRIB and BUFR files13 * '''ropp_pp ''' : preprocessor to derive refractivity, bending angle and dry temperature profiles from excess phase and amplitude; wave optics propagation tool14 * '''ropp_fm ''' : forward models (and associated tangent linear, adjoint and gradient code)15 * '''ropp_1dvar ''' : 1D-Var retrieval & minimizer16 * '''ropp_apps ''' :tropopause height and planetary boundary layer height diagnostic tools10 The ROPP deliverable source code is sub-divided into the following '''modules''' 11 * '''ropp_utils:''' low-level utility routines 12 * '''ropp_io:''' I/O support for RO data in a variety of formats, from a variety of sources 13 * '''ropp_pp:''' pre-processor to derive refractivity, bending angle and dry temperature profiles from excess phase and amplitude; 1D and 2D wave optics propagation tools 14 * '''ropp_fm:''' forward models (and associated tangent linear, adjoint and gradient codes) 15 * '''ropp_1dvar:''' 1D-Var tools for retrieving temperature, humidity and electron density, using observations of refractivity, bending angle and differenced bending angles at two frequencies 16 * '''ropp_apps:''' tropopause height and planetary boundary layer height diagnostic tools 17 17 18 Supporting modules for documentation, testing and building the source are: 19 * '''ropp_doc''' : user and project documentation for ROPP 20 * '''ropp_test''' : 'Test Folder' system 21 * '''ropp_bld''' : build and configure scripts for ROPP and dependency packages 18 Support modules for documenting and testing the source code are: 19 * '''ropp_doc:''' user and project documentation for ROPP 20 * '''ropp_test:''' 'Test Folder' system 22 21 23 Further information on ROPP, including the Release Notes, Overview and module User Guides, is available from the [http://www.romsaf.org/software.php ROPP page of the ROM SAF website].22 Further information on ROPP, including the Release Notes, Change Log, Overview and module User Guides, is available from the [http://www.romsaf.org/software.php ROPP page of the ROM SAF website]. 24 23 25 24 ---- … … 60 59 61 60 ---- 62 == ROPP Release == 61 == Useful information on the management of ROPP releases == 62 63 '''Development''' 64 65 * [https://trac.romsaf.org/ropp/browser/ropp_test/trunk/docs/romsaf_ropp_sdr_v110.pdf Software development record] 63 66 64 67 * [https://trac.romsaf.org/ropp/browser/ropp_doc/trunk/ROPP_develop.pdf ROPP development guide] … … 67 70 68 71 72 '''Testing''' 73 74 * [https://trac.romsaf.org/ropp/browser/ropp_test/trunk/docs/romsaf_ropp_testplan_v110.pdf Formal details of tests that need to be run] 75 76 * [https://trac.romsaf.org/ropp/browser/ropp_test/trunk/docs/romsaf_ropp_testfolder_v91.pdf How to run the Test Folder] 77 78 * [https://trac.romsaf.org/ropp/browser/ropp_test/trunk/docs/romsaf_ropp_betatest_v110.pdf Example beta test report] 79 80 * [https://trac.romsaf.org/ropp/browser/ropp_test/trunk/docs/test_folder_plans.pdf Some ideas for test folder development] 81 82 * [https://trac.romsaf.org/ropp/browser/ropp_test/trunk/docs/overnight_testing.pdf Some ideas for overnight testing of ROPP] 83 69 84 ----