文件名称:compare_netcdf:python代码比较两个netcdf4文件中的变量
文件大小:7KB
文件格式:ZIP
更新时间:2024-05-01 04:48:07
Python
比较两个NETCDF4文件之间的变量 This is a simple Python3 command-line program that iterates through the matchines variables of two NetCDF4 files, and computes some basic statistics (mean, min., max., and standard deviation), writing those statistics to a text file. For each variable, an array of differences is computed (e.g. the absolute value of the first array minus the second array), and the same statist
【文件预览】:
compare_netcdf-main
----Dockerfile(688B)
----README.md(5KB)
----bin()
--------compare_netcdf.py(16KB)