Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
WRFChem_for_PALM
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MBEES
WRFChem_for_PALM
Commits
f2ddfd5a
Commit
f2ddfd5a
authored
2 years ago
by
David Jean du Preez
Browse files
Options
Downloads
Patches
Plain Diff
fixed upwind aerosol prolfile
parent
a36938b9
No related branches found
No related tags found
1 merge request
!21
fixed upwind aerosol prolfile
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
configurations/default_outline.conf
+59
-0
59 additions, 0 deletions
configurations/default_outline.conf
configurations/mbees_les_test_10.conf
+1
-1
1 addition, 1 deletion
configurations/mbees_les_test_10.conf
with
60 additions
and
1 deletion
configurations/default_outline.conf
0 → 100644
+
59
−
0
View file @
f2ddfd5a
# 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
# PALM case, domain, and configuration parameters
domain
=
'mbees'
resolution
=
'10'
scenario
=
'les_test'
nested_domain
=
False
# Dynamic driver output directory and filename
dynamic_driver_file
=
"directory and file name (example: /home/JOBS/city_test_dynamic)"
# Import grid parameters for dynamic driver from static driver
grid_from_static
=
True
# Static driver input directory and filename
static_driver_file
=
"directory and file name (example: /home/JOBS/city_test_static)"
# Reference coordinate system of PALM simulation
proj_palm
=
"EPSG:32633"
# Projection lon-lat
proj_wgs84
=
'EPSG:4326'
# Vertical grid
dz
=
10
.
0
nz
=
192
# 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)
origin_time
=
"2022-03-16 06:00:00"
simulation_hours
=
3
# Directory for wrf_chem input data and mask
wrf_dir_name
=
"directory to wrf-chem input data"
wrf_file_mask
=
"wrfout_d01_2022*"
wrf_hybrid_levs
=
False
vinterp_terrain_smoothing
=
None
# Directory for interpolated files
interp_dir_name
=
'direcotry to save interpolated files'
# WRF-chem gaseous species
# If salsa is used, h2so4, hno3, nh3, ocnv, ocsv must be included
# Some other possible species: 'no', 'no2'
wrfchem_spec
= [
'h2so4'
,
'hno3'
,
'nh3'
,
'ocnv'
,
'ocsv'
]
# Salsa parameters and aerosol size bins
aerosol_wrfchem
=
True
wrfchem_bin_limits
= [
3
.
9
e
-
8
,
1
.
56
e
-
7
,
6
.
25
e
-
7
,
2
.
5
e
-
6
,
1
.
0
e
-
5
]
nbin
= [
1
,
7
]
reglim
= [
3
.
9
e
-
8
,
5
.
0
e
-
8
,
2
.
5
e
-
6
]
nf2a
=
1
.
0
# Either SO4 or OC must be included in listspec (aerosol species only)
listspec
= [
'DU'
,
'SO4'
,
'OC'
,
'BC'
,
'SS'
,
'NH'
,
'NO'
]
# Radiation
radiation_from_wrf
=
False
wrf_rad_file_mask
=
"auxhist6_*"
radiation_smoothing_distance
=
10000
.
0
This diff is collapsed.
Click to expand it.
configurations/mbees_les_test_10.conf
+
1
−
1
View file @
f2ddfd5a
...
...
@@ -29,7 +29,7 @@ dz_max = 10.0
# Time origin and extent of the simulation (format YYYY-MM-DD hh:mm:ss)
origin_time
=
"2022-03-16 06:00:00"
simulation_hours
=
12
simulation_hours
=
3
# Directory for wrf_chem input data and mask
wrf_dir_name
=
'/cfs/home/d/u/dupreeda/MBEES/PALM/wrf_chem_data'
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment