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

Incorrect output behavior when date of simulation is specified (such as in camp_examples) #121

Open
jcurtis2 opened this issue Aug 10, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@jcurtis2
Copy link

In the case when running /examples/camp_examples/bright_chamber/use_case_7 and /examples/camp_examples/bright_chamber/use_case_8, if simulation start is specified for a simulation (year, month, day, hour), the model results in output.csv are output every time step as the following is true:

if( simulation_time__s .ge. this%next_output_time__s_ .or. l_force ) then

where simulation_time__s in that example is 63727390800.000000 (which is seconds since 01/01/0001 00:00:00 UTC) and this%next_output_time__s_ is initially 0 (and will be incremented by the this%output_time_step__s_ every time output is done (which is of course every time step in this example))

@mattldawson mattldawson added the bug Something isn't working label Aug 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants