Skip to content

Commit

Permalink
add ctest
Browse files Browse the repository at this point in the history
  • Loading branch information
hklion committed Dec 27, 2024
1 parent 2992add commit 87e11e9
Show file tree
Hide file tree
Showing 8 changed files with 5,799 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tests/CTestList.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ if(WIN32)
add_test_r(Advection_ML "Advection/*/advection.exe" "plt00010")
add_test_r(Upwelling "Upwelling/*/upwelling.exe" "plt00010")
add_test_r(Upwelling_GLS "Upwelling/*/upwelling.exe" "plt00010")
add_test_r(Upwelling_NLEOS "Upwelling/*/upwelling.exe" "plt00010")
add_test_r(Channel_Test "Channel_Test/*/channel_test.exe" "plt00010")
add_test_r(DoubleGyre "DoubleGyre/*/doublegyre.exe" "plt00010")
else()
Expand All @@ -110,6 +111,7 @@ else()
add_test_r(Advection_ML "Advection/advection" "plt00010")
add_test_r(Upwelling "Upwelling/upwelling" "plt00010")
add_test_r(Upwelling_GLS "Upwelling/upwelling" "plt00010")
add_test_r(Upwelling_NLEOS "Upwelling/upwelling" "plt00010")
add_test_r(Channel_Test "Channel_Test/channel_test" "plt00010")
add_test_r(DoubleGyre "DoubleGyre/doublegyre" "plt00010")
endif()
Expand Down
30 changes: 30 additions & 0 deletions Tests/REMORA_Gold_Files/Upwelling_NLEOS/Header
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
HyperCLaw-V1.1
5
temp
salt
x_velocity
y_velocity
z_velocity
3
3000
0
0 0 -150
41000 80000 0

((0,0,0) (40,79,15) (0,0,0))
10
1000 1000 9.375
0
0
0 1 3000
10
0 41000
0 80000
-150 0
Level_0/Cell
1
3
amrexvec_nu_x
amrexvec_nu_y
amrexvec_nu_z
Level_0/Nu_nd
Loading

0 comments on commit 87e11e9

Please sign in to comment.