DominikPatrickNommensen / MB-System-Best-WOA18-SVP

MB-System tool to find the best World Ocean Atlas 2018 sound velocity profiles for sound speed correction.
1 stars 0 forks source link

Setup a python environment #1

Open DominikPatrickNommensen opened 1 year ago

DominikPatrickNommensen commented 1 year ago

Setup a way to make sure the tool works

DominikPatrickNommensen commented 3 months ago

Python environment testing seems to be relatively easy for the download script:

  1. Conda create —name [envname]
  2. Conda activate [envname]
  3. Conda install numpy
  4. Conda install pandas
  5. Conda install matplotlib
  6. Conda install pip
  7. Conda install -c conda-forge xarray dask netCDF4 bottleneck
  8. Pip install cartopy

need to test further for other script and for the woa23 version that is to be implementated