You can use cdo in the following way
(您可以通过以下方式使用cdo)
cdo remapcon,newgrid.nc input_file.nc output_file.nc
where newgrid.nc can be any file which has the target grid and input_file is the file which is to be regridded.
(其中newgrid.nc可以是具有目标网格的任何文件,而input_file是要重新注册的文件。)
The result obtained is output_file.nc, one thing to note in this is that the metadata/attributes should be CF compliant for cdo to understand the files and data. (获得的结果是output_file.nc,需要注意的一件事是,元数据/属性应符合CF规范,以便cdo理解文件和数据。)
remapcon ensures that conservation laws are not violated.
(remapcon确保不违反保护法。)
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…