EMPIRE DA
v1.9.1
Data assimilation codes using EMPIRE communication
Main Page
Related Pages
Data Types List
Files
Assimilation Methods
Other features
How to cite EMPIRE
Tutorials
File List
File Members
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
44
module
hqht_plus_r
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
hqht_plus_r::hqhtr_factor
subroutine hqhtr_factor
Definition:
Rdata.f90:54
rdata
Module to hold user supplied data for observation error covariance matrix.
Definition:
Rdata.f90:31
hqht_plus_r::load_hqhtr
subroutine load_hqhtr
Definition:
Rdata.f90:50
rdata::loadr
subroutine loadr
Subroutine to load data for R.
Definition:
Rdata.f90:35
hqht_plus_r
Definition:
Rdata.f90:44
rdata::killr
subroutine killr
SUbroutine to deallocate R data.
Definition:
Rdata.f90:39
hqht_plus_r::kill_hqhtr
subroutine kill_hqhtr
Definition:
Rdata.f90:59
src
user
Rdata.f90
Generated on Tue Dec 13 2016 18:44:26 for EMPIRE DA by
1.8.8