Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
pyicon-fraser
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Fraser William Goldsworth
pyicon-fraser
Commits
159d71e3
Commit
159d71e3
authored
2 years ago
by
Nils Brüggemann
Browse files
Options
Downloads
Patches
Plain Diff
tools/tool_icon_section_transport_mask_r2b4_r0004.py: Adjust paths to Levante directories.
parent
0582a9c7
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tools/tool_icon_section_transport_mask_r2b4_r0004.py
+3
-3
3 additions, 3 deletions
tools/tool_icon_section_transport_mask_r2b4_r0004.py
with
3 additions
and
3 deletions
tools/tool_icon_section_transport_mask_r2b4_r0004.py
+
3
−
3
View file @
159d71e3
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
'
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment