forked from geoschem/gcpy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Now print small/large numbers in exp notation in benchmark tables
gcpy/util.py - Added routine "format_number_for_table", which returns a format string to be used in routine "print_totals". This will convert small and large numbers to scientific notation in benchmark mass and emissions tables. - Routine print_totals now calls "format_number_for_table". - Now truncate species & diagnostics names in benchmark mass tables and emissions tables to 20 characters to improve readability CHANGELOG.md - Updated accordingly Signed-off-by: Bob Yantosca <[email protected]>
- Loading branch information
Showing
2 changed files
with
66 additions
and
1 deletion.
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