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

Why does the training time step is different from the time integration steps? Why does neuralGCM learned physics tendencies recomputed once every 30/60 minutes while "gradually increase the rollout length from 6 hours to 5 days"? #131

Open
weatherforecasterwhai opened this issue Oct 11, 2024 · 0 comments

Comments

@weatherforecasterwhai
Copy link

Hi,
First, in the Training part of the paper, it clearly said### "We gradually increase the rollout length from 6 hours to 5 days".
But, in the ### appendix E time integration,### " learned physics tendencies are only recomputed
once every 60 minutes for our lowest resolution (2.8◦) model and every 30 minutes for all others."

Why does the training time step is different from the time integration steps?

And I tried, if setting
inner_steps = 1 # save model outputs once every 24 hours
timedelta = np.timedelta64(1, 'h') * inner_steps

it also works.
And when testing p_e, for the sam time preriod, the 1 hour step running are the same with 6 hours running.

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant