Changeset 1893 in lmdz_wrf
- Timestamp:
- Apr 4, 2018, 11:10:33 PM (7 years ago)
- Location:
- trunk/tools
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/CFvariables.dat
r1887 r1893 14 14 uas new_z_dim height height 10. 15 15 vas new_z_dim height height 10. 16 hus new_z_dim pressure pressure FROMfile,pres 16 uascurv new_z_dim height height 10. 17 vascurv new_z_dim height height 10. 18 hus new_p_dim pressure pressure FROMfile,pres 17 19 ta new_p_dim pressure pressure FROMfile,pres 18 20 ua new_p_dim pressure pressure FROMfile,pres -
trunk/tools/generic_tools.py
r1892 r1893 12751 12751 latn = ['lat', 'Y', 'Latitude', 'latitude', 'y', 'south_north', 'rlat'] 12752 12752 pressn = ['pres', 'press', 'P', 'Press', 'Pressure', 'pressure', 'p'] 12753 heightn = ['height', 'Z', 'Height', 'z' ]12753 heightn = ['height', 'Z', 'Height', 'z', 'heightv'] 12754 12754 timen = ['time', 'T', 'Time', 'TIME', 't'] 12755 12755 -
trunk/tools/nc_var_tools.py
r1892 r1893 23392 23392 elif action == 'new_z_dim': 23393 23393 # Only doing it if variables does not have already dimension 'pres' 23394 if gen.searchInlist(vardims,' pres'):23394 if gen.searchInlist(vardims,'height'): 23395 23395 print infmsg 23396 print ' ' + fname + ": variable already has 'pres' dimension "+\23396 print ' '+ fname + ": variable already has 'height' dimension "+\ 23397 23397 "doing nothing !!" 23398 23398 return None, None -
trunk/tools/variables_values.dat
r1887 r1893 408 408 sftls, sftls, land_binary_mask, 0., 1., land|mask, 1, bwr, $sftls$, sftls 409 409 LANDMASK, sftls, land_binary_mask, 0., 1., land|mask, 1, bwr, $sftls$, sftls 410 snd, snd, snowf_depth, 0., 10., snow|depth, m, BuPu, $snd$, snd 411 SNOWH, snd, snowf_depth, 0., 10., snow|depth, m, BuPu, $snd$, snd 410 412 stherm, stherm, thermals_excess, 0., 0.8, thermals|excess, K, Reds, $th^{exc}$, th_exc 411 413 s_therm, stherm, thermals_excess, 0., 0.8, thermals|excess, K, Reds, $th^{exc}$, th_exc … … 471 473 Vent zonal 10m, uas, eastward_wind, -30., 30., eastward|10m|wind, ms-1, seismic, $uas$, uas 472 474 uaz, uaz, eastward_wind, -30., 30., eastward|wind|at|z|value, ms-1, seismic, $uaz$, uaz 475 uascurv, uas, eastward_wind, -30., 30., eastward|wind, ms-1, seismic, $uas$, uas 473 476 va, va, northward_wind, -30., 30., northward|wind, ms-1, seismic, $va$, va 474 477 vitv, va, northward_wind, -30., 30., northward|wind, ms-1, seismic, $va$, va … … 482 485 Vent meridien 10m, vas, northward_wind, -30., 30., northward|10m|wind, ms-1, seism, $vas$, vasic 483 486 vaz, vaz, northward_wind, -30., 30., northward|wind|at|z|value, ms-1, seismic, $vaz$, vaz 487 vascurv, vas, eastward_wind, -30., 30., eastward|wind, ms-1, seismic, $vas$, vas 484 488 veget, veget, vegetation_type, 1, 13, type|of|plant|functional|type, 1, Reds, $veget$, veget 485 489 wakedeltaq, wakedeltaq, wake_delta_vapor, -0.003, 0.003, wake|delta|mixing|ratio, kgkg-1s-1, seismic, $\partial_{t}qv^{wak}$, dtqv_wak
Note: See TracChangeset
for help on using the changeset viewer.