-
Notifications
You must be signed in to change notification settings - Fork 6
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
Layout change for reduced diags resolution on panan0025? #50
Comments
@willaguiar It should be possible to change the layout in the required way, although it might require reducing the number of cores and/or using a less efficient IO layout. I'll see what I can come up with. |
@willaguiar I was now looking at this more in detail and I don't think we can't do it without modifying the grid. The problem is that we have Maybe we could extend the grid south by one point to have |
Thanks for looking into this Micael. Maybe easiest if we leave this as is for now, but we should remember this when designing the OM3 layouts at high res (0.1deg and higher). |
I guess the aim of changing the layout would be to be able to extend the panan-0025 RYF run we currently have, saving the output in a coarser resolution (using smaller disk space). It would take some time for me to set up the new grid, so I think we should maintain RYF as it currently is, but if there are further plans to run other simulations with panan0025, maybe it is worth to set up a new config with the extended domain? |
Yep, agreed, let's leave the existing panan runs as they are, as it would be pretty confusing changing the layout half way through the simulation. @pedrocol is working on developing a panan config with ice shelf cavities, and will need to extend the grid south for that. So worth making sure the grid divides evenly for that new config Pedro. |
Could also consider saving space by post-processing to reduce numerical precision in the outputs. |
Hello Everyone
To save space for an extended panan-0025 run, we are setting the model to save the diagnostics in half-resolution (FYI, adding
_d2
to the end of the module name).However for this option to work we need to have a proportional layout:
FATAL from PE 0: downsample_diag_indices_get: Non-commensurate downsampled domain is not supported. Please choose a layout such that NIGLOBAL/Layout_X and NJGLOBAL/Layout_Y are both divisible by dl= 2 Current domain extents: 5 69 5 61
Is it possible for us to alter panan-0025 layout for future runs ( either go back to previous one, or set a new one?)
The text was updated successfully, but these errors were encountered: