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
## Install env (easy way if you don't want to install them by yourself) | |
``` | |
brew install gcc | |
brew install open-mpi | |
brew install netcdf | |
brew install netcdf-fortran | |
``` | |
## Correct netcdf-fortran | |
1. type `nf-config`, which shows all your configurations for your netcdf. |
This file has been truncated, but you can view the full file.
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
{ | |
"cells": [ | |
{ | |
"cell_type": "code", | |
"execution_count": 1, | |
"id": "efdf1272-fc8b-4e07-b296-ed2c8bb98d67", | |
"metadata": { | |
"editable": true, | |
"slideshow": { | |
"slide_type": "" |