Aerosol distribution display. - ARM Summer School 2026 #1026
Replies: 5 comments
|
Hi @marositesUSC , would this be a new feature request? |
|
Hi, @zssherman , yes this is a new feature request. I am at the ARM Summer School, and @jrobrien91 suggested I submit this. I didn't add any additional details (my apologies). But I am trying to plot aerosol size distributions. I am using the N_ccn data from 'sgpaosccn2colbE13.b1' and 'sgpaosccn2colaavgE13.b1'. |
|
@marositesUSC Ah gotcha! This code block might help, could you try this and adjust for your dataset: |
|
Cool! Also, wanted to expand this. We wanted to explore 2 months of data. We were using this datastream and date range. ccn_datastream = 'sgpaosccn2colaavgE13.b1' startdate = '2019-11-01' result_ccn = act.discovery.download_arm_data(arm_username, arm_token, ccn_datastream, startdate, enddate) |
|
@marositesUSC The act reader should take multiple files and stack them on time etc, if you provide the result_ccn into the: ds = act.io.arm.read_arm_netcdf(result_ccn) it should work |
Uh oh!
There was an error while loading. Please reload this page.
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
All reactions