EMPIRE DA  v1.9.1
Data assimilation codes using EMPIRE communication
 All Classes Files Functions Variables Pages
test_r.f90
Go to the documentation of this file.
1 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
2 !!! Time-stamp: <2014-09-22 12:28:23 pbrowne>
3 !!!
4 !!! Test program to check user supplied observation error
5 !!! covariance matrix
6 !!! Copyright (C) 2014 Philip A. Browne
7 !!!
8 !!! This program is free software: you can redistribute it and/or modify
9 !!! it under the terms of the GNU General Public License as published by
10 !!! the Free Software Foundation, either version 3 of the License, or
11 !!! (at your option) any later version.
12 !!!
13 !!! This program is distributed in the hope that it will be useful,
14 !!! but WITHOUT ANY WARRANTY; without even the implied warranty of
15 !!! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 !!! GNU General Public License for more details.
17 !!!
18 !!! You should have received a copy of the GNU General Public License
19 !!! along with this program. If not, see <http://www.gnu.org/licenses/>.
20 !!!
21 !!! Email: p.browne @ reading.ac.uk
22 !!! Mail: School of Mathematical and Physical Sciences,
23 !!! University of Reading,
24 !!! Reading, UK
25 !!! RG6 6BB
26 !!!
27 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
28 
31 program test_r
32 
33  use pf_control
34  implicit none
35 
36  call set_pf_controls
37  print*,'PF: configuring model'
38  call configure_model
39 
40 
41  call r_tests
42 
43 end program test_r
44 
subroutine configure_model
subroutine called initially to set up details and data for model specific functions ...
subroutine r_tests()
Definition: tests.f90:257
program test_r
program to run all tests of user supplied observation error covariance matrix/
Definition: test_r.f90:31
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