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

Properly fix when OutputFieldsDefault writes output #326

Merged
merged 24 commits into from
Sep 28, 2023

Commits on Aug 31, 2023

  1. Configuration menu
    Copy the full SHA
    8517904 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. OutputFieldsDefault: restore tfields_average_length

    tfields_average_every is now unused (instead of misused)
    James committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    1ef44b2 View commit details
    Browse the repository at this point in the history
  2. OutputFieldsDefault: restore tfields_average_every

    this restores its intended functionality
    James committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    c79120c View commit details
    Browse the repository at this point in the history
  3. OutputFieldsDefault: document params

    James committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    58c1eb9 View commit details
    Browse the repository at this point in the history
  4. OutputFieldsDefault: rm useless assign

    James committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    bca50aa View commit details
    Browse the repository at this point in the history
  5. OutputFieldsDefault: handle tfield_first

    James committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    495b052 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    971f633 View commit details
    Browse the repository at this point in the history
  7. OutputFieldsDefault: tweak compare for clarity

    make it clearer that timestep only matters relative to tfield_next_
    James committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    99bbe44 View commit details
    Browse the repository at this point in the history
  8. OutputFieldsDefault: don't overwrite old tfd

    also simplify/document the process
    James committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    0d4853d View commit details
    Browse the repository at this point in the history
  9. OutputFieldsDefault: don't force tfd at t=0

    will still output tfd at t=0 when tfield_first = 0
    James committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    fb91a11 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1fd67a0 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. OutputFieldsDefault: extract tfield_enabled()

    James committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    a27baa9 View commit details
    Browse the repository at this point in the history
  2. OutputFieldsDefault: extract do_tfield()

    James committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    482f94e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1eddf71 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    965e060 View commit details
    Browse the repository at this point in the history
  5. OutputFieldsDefault: extract pfield_enabled()

    James committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    51b25a1 View commit details
    Browse the repository at this point in the history
  6. OutputFieldsDefault: extract do_pfield()

    James committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    67ac9fe View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c4fd127 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    4858aa1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61b0bd4 View commit details
    Browse the repository at this point in the history
  3. *: use new namespacing

    James committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    1677b3c View commit details
    Browse the repository at this point in the history
  4. test_mfields_io: test enabled()

    James committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    1b961a4 View commit details
    Browse the repository at this point in the history
  5. test_mfields_io: test other new methods

    James committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    d1cdcba View commit details
    Browse the repository at this point in the history
  6. OutputFieldsDefault: fix next_out edge case

    floordiv would also work
    James committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    a059e51 View commit details
    Browse the repository at this point in the history