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
034c2afc
Commit
034c2afc
authored
2 years ago
by
Lionel GUEZ
Browse files
Options
Downloads
Patches
Plain Diff
Move file `write_snapshot.f90` to Common
Because we are going to use it in `Inst_eddies` too.
parent
13ff23e3
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/CMakeLists.txt
+3
-3
3 additions, 3 deletions
Common/CMakeLists.txt
Common/write_snapshot.f90
+0
-0
0 additions, 0 deletions
Common/write_snapshot.f90
Overlap/Tests/CMakeLists.txt
+3
-4
3 additions, 4 deletions
Overlap/Tests/CMakeLists.txt
with
6 additions
and
7 deletions
Common/CMakeLists.txt
+
3
−
3
View file @
034c2afc
...
@@ -24,7 +24,7 @@ if(MPI_Fortran_HAVE_F08_MODULE)
...
@@ -24,7 +24,7 @@ if(MPI_Fortran_HAVE_F08_MODULE)
shpc_open.f90 shpc_close.f90
)
shpc_open.f90 shpc_close.f90
)
target_sources
(
test_read_snapshot PRIVATE derived_types.f90 shpc_create.f90
target_sources
(
test_read_snapshot PRIVATE derived_types.f90 shpc_create.f90
read_snapshot.f90 write_eddy.f90 read_eddy.f90 read_field_indices.f90
read_snapshot.f90 write_eddy.f90 read_eddy.f90 read_field_indices.f90
shpc_open.f90 shpc_close.f90
)
shpc_open.f90 shpc_close.f90
write_snapshot.f90
)
target_sources
(
test_spher_polygon_area PRIVATE spher_polyline_area.f90
)
target_sources
(
test_spher_polygon_area PRIVATE spher_polyline_area.f90
)
target_sources
(
test_weight PRIVATE derived_types.f90
)
target_sources
(
test_weight PRIVATE derived_types.f90
)
target_sources
(
test_read_eddy PRIVATE derived_types.f90 shpc_create.f90
target_sources
(
test_read_eddy PRIVATE derived_types.f90 shpc_create.f90
...
@@ -32,10 +32,10 @@ if(MPI_Fortran_HAVE_F08_MODULE)
...
@@ -32,10 +32,10 @@ if(MPI_Fortran_HAVE_F08_MODULE)
shpc_close.f90
)
shpc_close.f90
)
target_sources
(
test_send_recv PRIVATE read_field_indices.f90
target_sources
(
test_send_recv PRIVATE read_field_indices.f90
read_snapshot.f90 write_eddy.f90 shpc_create.f90 read_eddy.f90
read_snapshot.f90 write_eddy.f90 shpc_create.f90 read_eddy.f90
derived_types.f90 shpc_open.f90 shpc_close.f90
)
derived_types.f90 shpc_open.f90 shpc_close.f90
write_snapshot.f90
)
target_sources
(
test_get_dispatch_snap PRIVATE read_field_indices.f90
target_sources
(
test_get_dispatch_snap PRIVATE read_field_indices.f90
read_snapshot.f90 shpc_create.f90 write_eddy.f90 read_eddy.f90
read_snapshot.f90 shpc_create.f90 write_eddy.f90 read_eddy.f90
derived_types.f90 shpc_open.f90 shpc_close.f90
)
derived_types.f90 shpc_open.f90 shpc_close.f90
write_snapshot.f90
)
target_sources
(
eddy_graph PRIVATE shpc_open.f90 shpc_close.f90
target_sources
(
eddy_graph PRIVATE shpc_open.f90 shpc_close.f90
read_field_indices.f90 read_snapshot.f90 spher_polyline_area.f90
read_field_indices.f90 read_snapshot.f90 spher_polyline_area.f90
read_eddy.f90 write_eddy.f90 derived_types.f90
)
read_eddy.f90 write_eddy.f90 derived_types.f90
)
...
...
This diff is collapsed.
Click to expand it.
Overlap/Tests
/write_snapshot.f90
→
Common
/write_snapshot.f90
+
0
−
0
View file @
034c2afc
File moved
This diff is collapsed.
Click to expand it.
Overlap/Tests/CMakeLists.txt
+
3
−
4
View file @
034c2afc
...
@@ -4,7 +4,7 @@ target_link_libraries(test_overlap Shapelib_03::shapelib_03 Geometry::geometry
...
@@ -4,7 +4,7 @@ target_link_libraries(test_overlap Shapelib_03::shapelib_03 Geometry::geometry
Contour_531::contour_531 gpc_f Jumble::jumble Numer_Rec_95::numer_rec_95
)
Contour_531::contour_531 gpc_f Jumble::jumble Numer_Rec_95::numer_rec_95
)
# test_read_snapshot
# test_read_snapshot
add_executable
(
test_read_snapshot test_read_snapshot.f90
write_snapshot.f90
)
add_executable
(
test_read_snapshot test_read_snapshot.f90
)
target_link_libraries
(
test_read_snapshot NetCDF95::netcdf95
target_link_libraries
(
test_read_snapshot NetCDF95::netcdf95
Shapelib_03::shapelib_03 Contour_531::contour_531 gpc_f
Shapelib_03::shapelib_03 Contour_531::contour_531 gpc_f
Jumble::jumble NetCDF_Fortran::netcdff Numer_Rec_95::numer_rec_95
)
Jumble::jumble NetCDF_Fortran::netcdff Numer_Rec_95::numer_rec_95
)
...
@@ -25,15 +25,14 @@ target_link_libraries(test_read_eddy Shapelib_03::shapelib_03
...
@@ -25,15 +25,14 @@ target_link_libraries(test_read_eddy Shapelib_03::shapelib_03
Contour_531::contour_531 gpc_f Jumble::jumble
)
Contour_531::contour_531 gpc_f Jumble::jumble
)
# test_send_recv
# test_send_recv
add_executable
(
test_send_recv test_send_recv.f90
write_snapshot.f90
)
add_executable
(
test_send_recv test_send_recv.f90
)
target_link_libraries
(
test_send_recv PRIVATE MPI::MPI_Fortran
target_link_libraries
(
test_send_recv PRIVATE MPI::MPI_Fortran
Shapelib_03::shapelib_03 EZMPI::ezmpi Contour_531::contour_531 gpc_f
Shapelib_03::shapelib_03 EZMPI::ezmpi Contour_531::contour_531 gpc_f
NetCDF95::netcdf95 Jumble::jumble NetCDF_Fortran::netcdff
NetCDF95::netcdf95 Jumble::jumble NetCDF_Fortran::netcdff
Numer_Rec_95::numer_rec_95
)
Numer_Rec_95::numer_rec_95
)
# test_get_dispatch_snap
# test_get_dispatch_snap
add_executable
(
test_get_dispatch_snap test_get_dispatch_snap.f90
add_executable
(
test_get_dispatch_snap test_get_dispatch_snap.f90
)
write_snapshot.f90
)
target_link_libraries
(
test_get_dispatch_snap Shapelib_03::shapelib_03
target_link_libraries
(
test_get_dispatch_snap Shapelib_03::shapelib_03
Jumble::jumble Contour_531::contour_531 EZMPI::ezmpi NetCDF95::netcdf95
Jumble::jumble Contour_531::contour_531 EZMPI::ezmpi NetCDF95::netcdf95
gpc_f NetCDF_Fortran::netcdff MPI::MPI_Fortran Numer_Rec_95::numer_rec_95
)
gpc_f NetCDF_Fortran::netcdff MPI::MPI_Fortran Numer_Rec_95::numer_rec_95
)
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