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
42e23a25
Commit
42e23a25
authored
3 years ago
by
Lionel GUEZ
Browse files
Options
Downloads
Patches
Plain Diff
Move `read_snapshot.f90` to Common
Because we are going to use it in `test_nearby_extr`.
parent
79ba63df
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Common/read_snapshot.f90
+0
-0
0 additions, 0 deletions
Common/read_snapshot.f90
Overlap/CMakeLists.txt
+3
-2
3 additions, 2 deletions
Overlap/CMakeLists.txt
Overlap/Tests/CMakeLists.txt
+8
-5
8 additions, 5 deletions
Overlap/Tests/CMakeLists.txt
with
11 additions
and
7 deletions
Overlap
/read_snapshot.f90
→
Common
/read_snapshot.f90
+
0
−
0
View file @
42e23a25
File moved
This diff is collapsed.
Click to expand it.
Overlap/CMakeLists.txt
+
3
−
2
View file @
42e23a25
...
...
@@ -3,8 +3,9 @@ add_executable(eddy_graph eddy_graph.f90
${
CMAKE_SOURCE_DIR
}
/Common/shp_tr_create.f90 get_snapshot.f90
overlap.f90 dispatch_snapshot.f90
${
CMAKE_SOURCE_DIR
}
/Common/shp_tr_close.f90
${
CMAKE_SOURCE_DIR
}
/Common/read_field_indices.f90 read_snapshot.f90
recv_snapshot.f90 candidate_overlap.f90 spher_polygon_area.f90
${
CMAKE_SOURCE_DIR
}
/Common/read_field_indices.f90
${
CMAKE_SOURCE_DIR
}
/Common/read_snapshot.f90 recv_snapshot.f90
candidate_overlap.f90 spher_polygon_area.f90
${
CMAKE_SOURCE_DIR
}
/Common/spher_polyline_area.f90 write_overlap.f90
weight.f90 send_snapshot.f90
${
CMAKE_SOURCE_DIR
}
/Common/read_eddy.f90
...
...
This diff is collapsed.
Click to expand it.
Overlap/Tests/CMakeLists.txt
+
8
−
5
View file @
42e23a25
...
...
@@ -2,7 +2,7 @@
add_executable
(
test_overlap
${
CMAKE_SOURCE_DIR
}
/Common/derived_types.f90 overlap.f90
read_snapshot.f90 spher_polygon_area.f90
${
CMAKE_SOURCE_DIR
}
/Common/
read_snapshot.f90 spher_polygon_area.f90
${
CMAKE_SOURCE_DIR
}
/Common/spher_polyline_area.f90 weight.f90
${
CMAKE_SOURCE_DIR
}
/Common/read_eddy.f90
${
CMAKE_SOURCE_DIR
}
/Common/read_field_indices.f90
...
...
@@ -22,7 +22,8 @@ target_include_directories(test_overlap PRIVATE ${fortrangis_INCLUDE_DIR})
add_executable
(
test_read_snapshot
${
CMAKE_SOURCE_DIR
}
/Common/derived_types.f90
${
CMAKE_SOURCE_DIR
}
/Common/shp_tr_create.f90 read_snapshot.f90
${
CMAKE_SOURCE_DIR
}
/Common/shp_tr_create.f90
${
CMAKE_SOURCE_DIR
}
/Common/read_snapshot.f90
${
CMAKE_SOURCE_DIR
}
/Common/write_eddy.f90
${
CMAKE_SOURCE_DIR
}
/Common/read_eddy.f90
${
CMAKE_SOURCE_DIR
}
/Common/read_field_indices.f90
...
...
@@ -94,7 +95,8 @@ target_include_directories(test_write_overlap PRIVATE ${fortrangis_INCLUDE_DIR})
add_executable
(
test_send_recv
${
CMAKE_CURRENT_LIST_DIR
}
/test_send_recv.f90 send_snapshot.f90
recv_snapshot.f90
${
CMAKE_SOURCE_DIR
}
/Common/read_field_indices.f90
read_snapshot.f90
${
CMAKE_SOURCE_DIR
}
/Common/write_eddy.f90
${
CMAKE_SOURCE_DIR
}
/Common/read_snapshot.f90
${
CMAKE_SOURCE_DIR
}
/Common/write_eddy.f90
${
CMAKE_SOURCE_DIR
}
/Common/shp_tr_create.f90
${
CMAKE_SOURCE_DIR
}
/Common/read_eddy.f90
${
CMAKE_CURRENT_LIST_DIR
}
/write_snapshot.f90
...
...
@@ -116,8 +118,9 @@ add_executable(test_get_dispatch_snap
${
CMAKE_CURRENT_LIST_DIR
}
/test_get_dispatch_snap.f90
get_snapshot.f90 dispatch_snapshot.f90
${
CMAKE_SOURCE_DIR
}
/Common/read_field_indices.f90
${
CMAKE_CURRENT_LIST_DIR
}
/write_snapshot.f90 read_snapshot.f90
recv_snapshot.f90
${
CMAKE_SOURCE_DIR
}
/Common/shp_tr_create.f90
${
CMAKE_CURRENT_LIST_DIR
}
/write_snapshot.f90
${
CMAKE_SOURCE_DIR
}
/Common/read_snapshot.f90 recv_snapshot.f90
${
CMAKE_SOURCE_DIR
}
/Common/shp_tr_create.f90
${
CMAKE_SOURCE_DIR
}
/Common/write_eddy.f90
${
CMAKE_SOURCE_DIR
}
/Tests/write_extr_map.f90
${
CMAKE_SOURCE_DIR
}
/Common/read_eddy.f90 send_snapshot.f90
...
...
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