Sorry, not sure if it is the correct forum to discuss this.
I'm a new developer that uses the open source codes of Cameron Becarrio to load the GRIB data files downloaded from GFS. However, the loading of every interval of 3-hr wind data takes a long time (~16secs).
Is it due to the following variables settings that I have configured?
MAX_TASK_TIME=100
MIN_SLEEP_TIME=25
OVERLAY_ALPHA=112
INTENSITY_SCALE_STEP=10
MAX_PARTICLE_AGE=100
PARTICLE_LINE_WIDTH=1
PARTICLE_MULTIPLIER=7
FRAME_RATE=40
Or am I missing out something?