E3SM-Project / processflow

A workflow tool for the E3SM project
MIT License
6 stars 5 forks source link

CMOR fixes #144

Open sterlingbaldwin opened 5 years ago

sterlingbaldwin commented 5 years ago

Two issues exist for CMOR:

1) cmor should use the cmip6 variables names in its config var list 2) it should check the actual file names of the output not just how many files are there

jhkennedy commented 5 years ago

I'd also add:

  1. CMOR should be added to the processflow docs
rljacob commented 5 years ago

Are the first 2 items bugs in CMOR? Or how processflow users CMOR? Not clear.

sterlingbaldwin commented 5 years ago

Its the cmor job in processflow. Right now you list the input variables names, and processflow counts the number of output variables to see if the job finished successfully, but this doesnt take into account that the relationship isnt 1-to-1. Sometimes several input variables are needed for a single output.