World Ocean Simulation System (WOSS) library
woss-bellhop-script.cpp File Reference

WOSS commandline binary for channel tests and scripting, with minimal and simple bellhop configuration. More...

Classes

class  WossBellhopScript
 

Functions

int main (int argc, char *argv[])
 

Detailed Description

WOSS commandline binary for channel tests and scripting, with minimal and simple bellhop configuration.

Author
Federico Guerra

some syntax examples

/<wossdir>/tests/.libs/woss-bellhop-script-bin 1 1 /home/<user>/ocean_databases/dbs/ /bathymetry/GEBCO_2025_sub_ice.nc /ssp/WOA2023/WOA2023_SSP_June.nc ./bh_script_out/ 42.59 10.125 60 42.59 10.131 2 1500

/<wossdir>/tests/.libs/woss-bellhop-script-bin 1 1 /home/<user>/ocean_databases/dbs/ /bathymetry/GEBCO_2025_sub_ice.nc /ssp/WOA2023/WOA2023_SSP_June.nc ./bh_script_out/ 42.59 10.125 60 42.59 10.131 2 1500 "5|0|100|300|200|400|500|600|550|800|760"

/<wossdir>/tests/.libs/woss-bellhop-script-bin 1 1 /home/<user>/ocean_databases/dbs/ /bathymetry/GEBCO_2025_sub_ice.nc /ssp/WOA2023/WOA2023_SSP_June.nc ./bh_script_out/ 42.59 10.125 60 42.59 10.131 2 1500 "#" "TestSediment|1560.0|200.0|1.5|0.9|0.8|300.0"

/<wossdir>/tests/.libs/woss-bellhop-script-bin 1 1 /home/<user>/ocean_databases/dbs/ /bathymetry/GEBCO_2025_sub_ice.nc /ssp/WOA2023/WOA2023_SSP_June.nc ./bh_script_out/ 42.59 10.125 60 42.59 10.131 2 1500 "5|0|100|300|200|400|500|600|550|800|760" "TestSediment|1560.0|200.0|1.5|0.9|0.8|300.0" "12|0|1508.42|10|1508.02|20|1507.71|30|1507.53|50|1507.03|75|1507.56|100|1508.08|125|1508.49|150|1508.91|200|1509.75|250|1510.58|300|1511.42"

Function Documentation

◆ main()