Changes between Version 4 and Version 5 of FpCtbtoOverview


Ignore:
Timestamp:
Jul 1, 2015, 1:08:02 PM (9 years ago)
Author:
dearn
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FpCtbtoOverview

    v4 v5  
    3333=== Update: 2015-06-30 ===
    3434
    35 Within the first task the FLEXPART code (based on the version in trunk as of date, 16 Febuary 2015) has undergone the following modifications/enhancements:
     35To perform the unification in the GRIB reading routines in FLEXPART to achieve a single executable, the following steps have taken place:
    3636
    37 1. The unification of the GRIB reading routines in FLEXPART so that one executable may use either NCEP or ECMWF met files has been done by renaming GFS and ECMWF routines so that both versions could be used in a single build and handle ECMWF vs GFS logic when calling subroutines. Autodetection of metdata has been also implemented in a routine called detectformat.f90.
     371. Documentation and test cases have been added into the source code within their respective directories. The testing environment is constituted of a set of simple modules that can be independently called but that are meant to be ina highe level structure. For an example, see document below.
    3838
    39 2. Added to the distribution a fairly simple and documented tested python-based environment documented python-based testing environment.
     392. The FLEXPART version in the trunk (as of date 16 February 2015) has been used to program the unification of routines. The code has modified as follows:
     40
     41    * renaming of duplicated routines so that both versions could be used in a single build
     42    * adding a routine to detect the format to be used (detectformat.f90)
     43
     443. Added to the distribution a fairly simple and documented tested python-based environment documented python-based testing environment.
    4045
    4146The code, documentation and environment may be obtained in http://flexpart.eu:8088/svn/CTBTOdevel/trunk/