Changes between Version 14 and Version 15 of FpCtbtoOverview


Ignore:
Timestamp:
Jul 1, 2015, 2:07:47 PM (9 years ago)
Author:
dearn
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FpCtbtoOverview

    v14 v15  
    3535To perform the unification in the GRIB reading routines in FLEXPART to achieve a single executable, the following steps have taken place:
    3636
    37 1. Documentation and test cases have been added into the source code within their respective directories. The testing environment, '''FLEXtest''', is constituted of a set of simple modules that can be independently called but that are meant to be in a high level structure. http://flexpart.eu:8088/svn/CTBTOdevel/trunk/flexpart-testing/doc/ for readily available mark down documentation. An example of the functioning and outcome of the testing is added below. The main approach taken here is that both, documentation and testing environment (included limited test data), are part of the FLEXPART source code so that the user may test compilation, running and execution right after code download.
     371. A testing environment has been developed. '''FLEXtest''', is constituted of a set of simple modules that can be independently called but that are meant to be in a high level structure. http://flexpart.eu:8088/svn/CTBTOdevel/trunk/flexpart-testing/doc/ for readily available mark down documentation. An example of the functioning and outcome of the testing is added below.
    3838
    39392. The FLEXPART version in the trunk (as of date 16 February 2015) has been used to program the unification of routines. The code has been modified as follows:
     
    4242    * adding a routine to detect the format to be used (detectformat.f90)
    4343
    44 3. Added to the distribution a fairly simple and documented tested python-based environment documented python-based testing environment.
     443. Documentation, test environment and test cases have been added into the distribution within their respective directories doc,flextest,tests.In his way, the user may test compilation, running and execution right after download.
    4545
    4646'''The code, documentation and test environment may be obtained in http://flexpart.eu:8088/svn/CTBTOdevel/trunk/'''