UPP
(develop)
Toggle main menu visibility
Main Page
Related Pages
Topics
Data Types
Data Types List
Data Fields
All
Variables
Files
File List
Globals
All
a
b
c
d
e
f
g
i
l
m
n
o
p
q
r
s
t
u
w
z
Functions/Subroutines
a
b
c
d
e
f
g
i
l
m
n
o
p
q
r
s
t
u
w
z
•
All
Data Structures
Files
Functions
Variables
Modules
Pages
Loading...
Searching...
No Matches
gtg_indices.F90
Go to the documentation of this file.
1
3
module
gtg_indices
4
contains
6
subroutine
indices_gtg()
7
implicit none
8
print *,
"Stub code for GTG protection but to make UPP public to work"
6
subroutine
indices_gtg()
…
9
end subroutine
indices_gtg
10
end module
gtg_indices
11
12
! subroutine gtg_algo(hgt,gust,qitfax,catonly,mwt)
13
! use ctlblk_mod, only: me,mpi_comm_comp,jsta_2l, jend_2u, jsta, jend, IM,JM,LM,SPVAL
14
! real, intent(in) :: hgt(im,jsta_2l:jend_2u) ! terrain avg. ht in grid box (m)
15
! real, intent(in) :: gust(im,jsta_2l:jend_2u) ! surface max gust (m/s)
16
! real, intent(inout) :: qitfax(IM,jsta_2l:jend_2u,LM)
17
! real, intent(inout),dimension(IM,jsta_2l:jend_2u,LM) :: catonly,mwt
18
!
19
! print *, "Stub code for GTG protection but to make UPP public to work"
20
!
21
! qitfax=SPVAL
22
! catonly=SPVAL
23
! mwt=SPVAL
24
! return
25
! end subroutine gtg_algo
gtg_indices.F90
Generated by
1.9.8