Search found 2 matches

by scrallen
Wed Mar 08, 2017 9:20 pm
Forum: ROMS Discussion
Topic: Floats going to zero
Replies: 3
Views: 2042

Re: Floats going to zero

Ah, It sounds like this behaviour is expected. However, I would add that leaving the model domain through a boundary is a bit different from moving across MPI tiles. I was expecting that any float that leaves the domain would be deemed lost and set to NaN or similar. Also, luckily my domain does not ...
by scrallen
Wed Mar 08, 2017 8:34 pm
Forum: ROMS Discussion
Topic: Floats going to zero
Replies: 3
Views: 2042

Floats going to zero

Hi I am running a simulation with Lagrangian floats. I have a single grid with 16x16 MPI decomposition. The model is compiled with: #define FLOATS #define FLOAT_VWALK The grid has radnug BCs on all sides (except for one, which is entirely land and is closed). In my initial testing, I'm putting a ...