Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spurious pixels in NodeFileCompose's snapshots #56

Open
stella-bourdin opened this issue Jun 8, 2023 · 2 comments
Open

Spurious pixels in NodeFileCompose's snapshots #56

stella-bourdin opened this issue Jun 8, 2023 · 2 comments

Comments

@stella-bourdin
Copy link

Hi,

I am using NodeFileCompose to retrieve snapshots of surface wind speed along a Mediterranean cyclone track. However, there are some sort of "spurious pixels" appearing that do not seem to correspond to anything in the original data. The resolution of the original data is ~10km. I tried dx from 0.05° to 0.5°, but you can always see them.

Here is the NodeFileCompose command I used :

~/tempestextremes/bin/NodeFileCompose \
        --in_nodefile medicane.csv \
        --in_connect connect_MED.txt \
        --in_nodefile_type SN --in_fmt "(auto)" \
        --in_data "med_2d_10.nc;med_2d.nc" \
        --out_grid "XY" \
        --out_data "snaps_0p1.nc" \
        --var "sfcwind(10m),_VECMAG(uas(10m),vas(10m)),psl,hfls,hfss,pr,prw,rsut" \
        --varout "sfcwind,ws,psl,hfls,hfss,pr,prw,rsut" --snapshots \
        --dx 0.1 --resx 100

Here is the field on the original grid:
image

And here are the corresponding snapshots at different resolutions:
image
image
image
image

A similar thing happen when I use a radial grid instead.
Do you understand what is happening? Do you have an idea how to fix it?

Stella

@paullric
Copy link
Collaborator

That is very strange... Is there any way you could provide me with example data that reproduces this result?

@stella-bourdin
Copy link
Author

Sure! Sorry I definitely had the intention to and forget to do so (and also had the wrong settings in GitHub so I did not see the notifications, now I should be more reactive!)
Here is the csv nodefile: https://sharebox.lsce.ipsl.fr/index.php/s/D524EffEPRbOr4j
And here is a sample of the two data files:
https://sharebox.lsce.ipsl.fr/index.php/s/xyNZVsIncROr382
https://sharebox.lsce.ipsl.fr/index.php/s/dtUP9cBbZdIw4bV

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants