Scripts for preparing ACCESS-ESM Meteorology files for CABLE offline #15
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Overview
This adds scripts to create a set of meteorology files from a given ACCESS-ESM1.5 experiment and variation, as well as a landmask at the ACCESS-ESM1.5 resolution with given regions or points selected for testing purposes. The generated files should follow the GSWP input format in CABLE, which requires one file per year, seconds as the time axis, and variables of (ACCESS-ESM1.5 NetCDF variable name -> CABLE NetCDF variable name):
pr->rainf)prsn->snow)lw->rlds)sw->rsds)ps->ps)huss->qa)tas->ta)uas/vas->windspeed)The variables are at 3 hour frequency. Note that the wind speed is not available at 3 hour frequency, so the wind speed is computed from the eastward and northward wind components, after interpolating them from their offset grids to a common grid.
See the associated READMEs for more details on the processes.
Generated files are yet to be tested as of 08/01/2025.