CALIPSO-project / SPINacc

A spinup acceleration procedure for land surface models (LSM)
4 stars 0 forks source link

LOOCV: parallelization and dedicated task #25

Open dsgoll123 opened 1 year ago

dsgoll123 commented 1 year ago

Status: The LOOCV is currently performed while producing the information for the ORCHIDEE restart files in task 4. The computation time demand of the LOOCV is very long. This causes two issues: (1) it makes the tool inefficient (2) the wallclock time of the 'long' queue on obelix is exceeded and the task can not be finished.

Target: The LOOCV is ran in an own task independent from from generating the restart files (task 4) (to address 1nd point) . This task needs to be parallelized (to address 2nd point)