UPP (develop)
|
VRBLS4D declares 4D variables that are used throughout the UPP code. More...
Go to the source code of this file.
Variables | |
real, dimension(:,:,:,:), allocatable | vrbls4d::coarsepm |
coarse dust particulate matter (PM) from RRFS | |
real, dimension(:,:,:,:), allocatable | vrbls4d::dust |
dust | |
real, dimension(:,:,:,:), allocatable | vrbls4d::ebb |
Biomass burning emissions. | |
real, dimension(:,:,:,:), allocatable | vrbls4d::fv3dust |
FV3 dust. | |
real, dimension(:,:,:,:), allocatable | vrbls4d::nh4 |
nh4 | |
real, dimension(:,:,:,:), allocatable | vrbls4d::no3 |
no3 | |
real, dimension(:,:,:,:), allocatable | vrbls4d::pp10 |
PP10 - particulate matter < 10 microns in diameter. | |
real, dimension(:,:,:,:), allocatable | vrbls4d::pp25 |
PP25 - fine particulate matter. | |
real, dimension(:,:,:,:), allocatable | vrbls4d::salt |
sea salt | |
real, dimension(:,:,:,:), allocatable | vrbls4d::smoke |
smoke | |
real, dimension(:,:,:,:), allocatable | vrbls4d::soot |
black carbon | |
real, dimension(:,:,:,:), allocatable | vrbls4d::suso |
sulfate | |
real, dimension(:,:,:,:), allocatable | vrbls4d::waso |
organic carbon | |
VRBLS4D declares 4D variables that are used throughout the UPP code.
Date | Programmer | Comments |
---|---|---|
2001-10-22 | H CHUANG | MODIFIED TO PROCESS HYBRID MODEL OUTPUT |
2002-04-17 | BALDWIN | MODIFIED TO INCLUDE ALL 3D ARRAYS |
2011-10-18 | SARAH LU | MODIFIED TO INCLUDE GOCART AEROSOLS |
2022-09-18 | Li(Kate) Zhang | MODIFIED TO INCLUDE new NASA GOCART AEROSOLS of NO3 and NH4 |
Definition in file VRBLS4D_mod.f.
real, dimension(:,:,:,:), allocatable vrbls4d::coarsepm |
coarse dust particulate matter (PM) from RRFS
Definition at line 24 of file VRBLS4D_mod.f.
real, dimension(:,:,:,:), allocatable vrbls4d::dust |
dust
Definition at line 15 of file VRBLS4D_mod.f.
real, dimension(:,:,:,:), allocatable vrbls4d::ebb |
Biomass burning emissions.
Definition at line 25 of file VRBLS4D_mod.f.
real, dimension(:,:,:,:), allocatable vrbls4d::fv3dust |
FV3 dust.
Definition at line 23 of file VRBLS4D_mod.f.
real, dimension(:,:,:,:), allocatable vrbls4d::nh4 |
nh4
Definition at line 21 of file VRBLS4D_mod.f.
real, dimension(:,:,:,:), allocatable vrbls4d::no3 |
no3
Definition at line 20 of file VRBLS4D_mod.f.
real, dimension(:,:,:,:), allocatable vrbls4d::pp10 |
PP10 - particulate matter < 10 microns in diameter.
Definition at line 27 of file VRBLS4D_mod.f.
real, dimension(:,:,:,:), allocatable vrbls4d::pp25 |
PP25 - fine particulate matter.
Definition at line 26 of file VRBLS4D_mod.f.
real, dimension(:,:,:,:), allocatable vrbls4d::salt |
sea salt
Definition at line 16 of file VRBLS4D_mod.f.
real, dimension(:,:,:,:), allocatable vrbls4d::smoke |
smoke
Definition at line 22 of file VRBLS4D_mod.f.
real, dimension(:,:,:,:), allocatable vrbls4d::soot |
black carbon
Definition at line 17 of file VRBLS4D_mod.f.
real, dimension(:,:,:,:), allocatable vrbls4d::suso |
sulfate
Definition at line 19 of file VRBLS4D_mod.f.
real, dimension(:,:,:,:), allocatable vrbls4d::waso |
organic carbon
Definition at line 18 of file VRBLS4D_mod.f.