source: flexpart.git/flexpart-testing/distrotest/stuff.xml @ 29feaef

FPv9.3.1FPv9.3.1b_testingFPv9.3.2fp9.3.1-20161214-nc4grib2nc4_repair
Last change on this file since 29feaef was 496c607, checked in by Don Morton <Don.Morton@…>, 8 years ago

Initial commit of FPv9.3.1

Currently, this is a clone of snapshot FPv9.3.0

  • Property mode set to 100644
File size: 1.5 KB
Line 
1<distribution>
2
3    <!-- Sample XML testing namelist -->
4
5    <short_descr>
6        Basic distro
7    </short_descr>
8
9    <distropath>
10        /home/morton/flexpart
11    </distropath>
12
13    <makefilepath>
14        /home/morton/makefile.tmp
15    </makefilepath>
16
17    <parmodpath>
18        /home/morton/par_mod.f90
19    </parmodpath>
20
21    <metcase>
22
23        <short_descr>
24            ECMWF patch
25        </short_descr>
26
27        <metfiledir>
28            /home/morton/metfiles
29        </metfiledir>
30
31        <availablepath>
32            /home/morton/metfiles/AVAILABLE
33        </availablepath>
34
35
36        <runcase>
37            <short_descr>
38                Run case #1
39            </short_descr>
40
41            <casedir>
42                /home/morton/casedir/case01
43            </casedir>
44
45            <controldatadir>
46                /home/morton/casedir/case01/controldata
47            </controldatadir>
48
49            <basictest>
50                   
51                <short_descr>
52                    Max error over entire temporal and spatial domain
53                </short_descr>
54
55                <type>
56                    max_error
57                </type>
58
59                <max_threshold>
60                   1.0E-3
61                </max_threshold>
62            </basictest>
63
64            <basictest>
65                <short_descr>
66                    RMS error over entire temporal and spatial domain
67                </short_descr>
68
69                <type>
70                    rmse
71                </type>
72
73                <max_threshold>
74                   1.0E-6
75                </max_threshold>
76            </basictest>
77
78        </runcase>
79
80
81    </metcase>
82
83
84</distribution>
Note: See TracBrowser for help on using the repository browser.
hosted by ZAMG