Changeset 1803 in lmdz_wrf


Ignore:
Timestamp:
Mar 13, 2018, 3:05:20 PM (7 years ago)
Author:
lfita
Message:

Giving the right variable name! `clwvi'

Location:
trunk/tools
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/diagnostics.inf

    r1795 r1803  
    1010clh, cllmh, CLDFRA@WRFp
    1111clivi, WRFclivi, WRFdens@QICE@QHAIL@QGRAUPEL
    12 clwvl, WRFclwvl, WRFdens@QCLOUD@QICE@QHAIL@QGRAUPEL
     12clwvi, WRFclwvi, WRFdens@QCLOUD@QICE@QHAIL@QGRAUPEL
    1313hur, LMDZrh, pres@t@r
    1414hur, WRFrh, WRFrh@T@P@PB
  • trunk/tools/diagnostics.py

    r1795 r1803  
    7878availdiags = ['ACRAINTOT', 'accum', 'clt', 'cllmh', 'deaccum', 'LMDZrh', 'mslp',     \
    7979  'OMEGAw', 'RAINTOT',                                                               \
    80   'rvors', 'td', 'turbulence', 'WRFcape_afwa', 'WRFclivi', 'WRFclwvl', 'WRFgeop',    \
     80  'rvors', 'td', 'turbulence', 'WRFcape_afwa', 'WRFclivi', 'WRFclwvi', 'WRFgeop',    \
    8181  'WRFmrso', 'WRFp', 'WRFpsl_ecmwf',                                                 \
    8282  'WRFpsl_ptarget', 'WRFrvors', 'WRFslw', 'ws', 'wds', 'wss', 'WRFheight',           \
     
    8787# Variables not to check
    8888NONcheckingvars = ['cllmh', 'deaccum', 'TSrhs', 'TStd', 'TSwds', 'TSwss', 'WRFbils', \
    89   'WRFclivi', 'WRFclwvl', 'WRFdens', 'WRFgeop',                                      \
     89  'WRFclivi', 'WRFclwvi', 'WRFdens', 'WRFgeop',                                      \
    9090  'WRFp', 'WRFtd',                                                                   \
    9191  'WRFpos', 'WRFprc', 'WRFprls', 'WRFrh', 'LMDZrh', 'LMDZrhs', 'WRFrhs', 'WRFrvors', \
     
    822822        ncvar.insert_variable(ncobj, 'clivi', diagout, diagoutd, diagoutvd, newnc)
    823823
    824 # WRFclwvl WRF water cloud-condensed path WRFdens, QCLOUD, QICE, QGRAUPEL, QHAIL
    825     elif diagn == 'WRFclwvl':
     824# WRFclwvi WRF water cloud-condensed path WRFdens, QCLOUD, QICE, QGRAUPEL, QHAIL
     825    elif diagn == 'WRFclwvi':
    826826           
    827827        var0 = WRFdens
     
    845845            if gen.searchInlist(dvnames,nonvd): diagoutvd.remove(nonvd)
    846846            varsadd.append(nonvd)
    847         ncvar.insert_variable(ncobj, 'clwvl', diagout, diagoutd, diagoutvd, newnc)
     847        ncvar.insert_variable(ncobj, 'clwvi', diagout, diagoutd, diagoutvd, newnc)
    848848
    849849# WRFgeop geopotential from WRF as PH + PHB
  • trunk/tools/variables_values.dat

    r1794 r1803  
    6767clivi, clivi, atmosphere_cloud_ice_content, 0., 10., ice|water|path, kgm-2, Blues, $clivi$, clivi
    6868WRFclivi, clivi, atmosphere_cloud_ice_content, 0., 10., ice|water|path, kgm-2, Blues, $clivi$, clivi
    69 clwvl, clwvl, atmosphere_cloud_condensed_water_content, 0., 10., condensed|water|path, kgm-2, Blues, $clwvl$, clwvl
    70 WRFclwvl, clwvl, atmosphere_cloud_condensed_water_content, 0., 10., condensed|water|path, kgm-2, Blues, $clwvl$, clwvl
     69clwvi, clwvi, atmosphere_cloud_condensed_water_content, 0., 10., condensed|water|path, kgm-2, Blues, $clwvi$, clwvi
     70WRFclwvi, clwvi, atmosphere_cloud_condensed_water_content, 0., 10., condensed|water|path, kgm-2, Blues, $clwvi$, clwvi
    7171CLW, clw, total_cloud_properties, 0., 3., total|column-integrated|water|vapor|and|cloud|variables, 1, Purples, $clw$, clw
    7272clw, clw, total_cloud_properties, 0., 3., total|column-integrated|water|vapor|and|cloud|variables, 1, Purples, $clw$, clw
Note: See TracChangeset for help on using the changeset viewer.