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

Implementation of the NPROMICRO mechanism in the LPACK_MICRO=F case #39

Open
SebastienRietteMTO opened this issue Sep 13, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@SebastienRietteMTO
Copy link
Collaborator

In mode_ice4_pack, we can compute the microphysics on a selection of points by packing them in new arrays before calling ice4_stepping (LPACK_MICRO=T) or call directly ice4_stepping on all the points (LPACK_MICRO=F).

With the packing, we can activate the NPROMICRO mechanism; but this mechanism is not available without the packing.

This issue describes how to implement NPROMICRO without packing:

  • add variables for lower and upper bounds of the DO loops used in the different processes
  • these variables will evaluate to 1 and KSIZE in the packing case (to reproduce the present computation)
  • without the packing, these variables will target a moving slice, with a DO loop around the call to ice4_stepping
@SebastienRietteMTO SebastienRietteMTO self-assigned this Sep 13, 2023
@SebastienRietteMTO SebastienRietteMTO added the enhancement New feature or request label Sep 13, 2023
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