Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add yaml file for prepobsaero task #1141

Merged
merged 4 commits into from
Jun 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions parm/aero/prep/prep_viirs.yaml.j2
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
provider: VIIRSAOD
window begin: {{ window_begin | to_isotime }}
window end: {{ window_end | to_isotime }}
binning:
cressman radius: 100
stride: 132
min number of obs: 500
variable: aerosolOpticalDepth
output file: {{ DATA }}/{{ OPREFIX }}viirs_{{sensor}}.{{ current_cycle | to_YMDH }}.nc4
input files: {{ input_files }}
thinning:
threshold: 0
channel: 4
preqc: 0
Loading