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

MYZ_dts - Implement the dawn-day-dusk-night model #26

Open
smitdave opened this issue May 30, 2024 · 1 comment
Open

MYZ_dts - Implement the dawn-day-dusk-night model #26

smitdave opened this issue May 30, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@smitdave
Copy link
Member

A runtime mismatch is when two different dynamical components run at different time steps. For example, suppose_ that we want to run a model for humans that updates once every 7 days, but we want to run a model for mosquitoes that updates four times a day (dawn, day, dusk, night).

Note that this challenge is unique to discrete-time systems.

@smitdave smitdave added the enhancement New feature or request label May 30, 2024
@smitdave smitdave self-assigned this May 30, 2024
@smitdave smitdave transferred this issue from dd-harp/MicroMoB May 31, 2024
@smitdave
Copy link
Member Author

smitdave commented Jun 4, 2024

For fine-grained simulations that work on time steps less than one day, a solution was developed in the ENBQR model that internalizes computation of fqZ. A problem with this is that for internal consistency, each time step would need its own TaR matrix, and the EIR would need all fqZ values. Hmmm.

@smitdave smitdave changed the title Implement iteration for fine-grain and coarse-grain runtime mismatches MYZ_dts - Implement iteration for fine-grain and coarse-grain runtime mismatches Jun 6, 2024
@smitdave smitdave transferred this issue from dd-harp/ramp.dts Jun 6, 2024
@smitdave smitdave transferred this issue from dd-harp/ramp.xds Jun 18, 2024
@smitdave smitdave changed the title MYZ_dts - Implement iteration for fine-grain and coarse-grain runtime mismatches MYZ_dts - Implement the dawn-day-dusk-night model Jun 27, 2024
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

1 participant