-
Notifications
You must be signed in to change notification settings - Fork 383
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'mark-petersen/ocean/single_precision_output' (PR #3360)
Change all ocean output files to single precision Currently, all MPAS-Ocean output files are double precision. This is not necessary and doubles file space and write time. This PR adds the single line to specify single precision to all output streams with 2D and 3D fields. For standard simulations, this only alters: * monthly time averages, used for MPAS-Analysis * high frequency stats, used for animations Restart files remain double precision. The time average is computed in double precision, and the final value is then written in single precision. This will be bit-for-bit for comparison of restart and coupler files, but not for ocean output files. [BFB]
- Loading branch information
Showing
1 changed file
with
9 additions
and
0 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