- Timestamp:
- Jul 24, 2018, 6:44:03 PM (7 years ago)
- Location:
- trunk/tools
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/diagnostics.inf
r1962 r1966 36 36 slw, WRFslw, SH2O@DZS 37 37 ta, WRFt, T@P@PB 38 td , WRFtd, WRFp@WRFt@QVAPOR38 tdas, WRFtda, WRFp@WRFt@QVAPOR 39 39 tda, WRFtda, WRFrh@WRFt 40 td s, TStd, psfc@t@q41 td s, WRFtds, PSFC@T2@Q240 tdas, TStdas, psfc@t@q 41 tdas, WRFtdas, PSFC@T2@Q2 42 42 ua, WRFua, U@V@SINALPHA@COSALPHA 43 43 va, WRFva, U@V@SINALPHA@COSALPHA -
trunk/tools/diagnostics.py
r1962 r1966 90 90 'WRFmrso', 'WRFpotevap_orPM', 'WRFp', 'WRFpsl_ecmwf', \ 91 91 'WRFpsl_ptarget', 'WRFrvors', 'WRFslw', 'ws', 'wds', 'wss', 'WRFheight', \ 92 'WRFheightrel', 'WRFtda', 'WRFtd s', 'WRFua', 'WRFva', 'WRFzwind', 'WRFzwind_log',\92 'WRFheightrel', 'WRFtda', 'WRFtdas', 'WRFua', 'WRFva', 'WRFzwind', 'WRFzwind_log', \ 93 93 'WRFzwindMO'] 94 94 … … 815 815 diagout, diagoutd, diagoutvd = diag.compute_td(var0,var1,var2,dnamesvar,dvnamesvar) 816 816 817 ncvar.insert_variable(ncobj, 'td s', diagout, diagoutd, diagoutvd, newnc)817 ncvar.insert_variable(ncobj, 'tdas', diagout, diagoutd, diagoutvd, newnc) 818 818 819 819 # td (psfc, t, q) from TimeSeries files … … 830 830 diagout, diagoutd, diagoutvd = diag.compute_td(var0,var1,var2,dnamesvar,dvnamesvar) 831 831 832 ncvar.insert_variable(ncobj, 'td s', diagout, diagoutd, diagoutvd, newnc)832 ncvar.insert_variable(ncobj, 'tdas', diagout, diagoutd, diagoutvd, newnc) 833 833 834 834 # wds (u, v) … … 1228 1228 ncvar.insert_variable(ncobj, 'tda', td, dnames, diagoutvd, newnc) 1229 1229 1230 # WRFtd s (PSFC, T2, Q2)1231 elif diagn == 'WRFtd s':1230 # WRFtdas (PSFC, T2, Q2) 1231 elif diagn == 'WRFtdas': 1232 1232 ARM2 = fdef.module_definitions.arm2 1233 1233 ARM3 = fdef.module_definitions.arm3 … … 1243 1243 1244 1244 gammatarhs = np.log(rhs) + ARM2*(var1-273.15)/((var1-273.15)+ARM3) 1245 td s = ARM3*gammatarhs/(ARM2-gammatarhs)1246 1247 # Removing the nonChecking variable-dimensions from the initial list 1248 varsadd = [] 1249 diagoutvd = list(dvnames) 1250 for nonvd in NONchkvardims: 1251 if gen.searchInlist(dvnames,nonvd): diagoutvd.remove(nonvd) 1252 varsadd.append(nonvd) 1253 1254 ncvar.insert_variable(ncobj, 'td s', tds, dnames, diagoutvd, newnc)1245 tdas = ARM3*gammatarhs/(ARM2-gammatarhs) 1246 1247 # Removing the nonChecking variable-dimensions from the initial list 1248 varsadd = [] 1249 diagoutvd = list(dvnames) 1250 for nonvd in NONchkvardims: 1251 if gen.searchInlist(dvnames,nonvd): diagoutvd.remove(nonvd) 1252 varsadd.append(nonvd) 1253 1254 ncvar.insert_variable(ncobj, 'tdas', tdas, dnames, diagoutvd, newnc) 1255 1255 1256 1256 # WRFua (U, V, SINALPHA, COSALPHA) to be rotated !! -
trunk/tools/variables_values.dat
r1947 r1966 480 480 tda, tda, air_dew_point_temperature, 240., 310., air|dew|point|temperature, C, YlGnBu, $tda$, tda 481 481 DWPT, tda, air_dew_point_temperature, 240., 310., air|dew|point|temperature, C, YlGnBu, $tda$, tda 482 td s, tds, air_dew_point_temperature, 240., 310., air|dew|point|temperature|at|2m, C, YlGnBu, $tdas$, tdas483 TD, td s, air_dew_point_temperature, 240., 310., air|dew|point|temperature|at|2m, C, YlGnBu, $tdas$, tdas484 TDS, td s, air_dew_point_temperature, 240., 310., air|dew|point|temperature|at|2m, C, YlGnBu, $tdas$, tdas485 TStd, td s, air_dew_point_temperature, 240., 310., air|dew|point|temperature|at|2m, C, YlGnBu, $tdas$, tdas486 TStdC, td s, air_dew_point_temperature, 240., 310., air|dew|point|temperature|at|2m, C, YlGnBu, $tdas$, tdas482 tdas, tdas, air_dew_point_temperature, 240., 310., air|dew|point|temperature|at|2m, C, YlGnBu, $tdas$, tdas 483 TD, tdas, air_dew_point_temperature, 240., 310., air|dew|point|temperature|at|2m, C, YlGnBu, $tdas$, tdas 484 TDS, tdas, air_dew_point_temperature, 240., 310., air|dew|point|temperature|at|2m, C, YlGnBu, $tdas$, tdas 485 TStd, tdas, air_dew_point_temperature, 240., 310., air|dew|point|temperature|at|2m, C, YlGnBu, $tdas$, tdas 486 TStdC, tdas, air_dew_point_temperature, 240., 310., air|dew|point|temperature|at|2m, C, YlGnBu, $tdas$, tdas 487 487 th105, th105, thickness_1000_500, 0., 2500., atmosphere|thickness|1000|hPa|to|500|hPa, m, Reds, $m$, m 488 488 1000 hPa to 500 hPa thickness, th105, thickness_1000_500, 0., 2500., atmosphere|thickness|1000|hPa|to|500|hPa, m, Reds, $m$, m
Note: See TracChangeset
for help on using the changeset viewer.