Skip to content
Snippets Groups Projects
Commit 159d71e3 authored by Nils Brüggemann's avatar Nils Brüggemann
Browse files

tools/tool_icon_section_transport_mask_r2b4_r0004.py: Adjust paths to Levante directories.

parent 0582a9c7
No related branches found
No related tags found
No related merge requests found
import sys
import numpy as np
from netCDF4 import Dataset
from ipdb import set_trace as mybreak
#from ipdb import set_trace as mybreak
from cartopy import crs as ccrs
# --- dummy object to collect variables
......@@ -200,9 +200,9 @@ do_plot_sections_in_the_end = True
# --- path to triploar grid file
gname = 'r2b4_oce_r0004'
path_grid = f'/mnt/lustre01/work/mh0033/m300602/icon/grids/{gname}/'
path_grid = f'/work/mh0033/m300602/icon/grids/{gname}/'
fpath_tgrid = f'{path_grid}/{gname}_tgrid.nc'
fpath_fx = f'/mnt/lustre01/work/mh0033/m300602/icon/grids/{gname}/{gname}_L40_fx.nc'
fpath_fx = f'/work/mh0033/m300602/icon/grids/{gname}/{gname}_L40_fx.nc'
# --- path to output netcdf file
fpath_ncfile_out = f'{path_grid}section_mask_{gname}.nc'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment