Search found 5 matches

by tarankalra
Sun Apr 21, 2019 5:45 pm
Forum: ROMS Installation
Topic: Finished COAWST installation ubuntu 18.04
Replies: 2
Views: 4889

Finished COAWST installation ubuntu 18.04

I recently had to reinstall ubuntu 18.04 after upgrading from ubuntu 14.04. COAWST requires 3 external software packages to be installed (Fortran/C compilers, netcdf and mpi). One advantage of the new version of ubuntu is that netcdf installation becomes straightforward with a single line of command...
by tarankalra
Thu Oct 05, 2017 1:17 pm
Forum: ROMS Problems
Topic: Docker container for ROMS?
Replies: 7
Views: 8543

Re: Docker container for ROMS?

One of the advantages of containerization is to readily deploy it on cloud environments rather than going through
the standard procedure of installing all the required libraries.
by tarankalra
Fri Aug 14, 2015 6:27 pm
Forum: ROMS Installation
Topic: Finished compiling COAWST Installation - Ubuntu 14.04
Replies: 26
Views: 27799

Re: Finished compiling COAWST Installation - Ubuntu 14.04

Make sure that you have correct paths for NETCDF libraries as you had in COAWST installation.
Also I added "-lnetcdf" and "-lnetcdff" flags along with compiler flags in the makefile for SCRIP to get
compiled.
COMPILE = ifort -lnetcdf -lnetcdff
by tarankalra
Sat May 09, 2015 9:23 pm
Forum: ROMS Installation
Topic: Finished compiling COAWST Installation - Ubuntu 14.04
Replies: 26
Views: 27799

Finished compiling COAWST Installation - Ubuntu 14.04

This post might help people with installing COAWST on their local Linux machines. I had recently installed the latest version of COAWST on an Ubuntu 14.04 desktop. These steps are not very different from the original post that gave guidance on installing ROMS on a Linux Machine. However a few new ve...
by tarankalra
Fri Feb 06, 2015 5:18 pm
Forum: ROMS Installation
Topic: Finished Compiling COAWST - MAC OSX Leopard 10.6.8
Replies: 5
Views: 6812

Finished Compiling COAWST - MAC OSX Leopard 10.6.8

I recently installed COAWST setup on my local Mac pro ( OSX 10.6.8 ) using homebrew (open source software package management system for installing softwares on MAC similar to linux using command line). I believe that this post might help in installing ROMS/COAWST on Apple machines. It installs the s...