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

History code always outputs an "empty" zero timestep #341

Open
peverwhee opened this issue Dec 17, 2024 · 0 comments
Open

History code always outputs an "empty" zero timestep #341

peverwhee opened this issue Dec 17, 2024 · 0 comments
Labels
bug Something isn't working correctly

Comments

@peverwhee
Copy link
Collaborator

What happened?

regardless of whether you set write_nstep0 to true or false, you always end up with an erroneous nstep=0 sample written to the history file (where the data for the history variables is just 0)

  1. If set to true, you get two nstep=0 samples (one "accurate" and one zeroes)
  2. If set to false, you get one nstep=0 sample with variables = 0

What are the steps to reproduce the bug?

Run the regression tests and inspect the history output - https://escomp.github.io/CAM-SIMA-docs/development/cam-testing/#regression-testing

What CAM-SIMA hash were you using?

sima0_00_002

What machine were you running CAM-SIMA on?

CISL machine (e.g. cheyenne)

What compiler were you using?

GNU

Path to a case directory, if applicable

No response

Will you be addressing this bug yourself?

Yes

Extra info

No response

@peverwhee peverwhee added the bug Something isn't working correctly label Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working correctly
Projects
None yet
Development

No branches or pull requests

1 participant