You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Date

Attendees

Yong Wook Kim

Bethany Blakely  

Rob Kooper 

Minu Mathew 

Taylor Pederson 

Agenda

  • Running other sites
    • new templates created using EddyPro
  • Running PyPluxPro error on L2
  • Check ALB values :
    • Currently 
      met_df['ALB'] = met_df[albedo_col].apply(lambda x: 1 if float(x) > 1 else float(x) * 100)

      if albedo_col > 1 : put 1.
      else : put albedo_col * 100

      I think this should be changed to :
      if albedo_col > 1 : put 100.
      else: put albedo_col * 100.

Action items

  •  


  • No labels