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

Well swapping #2

Merged
merged 3 commits into from
May 27, 2024
Merged

Well swapping #2

merged 3 commits into from
May 27, 2024

Commits on May 27, 2024

  1. Configuration menu
    Copy the full SHA
    6d6511e View commit details
    Browse the repository at this point in the history
  2. Second well swapping prototype

    - Reduce the amount of forward models call (for each iteration)
      - drill_planner
      - adjust_well_status
      - track_well_switch
      - update_dates
      - add_templates
    - Reduce the amount of IO calls (intermittent files)
    - Faster workflow
    - manage operation state and actions with a state machine
    sregales-TNO committed May 27, 2024
    Configuration menu
    Copy the full SHA
    0c43c93 View commit details
    Browse the repository at this point in the history
  3. Set new parser standard

    There has been talks of making this project into a library
    and letting each forward model creator manage there own forward model.
    For this we need a prorper and clear standard that each project can inherit and abide by.
    
    What better way then starting with the parser standard.
    New parser standard:
    - uses three main cammands, run, lint, and schema
    - retains backwards compatibility with old adhoc version
    - library is plug-n-play
    sregales-TNO committed May 27, 2024
    Configuration menu
    Copy the full SHA
    75b9b0e View commit details
    Browse the repository at this point in the history