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

HDF I/O improvements #160

Open
5 of 10 tasks
bishtgautam opened this issue Apr 8, 2021 · 0 comments
Open
5 of 10 tasks

HDF I/O improvements #160

bishtgautam opened this issue Apr 8, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@bishtgautam
Copy link
Member

bishtgautam commented Apr 8, 2021

  1. Output the following variables: (use local-to-natural).

    • Pressure
    • Saturation
    • Checkpoint
    • Run a test to ensure the checkpoint file is correctly used. Run an initial simulation for 12 steps and write out checkpoint files for each timestep. Run another simulation using the checkpoint file from 7 steps and run it for 5 more steps. The two simulations should be identical
  2. Input (natural-to-local)
    a. Time-invariant:

    • Permeability dataset
    • Porosity dataset
    • IC

    b. Time-varying

    • Source-sinks
  3. Test the code for

    • serial runs
    • parallel runs

Borrow PFLTORAN's I/O format and few useful PFLOTRAN regression tests are:

  • regression_tests/default/condition/romain.in [for IC]
  • regression_tests/default/condition/543_timeseries.in [for permeability]
@bishtgautam bishtgautam added the enhancement New feature or request label Apr 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants