Closed AndresSepulveda closed 1 year ago
After you create the reader, is land_binary_mask listed when you type >>> print(reader)
?
If so, you could also try to plot it:
>>> reader.plot('land_binary_mask')
It does,
and the plot loos as what it should be.
The warning appears not very often, so my guess it is related to a particle leaving the domain.
Hi,
I am using an CROCO output with the reader_ROMS_native.py reader
which maps mask_rho to land_binary_mask
the CROCO output file does have the mask_rho variable
( but in the output I see the message
10:51:06 WARNING opendrift.models.basemodel: Missing variables: ['land_binary_mask']
I remember this warning message
10:52:19 WARNING opendrift.readers.basereader.structured: Data block from roms native not large enough to cover element positions within timestep. Buffer size (82) must be increased.
was related to a particle leaving the model domain. Could this be the case for the land_binary_mask also?
Regards,
Andrés