AndybnACT / GPU-comcot

GPU-comcot offloads the computational component on the outermost layer of COMCOT to Nvidia GPU. Currently, the speed up achieved by parallelized code on GTX-1060 comparing to serial one on AMD-FX8150 is nearly 200X. The code is still under development to fulfill the full functionality of the original model.
GNU General Public License v3.0
20 stars 10 forks source link

Can the depth data file use ETOPO2022's geotiff format? #2

Open DickWhite opened 1 year ago

AndybnACT commented 11 months ago

Yes, I think supporting any non text-based (ascii) format is essential for any simulation software. However, I think I do not have time to do it for now. Please consider transforming the file to the text-based .xyz file with whatever tool available and run the comcot. Or create a PR to make this nice feature works ;)