pressure_altitude (matlab)
clear all
close all
% calculation of pressure altitude with CMIP5 data psl(p0) tas(t)
% 05/07/2018 By Nan Zhang
file=dir('F:\CMIP5 from HP');
%choose the resolution
lon1=0:1:360;
lat1=-90:1:90; ...
原创
2018-08-30 00:22:49 ·
513 阅读 ·
0 评论