Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
Detection eddies
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
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
Show more breadcrumbs
IPSL
LMD
DPAO
Detection eddies
Commits
4a64f87d
Commit
4a64f87d
authored
1 year ago
by
Lionel GUEZ
Browse files
Options
Downloads
Patches
Plain Diff
Do not write `speed.csv`
Since we now have speed in the shapefile `cont_list`.
parent
4e0f5f10
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Inst_eddies/set_max_speed.F90
+2
-12
2 additions, 12 deletions
Inst_eddies/set_max_speed.F90
with
2 additions
and
12 deletions
Inst_eddies/set_max_speed.F90
+
2
−
12
View file @
4a64f87d
...
...
@@ -19,7 +19,7 @@ contains
IEEE_QUIET_NAN
! Libraries:
use
jumble
,
only
:
new_unit
,
rad_to_deg
use
jumble
,
only
:
rad_to_deg
use
shapelib
,
only
:
shpt_polygon
use
shapelib_03
,
only
:
shp_append_object_03
,
dbf_write_attribute_03
...
...
@@ -70,7 +70,7 @@ contains
! Local:
real
,
allocatable
::
speed
(:)
! (n_cont) speed on the contour
integer
i
,
i_outer
,
unit
,
ishape
integer
i
,
i_outer
,
ishape
integer
sort_ssh
(
size
(
cont_list
))
! (n_max_cont)
! Sorts cont_list%ssh in ascending order. Defined only for
...
...
@@ -102,16 +102,6 @@ contains
end
do
#ifdef DEBUG
call
new_unit
(
unit
)
open
(
unit
,
file
=
"speed.csv"
,
status
=
"replace"
,
action
=
"write"
)
write
(
unit
,
fmt
=
*
)
"speed(sort_ssh) cont_list%ssh(sort_ssh)"
do
i
=
1
,
n_cont
write
(
unit
,
fmt
=
*
)
speed
(
sort_ssh
(
i
)),
cont_list
(
sort_ssh
(
i
))
%
ssh
end
do
close
(
unit
)
if
(
write_cont_list
)
then
do
i
=
1
,
n_cont
call
shp_append_object_03
(
ishape
,
hshp_cont_list
,
shpt_polygon
,
&
...
...
This diff is collapsed.
Click to expand it.
GUEZ Lionel
@guez
mentioned in commit
a446ee9a
·
1 year ago
mentioned in commit
a446ee9a
mentioned in commit a446ee9af3c14735b3e0a4d05ed3e5eecd900bb0
Toggle commit list
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