RPS ASA
LarvaMap is a parallelized Lagrangian transport model that uses remote distributed environmental data to perform simulations.
The model is implemented in Amazon's Cloud for biologists to study the settlement patterns of larvae.
It includes the combined effects of environmental forcing and larvae behavior in numerous life stages.
Lagrangian fluid dynamics follow a specific fluid element as it moves in space and time - sitting in a boat floating down a river
Eulerian fluid dynamics use a reference frame that is fixed in space in which fluid elements move through it in space and time - sitting on a dock watching a boat float by
Python lacks a broad common data model (CDM) library for array based met/ocean data stored in netCDF or distributed over OpenDAP.
>> from paegan.cdm.dataset import CommonDataset>> url = "http://thredds.axiomalaska.com/thredds/dodsC/PWS_DAS.nc">> pd = CommonDataset.open(url)>> test = pd.restrict_vars("u").restrict_bbox((-74, 40, -70, 42)).restrict_depth((3, 50)).nearest_time(datetime(2011, 5, 1, 0, 0, tzinfo=pytz.utc))

Each transport model is an unaware self-contained "server"

"Grid-less"







