You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provide a clear and concise overview of the new feature requested.
How difficult would it be to allow the parsing of the additional constraint on the "spatial dim" field in the HEMCO config? I'm increasing running ensemble sims w/ GEOSChem and having the ability to more arbitrarily subset larger dimension files would be really really useful.
For example, I can run emissions from variables like the below by adding in "PFT=$PFT" constraint.
It would be nice to go one step further and be able to parse that constraint so we can run hyper sliced emissions from something like:
float ASSIM(ARBVAR,PFT, time, lat, lon) ;
with "ARBVAR=1:PFT=2" type strings.
Thoughts? The sooner I can know whether this is possible (and/or easy), the better. I'm constructing a large code base that will have to either split out a bunch of emission files or subset from them on the fly (which is much better).
thanks,
andrew
Reference(s)
No response
Will you be implementing this feature yourself?
No
Additional information
Not sure if this goes to GEOSChem or HEMCO coders .... or how long it might take to implement.
The text was updated successfully, but these errors were encountered:
Your name
Andrew Schuh
Your affiliation
Colorado State University
Provide a clear and concise overview of the new feature requested.
How difficult would it be to allow the parsing of the additional constraint on the "spatial dim" field in the HEMCO config? I'm increasing running ensemble sims w/ GEOSChem and having the ability to more arbitrarily subset larger dimension files would be really really useful.
For example, I can run emissions from variables like the below by adding in "PFT=$PFT" constraint.
It would be nice to go one step further and be able to parse that constraint so we can run hyper sliced emissions from something like:
float ASSIM(ARBVAR,PFT, time, lat, lon) ;
with "ARBVAR=1:PFT=2" type strings.
Thoughts? The sooner I can know whether this is possible (and/or easy), the better. I'm constructing a large code base that will have to either split out a bunch of emission files or subset from them on the fly (which is much better).
thanks,
andrew
Reference(s)
No response
Will you be implementing this feature yourself?
No
Additional information
Not sure if this goes to GEOSChem or HEMCO coders .... or how long it might take to implement.
The text was updated successfully, but these errors were encountered: