Skip to content

Instantly share code, notes, and snippets.

@lkluft
Last active February 15, 2018 08:28
Show Gist options
  • Save lkluft/e5f6fa7a34b869661ed477981427ac3a to your computer and use it in GitHub Desktop.
Save lkluft/e5f6fa7a34b869661ed477981427ac3a to your computer and use it in GitHub Desktop.
Calculate and plot the 15 minute rolling mean for BCO data.
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Try2Code
Copy link

Try2Code commented Feb 15, 2018

cdo  -graph,device=png,ymin=0,ymax=12 -merge \
   -timselmean,80  -select,name=VEL "/pool/OBS/BARBADOS_CLOUD_OBSERVATORY/Level_1/I_Meteorology_2m/2018*/*.nc"  \
   -timselstd,80   -select,name=VEL "/pool/OBS/BARBADOS_CLOUD_OBSERVATORY/Level_1/I_Meteorology_2m/2018*/*.nc" VelAndStd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment