% Leo Baldreich 2023-02-22 % Time series of output values of gpt3_1_fast.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; % % % Reading the grid file % [grid1] = gpt3_1_fast_readGrid; % % % allocating output array % gpt31out = zeros(length(mjds),13); % % % looping through epochs and filling the output array % for i = 1:length(mjds) % [gpt31out(i,1),gpt31out(i,2),gpt31out(i,3),... % gpt31out(i,4),gpt31out(i,5),gpt31out(i,6),... % gpt31out(i,7),gpt31out(i,8),gpt31out(i,9),... % gpt31out(i,10),gpt31out(i,11),gpt31out(i,12),... % gpt31out(i,13)] = gpt3_1_fast(mjds(i),GRAZ(1),GRAZ(2),GRAZ(3),0,grid1); % end % % % writing output to file % file = fopen('gpt3_1_fast_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 %9.7f %9.7f %9.7f %9.7f\n',[mjds(i),gpt31out(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 % 11: Gn_h, hydrostatic north gradient in m % 12: Ge_h, hydrostatic east gradient in m % 13: Gn_w, wet north gradient in m % 14: Ge_w, wet east gradient in m 58849.00 959.80 0.19 -2.65 265.03 4.91 0.0012117 0.0005339 2.5918 47.30 -0.0001944 -0.0000873 -0.0000216 -0.0000019 58849.25 959.79 0.18 -2.66 265.02 4.91 0.0012117 0.0005339 2.5917 47.30 -0.0001944 -0.0000875 -0.0000215 -0.0000019 58849.50 959.79 0.17 -2.66 265.01 4.90 0.0012116 0.0005339 2.5917 47.30 -0.0001944 -0.0000878 -0.0000215 -0.0000019 58849.75 959.78 0.16 -2.66 264.99 4.90 0.0012116 0.0005338 2.5917 47.30 -0.0001944 -0.0000880 -0.0000214 -0.0000019 58850.00 959.78 0.15 -2.67 264.98 4.89 0.0012116 0.0005338 2.5917 47.30 -0.0001944 -0.0000882 -0.0000214 -0.0000019 58850.25 959.77 0.14 -2.67 264.97 4.89 0.0012115 0.0005338 2.5917 47.30 -0.0001944 -0.0000884 -0.0000213 -0.0000019 58850.50 959.77 0.13 -2.68 264.96 4.88 0.0012115 0.0005338 2.5917 47.30 -0.0001944 -0.0000886 -0.0000213 -0.0000019 58850.75 959.76 0.13 -2.68 264.94 4.88 0.0012114 0.0005337 2.5917 47.30 -0.0001944 -0.0000889 -0.0000212 -0.0000019 58851.00 959.76 0.12 -2.69 264.93 4.87 0.0012114 0.0005337 2.5918 47.30 -0.0001944 -0.0000891 -0.0000212 -0.0000019 58851.25 959.75 0.11 -2.69 264.92 4.87 0.0012114 0.0005337 2.5918 47.30 -0.0001944 -0.0000893 -0.0000211 -0.0000019 58851.50 959.74 0.10 -2.70 264.91 4.86 0.0012113 0.0005337 2.5918 47.30 -0.0001943 -0.0000895 -0.0000211 -0.0000019 58851.75 959.74 0.10 -2.70 264.90 4.86 0.0012113 0.0005336 2.5919 47.30 -0.0001943 -0.0000897 -0.0000210 -0.0000019 58852.00 959.73 0.09 -2.71 264.88 4.85 0.0012113 0.0005336 2.5920 47.30 -0.0001943 -0.0000900 -0.0000210 -0.0000019 58852.25 959.73 0.08 -2.71 264.87 4.85 0.0012112 0.0005336 2.5920 47.30 -0.0001943 -0.0000902 -0.0000210 -0.0000020 58852.50 959.72 0.08 -2.72 264.86 4.84 0.0012112 0.0005336 2.5921 47.30 -0.0001943 -0.0000904 -0.0000209 -0.0000020 58852.75 959.72 0.07 -2.72 264.85 4.84 0.0012112 0.0005335 2.5922 47.30 -0.0001943 -0.0000906 -0.0000209 -0.0000020 58853.00 959.71 0.06 -2.73 264.84 4.83 0.0012111 0.0005335 2.5923 47.30 -0.0001943 -0.0000908 -0.0000208 -0.0000020 58853.25 959.70 0.06 -2.73 264.83 4.83 0.0012111 0.0005335 2.5924 47.30 -0.0001942 -0.0000910 -0.0000208 -0.0000020 58853.50 959.70 0.05 -2.74 264.82 4.83 0.0012111 0.0005335 2.5925 47.30 -0.0001942 -0.0000912 -0.0000208 -0.0000020 58853.75 959.69 0.04 -2.74 264.81 4.82 0.0012110 0.0005334 2.5926 47.30 -0.0001942 -0.0000914 -0.0000207 -0.0000020 58854.00 959.69 0.04 -2.75 264.79 4.82 0.0012110 0.0005334 2.5928 47.30 -0.0001942 -0.0000916 -0.0000207 -0.0000020 58854.25 959.68 0.03 -2.76 264.78 4.81 0.0012110 0.0005334 2.5929 47.30 -0.0001942 -0.0000918 -0.0000207 -0.0000021 58854.50 959.67 0.03 -2.76 264.77 4.81 0.0012110 0.0005334 2.5931 47.30 -0.0001941 -0.0000920 -0.0000206 -0.0000021 58854.75 959.67 0.02 -2.77 264.76 4.80 0.0012109 0.0005333 2.5932 47.30 -0.0001941 -0.0000922 -0.0000206 -0.0000021 58855.00 959.66 0.02 -2.77 264.75 4.80 0.0012109 0.0005333 2.5934 47.30 -0.0001941 -0.0000924 -0.0000206 -0.0000021 58855.25 959.66 0.02 -2.78 264.74 4.80 0.0012109 0.0005333 2.5936 47.30 -0.0001941 -0.0000926 -0.0000205 -0.0000021 58855.50 959.65 0.01 -2.79 264.73 4.79 0.0012108 0.0005333 2.5937 47.30 -0.0001940 -0.0000928 -0.0000205 -0.0000021 58855.75 959.64 0.01 -2.79 264.72 4.79 0.0012108 0.0005332 2.5939 47.30 -0.0001940 -0.0000930 -0.0000205 -0.0000021 58856.00 959.64 0.00 -2.80 264.71 4.78 0.0012108 0.0005332 2.5941 47.30 -0.0001940 -0.0000932 -0.0000204 -0.0000022 58856.25 959.63 -0.00 -2.80 264.70 4.78 0.0012108 0.0005332 2.5943 47.30 -0.0001940 -0.0000934 -0.0000204 -0.0000022 58856.50 959.62 -0.00 -2.81 264.69 4.78 0.0012107 0.0005331 2.5946 47.30 -0.0001939 -0.0000936 -0.0000204 -0.0000022 58856.75 959.62 -0.01 -2.82 264.69 4.77 0.0012107 0.0005331 2.5948 47.30 -0.0001939 -0.0000938 -0.0000204 -0.0000022 58857.00 959.61 -0.01 -2.82 264.68 4.77 0.0012107 0.0005331 2.5950 47.30 -0.0001939 -0.0000940 -0.0000203 -0.0000022 58857.25 959.61 -0.01 -2.83 264.67 4.77 0.0012106 0.0005331 2.5953 47.30 -0.0001938 -0.0000942 -0.0000203 -0.0000023 58857.50 959.60 -0.02 -2.84 264.66 4.76 0.0012106 0.0005330 2.5955 47.30 -0.0001938 -0.0000944 -0.0000203 -0.0000023 58857.75 959.59 -0.02 -2.85 264.65 4.76 0.0012106 0.0005330 2.5958 47.30 -0.0001938 -0.0000946 -0.0000203 -0.0000023 58858.00 959.59 -0.02 -2.85 264.64 4.76 0.0012106 0.0005330 2.5960 47.30 -0.0001937 -0.0000947 -0.0000203 -0.0000023 58858.25 959.58 -0.02 -2.86 264.63 4.75 0.0012105 0.0005329 2.5963 47.30 -0.0001937 -0.0000949 -0.0000202 -0.0000023 58858.50 959.57 -0.03 -2.87 264.62 4.75 0.0012105 0.0005329 2.5966 47.30 -0.0001937 -0.0000951 -0.0000202 -0.0000024 58858.75 959.57 -0.03 -2.87 264.62 4.74 0.0012105 0.0005329 2.5969 47.30 -0.0001936 -0.0000953 -0.0000202 -0.0000024 58859.00 959.56 -0.03 -2.88 264.61 4.74 0.0012105 0.0005329 2.5972 47.30 -0.0001936 -0.0000955 -0.0000202 -0.0000024