How to convert NC files to DFS (Data File System) files using DHI matlab toolbox?
조회 수: 3 (최근 30일)
표시 이전 댓글
Hi,
I hope everyone is doing well.
I have some NC data files and I am trying to convert them to dfs files using DHI matlab toolbox. However, I am not sure how to write the script.
So far, I have been able to read the NC files in Matlab. Now, I need to use DHI matlab toolbox to generate a dfs file.
Info regarding NC file:
Size: 325x200x8760
Dimensions: x,y,time
Datatype: single
Attributes:
_FillValue = 1.000000020040877e+20
standard_name = 'surface_air_pressure'
long_name = 'surface pressure'
units = 'Pa'
coordinates = 'lon lat'
cell_method = 'time: point values 3600.0 seconds'
grid_mapping = 'Rotated_pole'
If someone can help me with this, I would really appreciate it.
Regards,
댓글 수: 1
Kaushal Kumandur
2023년 5월 7일
I am currently doing something similar. Taking the BARRA netcdf files from Australia's Bureau of Meteorology and converting those netcdf to dfsu format. How did it go for you? I will post the answer if I complete my code successfully.
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 NetCDF에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!