-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add capabality to write one traj file per core
- Timings show that in long run simulations writing one trajectory file per tile io has a sever impact on model timing. Specifically Termination time can become larger than the Main loop time. - This update bypasses using the io_layout for trajectory files and forces one file per processor (the way old iceberg model behaved till ulm) by setting a namelist icebergs_nml: force_all_pes_traj = .true. - This is a temporary fix to let people run long run simulations until we find a proper fix.
- Loading branch information
1 parent
1711492
commit 6854f3a
Showing
2 changed files
with
36 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters