UPP (develop)
Loading...
Searching...
No Matches
VRBLS4D_mod.f
Go to the documentation of this file.
1
11 module vrbls4d
12!- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
13 implicit none
14!
15 real, allocatable :: dust(:,:,:,:)
16 real, allocatable :: salt(:,:,:,:)
17 real, allocatable :: soot(:,:,:,:)
18 real, allocatable :: waso(:,:,:,:)
19 real, allocatable :: suso(:,:,:,:)
20 real, allocatable :: no3(:,:,:,:)
21 real, allocatable :: nh4(:,:,:,:)
22 real, allocatable :: smoke(:,:,:,:)
23 real, allocatable :: fv3dust(:,:,:,:)
24 real, allocatable :: coarsepm(:,:,:,:)
25 real, allocatable :: ebb(:,:,:,:)
26 real, allocatable :: pp25(:,:,:,:)
27 real, allocatable :: pp10(:,:,:,:)
28!
29 end module vrbls4d