Replies: 3 comments 13 replies
-
Thanks for raising this issue, @tiagoams. I had a quick look at your code (thanks for providing the data for this minimal breaking example!) and think the difference is that in your case the Is there a way in which you can merge your files so that the |
Beta Was this translation helpful? Give feedback.
-
Many thanks Erik. I am concerned with getting the position of the surface and of the seabed correctly, so that particles moving verticaly due to vertical diffusivity can reflect at the surface or settle at the seabed (without the kernel crashing?). Please let me know if you have any suggestiong how to deal with this. I might have to use arbitrary buffer zones to avoid particles crossing the boundaries.
The free surface can move 10 meters in some coastal locations (e.g. Bristol Channel), or I am not understanding this correctly? |
Beta Was this translation helpful? Give feedback.
-
@tiagoams Is access to the NEMO direct output as opposed to resampled fields from Copernicus available publicly? @erikvansebille I am currently trying to set up a fieldset using NEMO data downloaded from Copernicus but it seems this data has been re-interpolated to an A-grid and I am unsure now whether the fieldset is being initiated correctly or not. Have you come across this issue? Any advice? |
Beta Was this translation helpful? Give feedback.
-
Hi,
I am setting up parcels to run a 3D kernel using NEMO AMM7 CP6 mi-ax850. This is NEMO direct output as opposed to resampled fields that can be downloaded from CMEMS. The coordinates are time evolving sigma, with masked-out bottom cells to avoid excessive gradients.
I have uploaded a 3x3 subsection of the daily fields here: https://we.tl/t-HupV7snJa1
I am encountering several problems but I will start with the simplest: setting up the time evolving sigma coordinates, and what might be a silly mistake. I am following the tutorial and getting the error below.
Strangely the function is executed without errors until I replace
dimensions = {'U': {'lon': 'glamf', 'lat': 'gphif', 'depth': 'depthw', 'time': 'time_counter'},
with
dimensions = {'U': {'lon': 'glamf', 'lat': 'gphif', 'depth': 'not_yet_set', 'time': 'time_counter'},
Your contributions would be greatly appreciated,
tiago
Beta Was this translation helpful? Give feedback.
All reactions