Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pymistral
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Show more breadcrumbs
Aaron Spring
pymistral
Merge requests
!25
less imports
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
less imports
less
into
master
Overview
0
Commits
2
Changes
2
Open
Aaron Spring
requested to merge
less
into
master
2 years ago
Overview
0
Commits
2
Changes
2
Expand
0
0
Merge request reports
Compare
master
version 1
9f80cf62
2 years ago
master (HEAD)
and
latest version
latest version
81049d5c
2 commits,
2 years ago
version 1
9f80cf62
1 commit,
2 years ago
2 files
+
10
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
pymistral/cdo_post.py
+
6
−
5
Options
import
glob
import
os
import
warnings
import
logging
import
pandas
as
pd
import
xarray
as
xr
import
cdo
import
logging
from
.setup
import
my_system
try
:
import
cdo
from
.setup
import
my_system
cdo
=
cdo
.
Cdo
()
cdo
.
forceOutput
=
True
warnings
.
simplefilter
(
'
ignore
'
)
xr
.
set_options
(
keep_attrs
=
True
)
cdo
=
cdo
.
Cdo
()
cdo
.
forceOutput
=
True
expid
=
'
asp_esmControl_PMassim_1850_ATMTSIDICALKNUT_over_2006
'
Loading