Skip to content
mbees_rans_test_100.conf 1.99 KiB
Newer Older
# Configuration file for using WRFChem to create a dynamic driver for PALM
# Based on configuration file from GMD: https://doi.org/10.5194/gmd-2020-175
David Jean du Preez's avatar
David Jean du Preez committed

# PALM case, domain, and configuration parameters
domain        = 'mbees'
resolution    = '100'
scenario      = 'rans_test'
nested_domain = False

# Dynamic driver output directory and filename
David Jean du Preez's avatar
David Jean du Preez committed
dynamic_driver_file = "/cfs/home/d/u/dupreeda/MBEES/PALM/palm_model_system-v21.10/JOBS/mbees/mbees_dynamic12hr"

# Import grid parameters for dynamic driver from static driver
David Jean du Preez's avatar
David Jean du Preez committed
grid_from_static = True
# Static driver input directory and filename
David Jean du Preez's avatar
David Jean du Preez committed
static_driver_file = "/cfs/home/d/u/dupreeda/MBEES/PALM/palm_model_system-v21.10/JOBS/mbees/mbees_static"

# Reference coordinate system of PALM simulation
David Jean du Preez's avatar
David Jean du Preez committed
proj_palm = "EPSG:32633"
# Projection lon-lat
David Jean du Preez's avatar
David Jean du Preez committed
proj_wgs84 = 'EPSG:4326'

# Vertical grid resolution
David Jean du Preez's avatar
David Jean du Preez committed
dz = 10.0
nz = 120  # z in grids
dz_stretch_level = 3000.0 # in meters
dz_stretch_factor = 1.00
dz_max = 10.0

# Time origin and extent of the simulation (format YYYY-MM-DD hh:mm:ss)
David Jean du Preez's avatar
David Jean du Preez committed
origin_time = "2022-03-16 06:00:00"
simulation_hours = 12

# Directory for wrf_chem input data and mask
David Jean du Preez's avatar
David Jean du Preez committed
wrf_dir_name    = '/cfs/home/d/u/dupreeda/MBEES/PALM/wrf_chem_data'

wrf_file_mask   =  "wrfout_d01_2022*"
wrf_hybrid_levs = False
vinterp_terrain_smoothing = None
# Directory for interpolated files
David Jean du Preez's avatar
David Jean du Preez committed
interp_dir_name = '/cfs/home/d/u/dupreeda/MBEES/PALM/wrf_chem_data/interp'

# WRF-chem gaseous species
# If salsa is used, h2so4, hno3, nh3, ocnv, ocsv must be included
# Some other possible species: 'no', 'no2'
David Jean du Preez's avatar
David Jean du Preez committed
wrfchem_spec = ['h2so4','hno3','nh3','ocnv','ocsv']

# Salsa parameters and aerosol size bins
David Jean du Preez's avatar
David Jean du Preez committed
aerosol_wrfchem = True
wrfchem_bin_limits = [3.9e-8, 1.56e-7, 6.25e-7, 2.5e-6, 1.0e-5]
nbin     = [1,7]
reglim   = [3.9e-8, 5.0e-8, 2.5e-6]
nf2a     = 1.0
# Either SO4 or OC must be included in listspec (aerosol species only)
listspec = ['DU','SO4', 'OC','BC','SS','NH','NO']
David Jean du Preez's avatar
David Jean du Preez committed

# Radiation files
David Jean du Preez's avatar
David Jean du Preez committed
radiation_from_wrf = False
wrf_rad_file_mask = "auxhist6_*"
radiation_smoothing_distance = 10000.0