NCAR / CESM_postprocessing

Project repository for the CESM python based post-processing code, documentation and issues tracking.
77 stars 45 forks source link

better integration with cime #207

Closed jedwards4b closed 5 years ago

jedwards4b commented 5 years ago

I will be creating templates for various postprocessing steps which are better integrated with cime. The original files are still in place and so current functionality is not adversely affected.

jedwards4b commented 5 years ago

That's correct, all I've done here is added a script 'template.timeseries' that will interact with a case object and removed some hard coded paths. If there is no case object then the template is ignored and the old timeseries script is used. All previous functionality is maintained.

bertinia commented 5 years ago

@jedwards4b - please test your changes on your branch using actual data before issuing a PR. In this case, I accepted this PR but the timeseries failed due to a change that you made to pass back the CLA options. Namely, debug needed to be passed as options.debug[0]. Thanks.