UPP (develop)
Loading...
Searching...
No Matches
gtg_indices.F90
Go to the documentation of this file.
1
3module gtg_indices
4contains
6 subroutine indices_gtg()
7 implicit none
8 print *, "Stub code for GTG protection but to make UPP public to work"
9 end subroutine indices_gtg
10end 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