EMPIRE DA  v1.9.1
Data assimilation codes using EMPIRE communication
 All Classes Files Functions Variables Pages
Rdata.f90
Go to the documentation of this file.
1 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
2 !!! Time-stamp: <2015-03-25 13:54:08 pbrowne>
3 !!!
4 !!! A module to store data about the observation error covariance
5 !!! matrix
6 !!! The user should change according to their own needs
7 !!! Copyright (C) 2014 Philip A. Browne
8 !!!
9 !!! This program is free software: you can redistribute it and/or modify
10 !!! it under the terms of the GNU General Public License as published by
11 !!! the Free Software Foundation, either version 3 of the License, or
12 !!! (at your option) any later version.
13 !!!
14 !!! This program is distributed in the hope that it will be useful,
15 !!! but WITHOUT ANY WARRANTY; without even the implied warranty of
16 !!! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 !!! GNU General Public License for more details.
18 !!!
19 !!! You should have received a copy of the GNU General Public License
20 !!! along with this program. If not, see <http://www.gnu.org/licenses/>.
21 !!!
22 !!! Email: p.browne @ reading.ac.uk
23 !!! Mail: School of Mathematical and Physical Sciences,
24 !!! University of Reading,
25 !!! Reading, UK
26 !!! RG6 6BB
27 !!!
28 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
31 module rdata
32 implicit none
33 contains
35  subroutine loadr
36  end subroutine loadr
37 
39  subroutine killr
40  end subroutine killr
41 
42 end module rdata
43 
45 
46  implicit none
47 
48 contains
49 
50  subroutine load_hqhtr
51  call hqhtr_factor
52  end subroutine load_hqhtr
53 
54  subroutine hqhtr_factor
55 
56 
57  end subroutine hqhtr_factor
58 
59  subroutine kill_hqhtr
60 
61  end subroutine kill_hqhtr
62 
63 
64 
65 
66 end module hqht_plus_r
subroutine hqhtr_factor
Definition: Rdata.f90:54
Module to hold user supplied data for observation error covariance matrix.
Definition: Rdata.f90:31
subroutine load_hqhtr
Definition: Rdata.f90:50
subroutine loadr
Subroutine to load data for R.
Definition: Rdata.f90:35
subroutine killr
SUbroutine to deallocate R data.
Definition: Rdata.f90:39
subroutine kill_hqhtr
Definition: Rdata.f90:59