Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
rose_fvcom_setup
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PML-modelling
rose_fvcom_setup
Commits
d974a119
Commit
d974a119
authored
Feb 04, 2019
by
Modellers Operational
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename plotting routing and bugfix for timing
parent
e1da5554
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
2 deletions
+8
-2
app/plot_surf_vars/.rose-app.conf.swp
app/plot_surf_vars/.rose-app.conf.swp
+0
-0
app/plot_surf_vars/file/plot_var.py
app/plot_surf_vars/file/plot_var.py
+1
-0
app/plot_surf_vars/rose-app.conf
app/plot_surf_vars/rose-app.conf
+4
-0
suite.rc
suite.rc
+3
-2
No files found.
app/plot_surf_vars/.rose-app.conf.swp
0 → 100644
View file @
d974a119
File added
app/plot_s
st
/file/plot_var.py
→
app/plot_s
urf_vars
/file/plot_var.py
View file @
d974a119
...
...
@@ -48,6 +48,7 @@ fname = sys.argv[1]
var
=
sys
.
argv
[
2
]
clim
=
[
float
(
sys
.
argv
[
3
]),
float
(
sys
.
argv
[
4
])]
print
(
fname
)
cmap
=
pt
.
plotting
.
pmlcmaps
(
var
)
pool_size
=
4
...
...
app/plot_s
st
/rose-app.conf
→
app/plot_s
urf_vars
/rose-app.conf
View file @
d974a119
[
command
]
default
=
today_output
=/${
ARCHIVE_DIR
}/${
START_DAY
}/${
GRID
}
_
0001
.
nc
;
default
=
today_output
=/${
ARCHIVE_DIR
}/${
START_DAY
}/${
GRID
_NAME
}
_
0001
.
nc
;
echo
${
today_output
}
python3
plot_var
.
py
${
today_output
}
temp
8
18
;
python3
plot_var
.
py
${
today_output
}
salinity
31
36
;
mkdir
/${
PLOT_DIR
}/${
START_DAY
}/;
mv
*.
png
/${
PLOT_DIR
}/${
START_DAY
}/
mkdir
-
p
/${
PLOT_DIR
}/${
START_DAY
}/;
mv
*.
png
/${
PLOT_DIR
}/${
START_DAY
}/
suite.rc
View file @
d974a119
...
...
@@ -67,7 +67,8 @@
{% else %}
write_run_namelist => run_fvcom => transfer_data
{% endif %}
run_fvcom => nan_check & plot_sst
run_fvcom => nan_check
transfer_data => plot_surf_vars
"""
...
...
@@ -303,4 +304,4 @@
"""
[[nan_check]]
inherit = remote_job
[[plot_s
st
]]
[[plot_s
urf_vars
]]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment