UPP  V11.0.0
 All Data Structures Files Functions Pages
VRBLS4D_mod.f
1 ! 01-10-22 H CHUANG - MODIFIED TO PROCESS HYBRID MODEL OUTPUT
2 ! 02-04-17 BALDWIN - MODIFIED TO INCLUDE ALL 3D ARRAYS
3 ! 11-10-18 SARAH LU - MODIFIED TO INCLUDE GOCART AEROSOLS
4  module vrbls4d
5 !- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
6  implicit none
7 !
8  real, allocatable :: dust(:,:,:,:) ! dust
9  real, allocatable :: salt(:,:,:,:) ! sea salt
10  real, allocatable :: soot(:,:,:,:) ! black carbon
11  real, allocatable :: waso(:,:,:,:) ! organic carbon
12  real, allocatable :: suso(:,:,:,:) ! sulfate
13  real, allocatable :: smoke(:,:,:,:)
14  real, allocatable :: pp25(:,:,:,:) ! PP25
15  real, allocatable :: pp10(:,:,:,:) ! PP10
16 !
17  end module vrbls4d