Correct mem_node_max on Jet. The available memory on Kjet as stated in the documentation is rejected by the scheduler.
Solve OpenMP over-allocation on S4. UPP tasks are failing on S4 because of over allocation by OpenMP.
Type of change
Bug fix (fixes something broken)
Change characteristics
Is this a breaking change (a change in existing functionality)? NO
Does this change require a documentation update? NO
How has this been tested?
Cycle run on Jet (res 192/96) and S4 (res 96/48 and 192/96)
Forecast only on Jet, resolution 96 and 384
Checklist
[x] Any dependent changes have been merged and published
[x] My code follows the style guidelines of this project
[x] I have performed a self-review of my own code
[x] I have commented my code, particularly in hard-to-understand areas
[x] My changes generate no new warnings
[x] New and existing tests pass with my changes
[x] I have made corresponding changes to the documentation if necessary
Description
Correct
mem_node_max
on Jet. The available memory on Kjet as stated in the documentation is rejected by the scheduler. Solve OpenMP over-allocation on S4. UPP tasks are failing on S4 because of over allocation by OpenMP.Type of change
Change characteristics
How has this been tested?
Checklist