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

Not all sigma layers are recognized #954

Closed
veenstrajelmer opened this issue Aug 15, 2024 · 1 comment
Closed

Not all sigma layers are recognized #954

veenstrajelmer opened this issue Aug 15, 2024 · 1 comment

Comments

@veenstrajelmer
Copy link
Collaborator

import dfm_tools as dfmt
file_nc = r"p:\dflowfm\maintenance\JIRA\07000-07999\07455\JG_inputfiles\run\DFM_OUTPUT_Bonaire\Bonaire_map.nc"
uds = dfmt.open_partitioned_dataset(file_nc)
uds = dfmt.get_nc.reconstruct_zw_zcc(uds) # fails
# uds = dfmt.get_nc.reconstruct_zw_zcc_fromsigma(uds) # succeeds
@veenstrajelmer
Copy link
Collaborator Author

veenstrajelmer commented Aug 15, 2024

This happens because the model is only ran for the initial timestep. When we would run the model for e.g. one hour, there is more metadata in the output file and the layertype can successfully be recognized.

@veenstrajelmer veenstrajelmer closed this as not planned Won't fix, can't repro, duplicate, stale Aug 15, 2024
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

1 participant