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
eec32c7a
Commit
eec32c7a
authored
Oct 04, 2018
by
Mike Bedington
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update river_make for changes to PyFVCOM
parent
b28f8cc5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
app/generate_rivers/file/river_make.py
app/generate_rivers/file/river_make.py
+1
-1
No files found.
app/generate_rivers/file/river_make.py
View file @
eec32c7a
...
...
@@ -53,7 +53,7 @@ obc_file = common_dir + '/' + grid_name + '_obc.dat'
output_file
=
grid_name
+
'_riv.nc'
output_file_nml
=
grid_name
+
'_riv.nml'
positions
,
names
,
times
,
flux_array
,
temperature
,
salinity
,
ersem_dict
=
fr
.
get_pyfvcom_prep
(
river_list
,
start_date
,
end_date
,
ersem
=
False
,
noisy
=
True
)
positions
,
names
,
times
,
flux_array
,
temperature
,
salinity
,
ersem_dict
,
sediment_dict
=
fr
.
get_pyfvcom_prep
(
river_list
,
start_date
,
end_date
,
ersem
=
False
,
noisy
=
True
)
salinity
=
np
.
ones
(
salinity
.
shape
)
flux_array
[
flux_array
<
0
]
=
0
...
...
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