We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describes the full SEAMORE pipeline
[this is work in progress]
flowchart LR o.process[<a href='https://github.com/FESOM/seamore/blob/7725366f7b68ea3824ac6baa500ea49531722b72/bin/seamore#L83-L92'>seamore process</a>] subgraph cmorizer.Project.execute[<a href='https://github.com/FESOM/seamore/blob/7725366f7b68ea3824ac6baa500ea49531722b72/lib/cmorizer.rb#L23'>cmorizer.Project.execute</a>] direction TB FesomOutputDir[<a href='https://github.com/FESOM/seamore/blob/7725366f7b68ea3824ac6baa500ea49531722b72/lib/fesom_output_dir.rb#L24'>FesomOutputDir</a>] --> sort_by_year[Sort files by year] --> first_year[define first year] --> last_year[define last year] --> year_ranges[<a href='https://github.com/FESOM/seamore/blob/7725366f7b68ea3824ac6baa500ea49531722b72/lib/cmorizer.rb#L182'>calculate year ranges</a>] --> mkdir_out[mkdir output directory] --> continue[<a href=https://github.com/FESOM/seamore/blob/7725366f7b68ea3824ac6baa500ea49531722b72/lib/cmorizer.rb#L48'>to_be_continued</a>] end subgraph user_script[user script] direction TB var_definitions[var definitions] --> experiment_id[experiment id block definition] --> cmorize_defaults[define default cmorization pipeline] --> cmorize1[<a href='https://github.com/FESOM/seamore/blob/7725366f7b68ea3824ac6baa500ea49531722b72/lib/cmorizer.rb#L169-L176'>cmorizer.Project.<b>cmorize</b> fesom_var1_freq => [table_var1_SIfreq]</a>] --> cmorize2[cmorizer.Project.<b>cmorize</b> fesom_var2_freq => [table_var2_SIfreq]] --> cmorize3[cmorizer.Project.<b>cmorize</b> fesom_var3_freq => [table_var3_SIfreq]] --> user_script_d1[...] end o.process --> cmorizer.Project.new --> cmorizer.Project.execute cmorize1 --> step_chains_new[add a StepChains to the steps]
The text was updated successfully, but these errors were encountered:
pgierz
Successfully merging a pull request may close this issue.
Describes the full SEAMORE pipeline
[this is work in progress]
The text was updated successfully, but these errors were encountered: