Changeset 1893 in lmdz_wrf


Ignore:
Timestamp:
Apr 4, 2018, 11:10:33 PM (7 years ago)
Author:
lfita
Message:

Adding:

  • snd', uascurv', `vascurv' to 'variables_values.dat'

Fixing issued related to CFmorzization

Location:
trunk/tools
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/CFvariables.dat

    r1887 r1893  
    1414uas new_z_dim height height 10.
    1515vas new_z_dim height height 10.
    16 hus new_z_dim pressure pressure FROMfile,pres
     16uascurv new_z_dim height height 10.
     17vascurv new_z_dim height height 10.
     18hus new_p_dim pressure pressure FROMfile,pres
    1719ta new_p_dim pressure pressure FROMfile,pres
    1820ua new_p_dim pressure pressure FROMfile,pres
  • trunk/tools/generic_tools.py

    r1892 r1893  
    1275112751    latn = ['lat', 'Y', 'Latitude', 'latitude', 'y', 'south_north', 'rlat']
    1275212752    pressn = ['pres', 'press', 'P', 'Press', 'Pressure', 'pressure', 'p']
    12753     heightn = ['height', 'Z', 'Height', 'z']
     12753    heightn = ['height', 'Z', 'Height', 'z', 'heightv']
    1275412754    timen = ['time', 'T', 'Time', 'TIME', 't']
    1275512755
  • trunk/tools/nc_var_tools.py

    r1892 r1893  
    2339223392        elif action == 'new_z_dim':
    2339323393            # Only doing it if variables does not have already dimension 'pres'
    23394             if gen.searchInlist(vardims,'pres'):
     23394            if gen.searchInlist(vardims,'height'):
    2339523395                print infmsg
    23396                 print '      ' + fname + ": variable already has 'pres' dimension " +\
     23396                print '      '+ fname + ": variable already has 'height' dimension "+\
    2339723397                  "doing nothing !!"
    2339823398                return None, None
  • trunk/tools/variables_values.dat

    r1887 r1893  
    408408sftls, sftls, land_binary_mask, 0., 1., land|mask, 1, bwr, $sftls$, sftls
    409409LANDMASK, sftls, land_binary_mask, 0., 1., land|mask, 1, bwr, $sftls$, sftls
     410snd, snd, snowf_depth, 0., 10., snow|depth, m, BuPu, $snd$, snd
     411SNOWH, snd, snowf_depth, 0., 10., snow|depth, m, BuPu, $snd$, snd
    410412stherm, stherm, thermals_excess, 0., 0.8, thermals|excess, K, Reds, $th^{exc}$, th_exc
    411413s_therm, stherm, thermals_excess, 0., 0.8, thermals|excess, K, Reds, $th^{exc}$, th_exc
     
    471473Vent zonal 10m, uas, eastward_wind, -30., 30., eastward|10m|wind, ms-1, seismic, $uas$, uas
    472474uaz, uaz, eastward_wind, -30., 30., eastward|wind|at|z|value, ms-1, seismic, $uaz$, uaz
     475uascurv, uas, eastward_wind, -30., 30., eastward|wind, ms-1, seismic, $uas$, uas
    473476va, va, northward_wind, -30., 30., northward|wind, ms-1, seismic, $va$, va
    474477vitv, va, northward_wind, -30., 30., northward|wind, ms-1, seismic, $va$, va
     
    482485Vent meridien 10m, vas, northward_wind, -30., 30., northward|10m|wind, ms-1, seism, $vas$, vasic
    483486vaz, vaz, northward_wind, -30., 30., northward|wind|at|z|value, ms-1, seismic, $vaz$, vaz
     487vascurv, vas, eastward_wind, -30., 30., eastward|wind, ms-1, seismic, $vas$, vas
    484488veget, veget, vegetation_type, 1, 13, type|of|plant|functional|type, 1, Reds, $veget$, veget
    485489wakedeltaq, 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.