You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everyone, I am trying to read LIS_DAPERT binary output files generated by my data assimilation run in Fortran but have been encountering issues. Specifically, I am unsure about the correct way to interpret the binary format, as my attempts have resulted in incorrect or empty data.
What I Have Tried
I attempted to read the files using unformatted and stream access with convert='big_endian'.
I structured my Fortran code assuming the following data dimensions: (variable, lat, lon, ensemble)
where: variable: Includes perturbed forcing, model states and observations
Despite this, the data does not appear correctly structured when I inspect the output.
Questions
Can someone confirm if the assumed structure of the binary file is correct?
How many variables are actually included in the LIS DAPERT output?
Is there an existing Fortran script available to correctly read these files?
What is the best way to verify the correct byte structure of these files (e.g., precision, ordering)?
Any guidance or example code would be greatly appreciated!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello everyone, I am trying to read LIS_DAPERT binary output files generated by my data assimilation run in Fortran but have been encountering issues. Specifically, I am unsure about the correct way to interpret the binary format, as my attempts have resulted in incorrect or empty data.
What I Have Tried
where: variable: Includes perturbed forcing, model states and observations
Despite this, the data does not appear correctly structured when I inspect the output.
Questions
Any guidance or example code would be greatly appreciated!
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions