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
4ecafd01
Commit
4ecafd01
authored
3 years ago
by
Lionel GUEZ
Browse files
Options
Downloads
Patches
Plain Diff
Read `SHPC_old` instead of `SHP_triplet_old`
parent
bc4e6a60
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Overlap/Tests/short_tests.json
+1
-1
1 addition, 1 deletion
Overlap/Tests/short_tests.json
Overlap/Tests/test_read_eddy.f90
+1
-1
1 addition, 1 deletion
Overlap/Tests/test_read_eddy.f90
with
2 additions
and
2 deletions
Overlap/Tests/short_tests.json
+
1
−
1
View file @
4ecafd01
...
...
@@ -23,7 +23,7 @@
"required"
:
[
[
"$tests_old_dir/Extraction_eddies_region_4/SHPC_anti_all_dates"
,
"SHP
_triplet
_old"
"SHP
C
_old"
]
],
"stdout"
:
"test_read_eddy_stdout.txt"
,
...
...
This diff is collapsed.
Click to expand it.
Overlap/Tests/test_read_eddy.f90
+
1
−
1
View file @
4ecafd01
...
...
@@ -19,7 +19,7 @@ program test_read_eddy
!-------------------------------------------------------------------------
call
mpi_init
call
shp_tr_open
(
hshp
,
"SHP
_triplet
_old"
,
rank
=
0
)
call
shp_tr_open
(
hshp
,
"SHP
C
_old"
,
rank
=
0
)
call
read_eddy
(
e
,
k
,
i
,
hshp
,
ishape
=
0
)
CALL
shp_tr_close
(
hshp
)
...
...
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