source: flexpart.git/flexpart-testing/check/general_cases/gfortran/test_ecmwf_02hr_1p0deg_nestedinput_1species_1emission_nestedoutgrid_fwd_bwd.xml @ ac8f03a

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

Rearranging FPv9.3.1 testing environment specs

Ticket #261

  • Property mode set to 100644
File size: 3.4 KB
Line 
1 <distribution>
2
3    <!-- Sample XML testing namelist -->
4
5    <short_descr>
6        Testing of Generic FLEXPART for small ECMWF problems with nested input and output
7     
8    </short_descr>
9
10    <distropath>
11        ../../flexpart_code/
12    </distropath>
13
14    <parmodpath>
15        ../case_data/ecmwf_02hr_1p0deg_nestedinput/par_mod.f90
16    </parmodpath>
17
18    <execname>
19        FLEXPART_GFORTRAN
20    </execname>   
21
22    <!--Second met case: ECMWF global fields + European nest, nested output -->
23
24    <metcase>
25
26        <short_descr>
27            ECMWF global fields with European nest
28        </short_descr>
29
30        <metfiledir>
31            ../case_data/met_data/ecmwf/t1_03h_ec1p0d_v2/
32        </metfiledir>
33
34        <metnestfiledir>
35            ../case_data/met_data/ecmwf/t1_03h_ec0p5d_nest_v2/
36        </metnestfiledir>
37
38        <runcase>
39            <short_descr>
40                Forward run, 2 hours length, 1 species, 1 emissions, nested outgrid
41            </short_descr>
42
43            <casedir>
44                ../case_data/ecmwf_02hr_1p0deg_nestedinput/case_ecmwf_02hr_1p0deg_nestedinput_1species_1emission_nestedoutgrid_fwd/rundir_template
45            </casedir>
46
47            <controldatadir>
48                ../case_data/ecmwf_02hr_1p0deg_nestedinput/case_ecmwf_02hr_1p0deg_nestedinput_1species_1emission_nestedoutgrid_fwd/control_output
49            </controldatadir>
50
51            <basictest>
52                <short_descr>
53                    Max error over entire temporal and spatial mother domain
54                </short_descr>
55
56                <type>
57                    mother_all_vars_maxabserr
58                </type>
59
60                <max_threshold>
61                   1.0E-3
62                </max_threshold>
63            </basictest>
64
65            <basictest>
66                <short_descr>
67                    Max error over entire temporal and spatial nested domain
68                </short_descr>
69
70                <type>
71                    nest_all_vars_maxabserr
72                </type>
73
74                <max_threshold>
75                   1.0E-3
76                </max_threshold>
77            </basictest>
78
79        </runcase>
80
81        <runcase>
82            <short_descr>
83                Backward run, 2 hours length, 1 species, 1 emissions, nested outgrid
84            </short_descr>
85
86            <casedir>
87                ../case_data/ecmwf_02hr_1p0deg_nestedinput/case_ecmwf_02hr_1p0deg_nestedinput_1species_1emission_nestedoutgrid_bwd/rundir_template
88            </casedir>
89
90            <controldatadir>
91                ../case_data/ecmwf_02hr_1p0deg_nestedinput/case_ecmwf_02hr_1p0deg_nestedinput_1species_1emission_nestedoutgrid_bwd/control_output
92            </controldatadir>
93
94
95            <basictest>
96                <short_descr>
97                    Max error over entire temporal and spatial mother domain
98                </short_descr>
99
100                <type>
101                    mother_all_vars_maxabserr
102                </type>
103
104                <max_threshold>
105                   1.0E-3
106                </max_threshold>
107            </basictest>
108
109            <basictest>
110                <short_descr>
111                    Max error over entire temporal and spatial nest domain
112                </short_descr>
113
114                <type>
115                    nest_all_vars_maxabserr
116                </type>
117
118                <max_threshold>
119                   1.0E-3
120                </max_threshold>
121            </basictest>
122
123
124
125        </runcase>
126
127    </metcase>
128
129
130
131</distribution>
Note: See TracBrowser for help on using the repository browser.
hosted by ZAMG