Skip to content

Commit e5838b8

Browse files
committed
Fix of inverted lai in the tools/create_forcing scripts for site simulations
1 parent 91f74bb commit e5838b8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎tools/create_forcing/scripts/osm_pyutils/create_sites.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ def __init__(self, grb2nc=None, Units=None, LongName=None):
3131
vtable['tvh']=vattrib('tvh','-', 'high vegetation type')
3232
vtable['dl']=vattrib('LDEPTH','m', 'lake depth')
3333
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')
34+
vtable['lai_hv']=vattrib('Mlaih','-', 'monthly high veg lai')
35+
vtable['lai_lv']=vattrib('Mlail','-', 'monthly low veg lai')
3636
vtable['cldiff']=vattrib('fwet','-', 'monthly wetland fraction')
3737
vtable['lsm']=vattrib('landsea','-', 'land sea mask')
3838
vtable['cl']=vattrib('CLAKE','-', 'lake cover fraction')

0 commit comments

Comments
 (0)