-
Notifications
You must be signed in to change notification settings - Fork 7
Argo simulation
Chamberpain edited this page Aug 1, 2016
·
2 revisions
###Argo simulation
Most of the steps are the same as for Lagrangian particle simulation with few exceptions.
-
Make sure isArgo is defined in cpp_options.h: #define isArgo
-
Use "make argo" to compile the code.
-
You will get a executable O.argo after successfully compiling the code.
-
Run the code using
./O.argo
If you run into the following error message: Fortran runtime error: File '../data/DXG.data, DYG.data, or DRF.data' does not exist You will need to go into the data directory and change the dxg.bin, dyg.bin, drf.bin to DXG.data, DYG.data, DRF.data .