Project

General

Profile

Multi Model Ensemble (17 models)

Added by Romeo Nkurunziza over 7 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?


Replies (1)

RE: Multi Model Ensemble (17 models) - Added by Mikko Strahlendorff about 3 years ago

best to use bash scripts to repeat cdo command and with multiple processors, using GNU parallel for this is highly efficient.

    (1-1/1)