EMPIRE DA  v1.9.1
Data assimilation codes using EMPIRE communication
 All Classes Files Functions Variables Pages
alltests.f90
Go to the documentation of this file.
1 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
2 !!! Time-stamp: <2015-10-13 13:33:02 pbrowne>
3 !!!
4 !!! Tests program for user supplied model and observation specific routines
5 !!! Copyright (C) 2014 Philip A. Browne
6 !!!
7 !!! This program is free software: you can redistribute it and/or modify
8 !!! it under the terms of the GNU General Public License as published by
9 !!! the Free Software Foundation, either version 3 of the License, or
10 !!! (at your option) any later version.
11 !!!
12 !!! This program is distributed in the hope that it will be useful,
13 !!! but WITHOUT ANY WARRANTY; without even the implied warranty of
14 !!! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 !!! GNU General Public License for more details.
16 !!!
17 !!! You should have received a copy of the GNU General Public License
18 !!! along with this program. If not, see <http://www.gnu.org/licenses/>.
19 !!!
20 !!! Email: p.browne @ reading.ac.uk
21 !!! Mail: School of Mathematical and Physical Sciences,
22 !!! University of Reading,
23 !!! Reading, UK
24 !!! RG6 6BB
25 !!!
26 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
27 
30 
31 program alltests
32  use pf_control
33  implicit none
34 
35  call set_pf_controls
36  print*,'PF: configuring model'
37  call configure_model
38 
39 !!$ it turns out that these tests don't make any sense for H...
40 !!commenting out
41 !!$ call H_tests
42 
43  call r_tests
44 
45  call q_tests
46 
47  call hqhtr_tests
48 
49  call b_tests
50 
51 end program alltests
52 
53 
subroutine b_tests()
Definition: tests.f90:965
subroutine configure_model
subroutine called initially to set up details and data for model specific functions ...
program alltests
program to run all tests of user specific functions
Definition: alltests.f90:31
subroutine r_tests()
Definition: tests.f90:257
subroutine q_tests()
Definition: tests.f90:675
subroutine hqhtr_tests()
Definition: tests.f90:881
subroutine set_pf_controls
subroutine to ensure pf_control data is ok
Definition: pf_control.f90:146
module pf_control holds all the information to control the the main program
Definition: pf_control.f90:29