Added by Romeo Nkurunziza about 8 years ago
I need to select 5 models from 17 that best represent the historical climatic features against CRU for my study area and I just realize that typing cdo for each for each of the 17 is time consuming. Can anyone give me a hint into how to write a script that contains all CDO commands needed to calculate the difference between the models and observations , as well as plotting or What is the best way to approach this models selection?
best to use bash scripts to repeat cdo command and with multiple processors, using GNU parallel for this is highly efficient.