% Leo Baldreich 2023-02-22 % Time series of output values of gpt3_5_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 % [grid5] = gpt3_5_fast_readGrid; % % % allocating output array % gpt35out = zeros(length(mjds),13); % % % looping through epochs and filling the output array % for i = 1:length(mjds) % [gpt35out(i,1),gpt35out(i,2),gpt35out(i,3),... % gpt35out(i,4),gpt35out(i,5),gpt35out(i,6),... % gpt35out(i,7),gpt35out(i,8),gpt35out(i,9),... % gpt35out(i,10),gpt35out(i,11),gpt35out(i,12),... % gpt35out(i,13)] = gpt3_5_fast(mjds(i),GRAZ(1),GRAZ(2),GRAZ(3),0,grid5); % end % % % writing output to file % file = fopen('gpt3_5_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),gpt35out(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.59 1.24 -4.70 265.49 4.85 0.0012109 0.0005397 2.5189 45.78 -0.0002206 -0.0000875 -0.0000221 0.0000023 58849.25 959.59 1.23 -4.70 265.47 4.84 0.0012109 0.0005397 2.5191 45.78 -0.0002206 -0.0000877 -0.0000221 0.0000023 58849.50 959.58 1.22 -4.70 265.46 4.84 0.0012109 0.0005396 2.5193 45.78 -0.0002206 -0.0000880 -0.0000221 0.0000023 58849.75 959.58 1.21 -4.70 265.45 4.83 0.0012108 0.0005396 2.5196 45.78 -0.0002206 -0.0000882 -0.0000220 0.0000023 58850.00 959.57 1.20 -4.71 265.44 4.83 0.0012108 0.0005396 2.5199 45.78 -0.0002207 -0.0000884 -0.0000220 0.0000023 58850.25 959.57 1.20 -4.71 265.42 4.82 0.0012108 0.0005395 2.5201 45.78 -0.0002207 -0.0000886 -0.0000220 0.0000023 58850.50 959.56 1.19 -4.71 265.41 4.82 0.0012107 0.0005395 2.5204 45.78 -0.0002207 -0.0000889 -0.0000219 0.0000023 58850.75 959.56 1.18 -4.71 265.40 4.81 0.0012107 0.0005395 2.5207 45.78 -0.0002207 -0.0000891 -0.0000219 0.0000023 58851.00 959.55 1.17 -4.71 265.39 4.81 0.0012106 0.0005395 2.5210 45.78 -0.0002207 -0.0000893 -0.0000219 0.0000023 58851.25 959.55 1.16 -4.71 265.38 4.80 0.0012106 0.0005394 2.5213 45.78 -0.0002207 -0.0000895 -0.0000219 0.0000024 58851.50 959.54 1.15 -4.71 265.37 4.80 0.0012106 0.0005394 2.5216 45.78 -0.0002207 -0.0000898 -0.0000219 0.0000024 58851.75 959.53 1.14 -4.71 265.36 4.80 0.0012105 0.0005394 2.5219 45.78 -0.0002207 -0.0000900 -0.0000218 0.0000024 58852.00 959.53 1.14 -4.71 265.34 4.79 0.0012105 0.0005393 2.5222 45.78 -0.0002207 -0.0000902 -0.0000218 0.0000024 58852.25 959.52 1.13 -4.71 265.33 4.79 0.0012105 0.0005393 2.5226 45.78 -0.0002207 -0.0000904 -0.0000218 0.0000024 58852.50 959.52 1.12 -4.71 265.32 4.78 0.0012104 0.0005393 2.5229 45.78 -0.0002207 -0.0000906 -0.0000218 0.0000024 58852.75 959.51 1.11 -4.71 265.31 4.78 0.0012104 0.0005392 2.5233 45.78 -0.0002207 -0.0000908 -0.0000218 0.0000024 58853.00 959.51 1.10 -4.71 265.30 4.77 0.0012104 0.0005392 2.5236 45.78 -0.0002207 -0.0000911 -0.0000217 0.0000024 58853.25 959.50 1.10 -4.71 265.29 4.77 0.0012104 0.0005392 2.5240 45.78 -0.0002207 -0.0000913 -0.0000217 0.0000024 58853.50 959.49 1.09 -4.71 265.28 4.77 0.0012103 0.0005392 2.5244 45.78 -0.0002207 -0.0000915 -0.0000217 0.0000024 58853.75 959.49 1.08 -4.72 265.27 4.76 0.0012103 0.0005391 2.5247 45.78 -0.0002207 -0.0000917 -0.0000217 0.0000024 58854.00 959.48 1.08 -4.72 265.26 4.76 0.0012103 0.0005391 2.5251 45.78 -0.0002207 -0.0000919 -0.0000217 0.0000024 58854.25 959.48 1.07 -4.72 265.25 4.75 0.0012102 0.0005391 2.5255 45.78 -0.0002207 -0.0000921 -0.0000217 0.0000024 58854.50 959.47 1.06 -4.72 265.24 4.75 0.0012102 0.0005390 2.5259 45.78 -0.0002207 -0.0000923 -0.0000217 0.0000024 58854.75 959.46 1.06 -4.72 265.23 4.75 0.0012102 0.0005390 2.5263 45.78 -0.0002207 -0.0000925 -0.0000217 0.0000024 58855.00 959.46 1.05 -4.72 265.22 4.74 0.0012101 0.0005390 2.5267 45.78 -0.0002207 -0.0000927 -0.0000216 0.0000024 58855.25 959.45 1.05 -4.72 265.21 4.74 0.0012101 0.0005389 2.5272 45.78 -0.0002207 -0.0000929 -0.0000216 0.0000024 58855.50 959.44 1.04 -4.72 265.20 4.74 0.0012101 0.0005389 2.5276 45.78 -0.0002207 -0.0000931 -0.0000216 0.0000024 58855.75 959.44 1.04 -4.72 265.19 4.73 0.0012101 0.0005389 2.5280 45.78 -0.0002207 -0.0000933 -0.0000216 0.0000024 58856.00 959.43 1.03 -4.72 265.19 4.73 0.0012100 0.0005388 2.5285 45.78 -0.0002207 -0.0000935 -0.0000216 0.0000024 58856.25 959.43 1.03 -4.73 265.18 4.73 0.0012100 0.0005388 2.5289 45.78 -0.0002207 -0.0000937 -0.0000216 0.0000025 58856.50 959.42 1.02 -4.73 265.17 4.72 0.0012100 0.0005388 2.5294 45.78 -0.0002206 -0.0000939 -0.0000216 0.0000025 58856.75 959.41 1.02 -4.73 265.16 4.72 0.0012099 0.0005387 2.5298 45.78 -0.0002206 -0.0000941 -0.0000216 0.0000025 58857.00 959.41 1.01 -4.73 265.15 4.72 0.0012099 0.0005387 2.5303 45.78 -0.0002206 -0.0000943 -0.0000216 0.0000025 58857.25 959.40 1.01 -4.73 265.14 4.71 0.0012099 0.0005387 2.5308 45.78 -0.0002206 -0.0000945 -0.0000216 0.0000025 58857.50 959.39 1.00 -4.73 265.13 4.71 0.0012099 0.0005386 2.5313 45.78 -0.0002206 -0.0000947 -0.0000216 0.0000025 58857.75 959.39 1.00 -4.73 265.13 4.71 0.0012098 0.0005386 2.5318 45.78 -0.0002206 -0.0000949 -0.0000216 0.0000025 58858.00 959.38 1.00 -4.73 265.12 4.70 0.0012098 0.0005386 2.5323 45.78 -0.0002205 -0.0000950 -0.0000216 0.0000025 58858.25 959.37 0.99 -4.74 265.11 4.70 0.0012098 0.0005385 2.5328 45.78 -0.0002205 -0.0000952 -0.0000216 0.0000025 58858.50 959.37 0.99 -4.74 265.10 4.70 0.0012098 0.0005385 2.5333 45.78 -0.0002205 -0.0000954 -0.0000216 0.0000025 58858.75 959.36 0.99 -4.74 265.10 4.69 0.0012097 0.0005385 2.5338 45.78 -0.0002205 -0.0000956 -0.0000216 0.0000025 58859.00 959.35 0.98 -4.74 265.09 4.69 0.0012097 0.0005384 2.5344 45.78 -0.0002204 -0.0000958 -0.0000216 0.0000025