repo.or.cz
/
WRF.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge remote-tracking branch 'origin/release-v4.5.2'
[WRF.git]
/
var
/
da
/
da_ssmi
/
module_ssmi.f90
blob
6a4665c8d9e4670e054a9b5d0c626afa6cceb483
1
module
module_ssmi
2
3
use
da_control
,
only
:
t_kelvin
,
pi
,
t_roughem
4
5
contains
6
7
#
include
"cal_sigma_v.inc"
8
#
include
"epsalt.inc"
9
#
include
"spemiss.inc"
10
#
include
"tb.inc"
11
#
include
"tbatmos.inc"
12
#
include
"effht.inc"
13
#
include
"effang.inc"
14
#
include
"roughem.inc"
15
#
include
"read_ssmi.inc"
16
17
end module
module_ssmi
18