I’m looking to use the output of ACCESS-OM2-01 to create synthetic observational data (ie. sample the model data fields at the time and locations of Argo profiles).
Unfortunately, I’m a bit lost in the data on Gadi and might need a quick “roadmap” of which runs are which.
I require 3d temperature and salinity data, forced with interannual atmospheric fields, preferably with daily output frequency.
I’m looking in /g/data/ik11/outputs/access-om2-01/, and I’m somewhat confused between the various configs (v140 or v150) and the most stable “cycle”?
I think you’ll need @aekiss to answer this concretely. However, the IAF 01-degree listing at this post might help: ACCESS-OM2 Control Runs. It looks to me like you’d want to use the last cycle of v140 - unless this doesn’t have the daily data you want?
You could use the explorer to help you form your query. However, for your query specifically: you need to specify the frequency as frequency='1 daily'. You could also add start_time='1987' to cull the selected set of files before doing any further xarray selections.
Note that if start_time and/or end_time are used, the time range
of the resulting dataset may not be bounded exactly on those
values, depending on where the underlying files start/end. Use
dataset.sel() to exactly select times from the dataset.