pwolfram / MPAS-Model

Repository for MPAS models and shared framework releases.
Other
1 stars 1 forks source link

Update particle output stream to include global cell ID and lat/lon #17

Closed pwolfram closed 5 years ago

pwolfram commented 5 years ago

For default streams file in testing_and_setup/compass/utility_scripts/LIGHTparticles/streams.ocean,

And add under the "lagrPartTrackOutput" stream:

<var name="currentCellGlobalID"/>
<var name="lonParticle"/>
<var name="latParticle"/>

To make these standard output for particles

cc @bradyrx

pwolfram commented 5 years ago

Should be fixed via 82156c2c882a467ada476f7bcef27ac7f78a74c1.