LMDZ
Main Page
Modules
Data Types List
Files
File List
File Members
phys_state_var_mod.F90
Go to the documentation of this file.
1
!
2
! $Id: $
3
!
4
MODULE
phys_state_var_mod
5
!======================================================================
6
! Variables saved in startphy.nc
7
!======================================================================
8
9
!USE dimphy, only : klon
10
11
12
!REAL, ALLOCATABLE, SAVE :: rlat(:), rlon(:)
13
!!$OMP THREADPRIVATE(rlat,rlon)
14
15
CONTAINS
16
17
!======================================================================
18
SUBROUTINE
phys_state_var_init
()
19
! use dimphy, only : klon
20
21
! if (.not.allocated(rlat)) then
22
! ALLOCATE(rlat(klon),rlon(klon))
23
! else
24
! write(*,*) "phys_state_var_init: warning, rlat already allocated"
25
! endif
26
27
END SUBROUTINE
phys_state_var_init
28
29
!======================================================================
30
SUBROUTINE
phys_state_var_end
31
! use dimphy, only : klon
32
33
! deallocate(rlat,rlon)
34
35
END SUBROUTINE
phys_state_var_end
36
37
END MODULE
phys_state_var_mod
phys_state_var_mod::phys_state_var_end
subroutine phys_state_var_end
Definition:
phys_state_var_mod.F90:31
phys_state_var_mod::phys_state_var_init
subroutine phys_state_var_init()
Definition:
phys_state_var_mod.F90:19
phys_state_var_mod
Definition:
phys_state_var_mod.F90:4
libf
phydev
phys_state_var_mod.F90
Generated on Wed Dec 2 2015 16:27:06 for LMDZ by
1.8.9.1