1 parent 91f74bb commit e5838b8Copy full SHA for e5838b8
1 file changed
tools/create_forcing/scripts/osm_pyutils/create_sites.py
@@ -31,8 +31,8 @@ def __init__(self, grb2nc=None, Units=None, LongName=None):
31
vtable['tvh']=vattrib('tvh','-', 'high vegetation type')
32
vtable['dl']=vattrib('LDEPTH','m', 'lake depth')
33
vtable['al']=vattrib('Malbedo','-', 'monthly surface albedo')
34
-vtable['lai_hv']=vattrib('Mlail','-', 'monthly high veg lai')
35
-vtable['lai_lv']=vattrib('Mlaih','-', 'monthly low veg lai')
+vtable['lai_hv']=vattrib('Mlaih','-', 'monthly high veg lai')
+vtable['lai_lv']=vattrib('Mlail','-', 'monthly low veg lai')
36
vtable['cldiff']=vattrib('fwet','-', 'monthly wetland fraction')
37
vtable['lsm']=vattrib('landsea','-', 'land sea mask')
38
vtable['cl']=vattrib('CLAKE','-', 'lake cover fraction')
0 commit comments