Skip to content

amoebaliz/tracmass

 
 

Repository files navigation

TRACMASS is a Lagrangian trajectory code for ocean and atmospheric general circulation models. The code makes it possible to estimate water paths, Lagrangian stream functions (barotropic and overturning), exchange times, particle sedimentation, etc. TRACMASS has been used in studies of the global ocean circulation, of sea circulation in The Baltic, The Mediterranean and in coastal regions.

The code is written in FORTRAN 95 with modules and runs on UNIX platforms such as MAC OS X and Linux.

TRACMASS has been set up to run with velocities integrated with models such as NEMO, ORCA, ROMS, POM, MICOM, IFS-ECMWF and EC-Earth.

Quickstart

Prerequisites to run on Mac OS X

Download and install macports (www.macports.org) Install the following ports:

sudo port install openmpi +gcc45 +valgrind
sudo port install netcdf +openmpi +netcdf4 
sudo port install netcdf-fortran +gcc45 +openmpi
sudo port install git-core 
sudo port install git-extras

Compile the code

Copy Makefile_tmpl to Makefile. Choose a change PROJECT and CASE in Makefile to your projectname.

run:

make
./runtrm

Change log

6.0.0 First public release

Liz notes

  • I use 'MEEP's as debugging flags
  • known discrepencies between tracmass ver_6 and my code are commented with !LD notes

About

Lagrangian particle tracking code.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Fortran 89.5%
  • Python 6.2%
  • Shell 4.3%