% Leo Baldreich 2023-02-22 % Time series of output values of gpt2_1w.m for station GRAZ % Lat: 47.0671 deg, Lon: 15.4935 deg, Ell. height: 538.30 m % % Example code for recreating this table without the header: % % % defining station coordinates and epochs for calculation % GRAZ = [47.0671*pi/180,15.4935*pi/180,538.30]; % mjds = 58849:1/4:58859; % % % allocating output array % gpt2w1out = zeros(length(mjds),9); % % % looping through epochs and filling the output array % for i = 1:length(mjds) % [gpt2w1out(i,1),gpt2w1out(i,2),gpt2w1out(i,3),... % gpt2w1out(i,4),gpt2w1out(i,5),gpt2w1out(i,6),... % gpt2w1out(i,7),gpt2w1out(i,8),gpt2w1out(i,9)] = gpt2_1w(mjds(i),GRAZ(1),GRAZ(2),GRAZ(3),1,0); % end % % % writing output to file % file = fopen('gpt2_1w_series.txt','w'); % for i = 1:length(mjds) % fprintf(file,'%8.2f %7.2f %5.2f %5.2f %6.2f %4.2f %9.7f %9.7f %6.4f %5.2f\n',[mjds(i),gpt2w1out(i,:)]); % end % columns: % 1: MJD for which the values were computed % 2: p, pressure in hPa % 3: T, temperature in degrees Celsius % 4: dT, temperature lapse rate in degrees per km % 5: Tm, mean temperature of the water vapor in Kelvin % 6: e, water vapour pressure in hPa % 7: ah, hydrostatic mapping function coefficient at zero height (VMF1) % 8: aw, wet mapping function coefficient (VMF1) % 9: la, water vapour decrease factor % 10: undu, geoid undulation in m 58849.00 959.83 0.25 -2.63 265.11 4.94 0.0012204 0.0005389 2.5921 47.30 58849.25 959.82 0.24 -2.63 265.10 4.94 0.0012204 0.0005389 2.5921 47.30 58849.50 959.82 0.23 -2.64 265.09 4.93 0.0012203 0.0005389 2.5920 47.30 58849.75 959.81 0.22 -2.64 265.07 4.93 0.0012203 0.0005389 2.5919 47.30 58850.00 959.81 0.21 -2.65 265.06 4.92 0.0012202 0.0005388 2.5919 47.30 58850.25 959.80 0.20 -2.65 265.05 4.92 0.0012202 0.0005388 2.5918 47.30 58850.50 959.80 0.19 -2.65 265.03 4.91 0.0012202 0.0005388 2.5918 47.30 58850.75 959.79 0.18 -2.66 265.02 4.91 0.0012201 0.0005388 2.5917 47.30 58851.00 959.79 0.17 -2.66 265.01 4.90 0.0012201 0.0005387 2.5917 47.30 58851.25 959.78 0.16 -2.66 264.99 4.90 0.0012200 0.0005387 2.5917 47.30 58851.50 959.78 0.15 -2.67 264.98 4.89 0.0012200 0.0005387 2.5917 47.30 58851.75 959.77 0.14 -2.67 264.97 4.89 0.0012200 0.0005387 2.5917 47.30 58852.00 959.77 0.13 -2.68 264.96 4.88 0.0012199 0.0005386 2.5917 47.30 58852.25 959.76 0.13 -2.68 264.94 4.88 0.0012199 0.0005386 2.5917 47.30 58852.50 959.76 0.12 -2.69 264.93 4.87 0.0012198 0.0005386 2.5918 47.30 58852.75 959.75 0.11 -2.69 264.92 4.87 0.0012198 0.0005386 2.5918 47.30 58853.00 959.74 0.10 -2.70 264.91 4.86 0.0012198 0.0005385 2.5918 47.30 58853.25 959.74 0.10 -2.70 264.90 4.86 0.0012197 0.0005385 2.5919 47.30 58853.50 959.73 0.09 -2.71 264.88 4.85 0.0012197 0.0005385 2.5920 47.30 58853.75 959.73 0.08 -2.71 264.87 4.85 0.0012197 0.0005385 2.5920 47.30 58854.00 959.72 0.08 -2.72 264.86 4.84 0.0012196 0.0005384 2.5921 47.30 58854.25 959.72 0.07 -2.72 264.85 4.84 0.0012196 0.0005384 2.5922 47.30 58854.50 959.71 0.06 -2.73 264.84 4.83 0.0012196 0.0005384 2.5923 47.30 58854.75 959.70 0.06 -2.73 264.83 4.83 0.0012195 0.0005384 2.5924 47.30 58855.00 959.70 0.05 -2.74 264.82 4.83 0.0012195 0.0005383 2.5925 47.30 58855.25 959.69 0.04 -2.74 264.81 4.82 0.0012195 0.0005383 2.5926 47.30 58855.50 959.69 0.04 -2.75 264.79 4.82 0.0012194 0.0005383 2.5928 47.30 58855.75 959.68 0.03 -2.76 264.78 4.81 0.0012194 0.0005383 2.5929 47.30 58856.00 959.67 0.03 -2.76 264.77 4.81 0.0012194 0.0005382 2.5931 47.30 58856.25 959.67 0.02 -2.77 264.76 4.80 0.0012193 0.0005382 2.5932 47.30 58856.50 959.66 0.02 -2.77 264.75 4.80 0.0012193 0.0005382 2.5934 47.30 58856.75 959.66 0.02 -2.78 264.74 4.80 0.0012193 0.0005382 2.5936 47.30 58857.00 959.65 0.01 -2.79 264.73 4.79 0.0012192 0.0005381 2.5937 47.30 58857.25 959.64 0.01 -2.79 264.72 4.79 0.0012192 0.0005381 2.5939 47.30 58857.50 959.64 0.00 -2.80 264.71 4.78 0.0012192 0.0005381 2.5941 47.30 58857.75 959.63 -0.00 -2.80 264.70 4.78 0.0012191 0.0005380 2.5943 47.30 58858.00 959.62 -0.00 -2.81 264.69 4.78 0.0012191 0.0005380 2.5946 47.30 58858.25 959.62 -0.01 -2.82 264.69 4.77 0.0012191 0.0005380 2.5948 47.30 58858.50 959.61 -0.01 -2.82 264.68 4.77 0.0012190 0.0005380 2.5950 47.30 58858.75 959.61 -0.01 -2.83 264.67 4.77 0.0012190 0.0005379 2.5953 47.30 58859.00 959.60 -0.02 -2.84 264.66 4.76 0.0012190 0.0005379 2.5955 47.30