Skip to content
New issue

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

Old pipeline #14

Closed
mandresm opened this issue Jul 1, 2024 · 0 comments · Fixed by #20
Closed

Old pipeline #14

mandresm opened this issue Jul 1, 2024 · 0 comments · Fixed by #20
Assignees
Labels
old feature Features of the old SEAMORE Ruby Implementation
Milestone

Comments

@mandresm
Copy link
Contributor

mandresm commented Jul 1, 2024

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 => &lbrack;table_var1_SIfreq&rbrack;</a>]
        --> cmorize2[cmorizer.Project.<b>cmorize</b> fesom_var2_freq => &lbrack;table_var2_SIfreq&rbrack;]
        --> cmorize3[cmorizer.Project.<b>cmorize</b> fesom_var3_freq => &lbrack;table_var3_SIfreq&rbrack;]
        --> user_script_d1[...]
    end


    o.process --> cmorizer.Project.new --> cmorizer.Project.execute

    cmorize1 --> step_chains_new[add a StepChains to the steps]

Loading
@mandresm mandresm added the old feature Features of the old SEAMORE Ruby Implementation label Jul 1, 2024
@pgierz pgierz linked a pull request Jul 16, 2024 that will close this issue
2 tasks
@pgierz pgierz self-assigned this Jul 17, 2024
@pgierz pgierz added this to the Beta Release milestone Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
old feature Features of the old SEAMORE Ruby Implementation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants