NOAA-GFDL / MDTF-diagnostics

Analysis framework and collection of process-oriented diagnostics for weather and climate simulations
https://mdtf-diagnostics.readthedocs.io/en/main/
Other
65 stars 100 forks source link

Extract variables from GFDL FRE *.static.nc files #42

Open tsjackson-noaa opened 4 years ago

tsjackson-noaa commented 4 years ago

FRE postprocessing combines static data for a given component into a single netCDf file, eg. the 'areacello', 'deptho', etc. variables for an ocean model will all be in an ocean_monthly.static.nc file. Scripts expect one variable per netcdf file, regardless of frequency, so the framework preprocessing will need to extract these into separate files.

jkrasting commented 4 years ago

This could also facilitate the use of files in GFDL’s “av” time-averaged post-processing format.