plesager / ece3-postproc

Suite of processing tools for EC-Earth3 output
5 stars 8 forks source link

automatic hiresclim (autohc.sh) #17

Closed oloapinivad closed 5 years ago

oloapinivad commented 6 years ago

Hi all,

I recently introduced a autohc.sh which performs an automatic hiresclim in https://github.com/oloapinivad/ece3-postproc/blob/master/script/autohc.sh It is based on hc.sh and is the legacy of the autopostproc.sh which is now deprecated I guess.

You just provide him the experiment name: it checks which years have been run, which years have been post-processed and if a post-processing is already running.

I used the same path structure based on eval, but I am not 100% sure it will work under different configurations. Also, to check if a job is running on the HPC details on other submit command must be added.

If you are interested this can be further improved and/or merged it with hc.sh. We used at the time of SPHINX and we found it very useful.