-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes K->C conversion in
initial_condition
(#176)
* numpy.min -> numpy.nanmin to avoid issues with masked input * add tests for K->C conversion * don't hardcode mask * format black * add clarifying comments * add another test for temperatures * format black * convert K->C before removing mask * more robust K -> C * Update inaccurate comment in initial condition generation * black * update temp units when they're converted --------- Co-authored-by: ashjbarnes <ashjbarnes97@gmail.com>
- Loading branch information
1 parent
a0c1fb4
commit dcca341
Showing
2 changed files
with
156 additions
and
71 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