Skip to content

Commit

Permalink
Move RM6 to logging over print statements, but still report regional_…
Browse files Browse the repository at this point in the history
…mom6 to stdout
  • Loading branch information
manishvenu committed Jan 9, 2025
1 parent 7be170f commit 1048b70
Show file tree
Hide file tree
Showing 5 changed files with 75 additions and 62 deletions.
11 changes: 11 additions & 0 deletions demos/reanalysis-forced.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,17 @@
"from dask.distributed import Client"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"# Currently, only the regional_mom6 module reports logging information to the info level, for more detailed output\n",
"# import logging\n",
"# logging.basicConfig(level=logging.INFO) \n"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down
Loading

0 comments on commit 1048b70

Please sign in to comment.