@@ -402,8 +402,8 @@ def get_meteonorm_tmy(
402402 surface_tilt = 0 , surface_azimuth = 180 ,
403403 time_step = "1h" , horizon = "auto" , terrain_situation = "open" ,
404404 albedo = None , turbidity = "auto" , random_seed = None ,
405- clear_sky_radiation_model = "esra" , data_version = "latest" ,
406- future_scenario = None , future_year = None , interval_index = False ,
405+ clear_sky_radiation_model = "esra" , future_scenario = None ,
406+ future_year = None , interval_index = False ,
407407 map_variables = True , url = URL ):
408408 """
409409 Retrieve TMY irradiance and weather data from Meteonorm.
@@ -448,8 +448,6 @@ def get_meteonorm_tmy(
448448 with the same random seed will yield identical results.
449449 clear_sky_radiation_model : str, default : 'esra'
450450 Which clearsky model to use. Must be either `'esra'` or `'solis'`.
451- data_version : str, default : 'latest'
452- Version of Meteonorm climatological data to be used.
453451 future_scenario : str, optional
454452 Future climate scenario.
455453 future_year : int, optional
@@ -498,7 +496,6 @@ def get_meteonorm_tmy(
498496 "situation" : terrain_situation ,
499497 "turbidity" : turbidity ,
500498 "clear_sky_radiation_model" : clear_sky_radiation_model ,
501- "data_version" : data_version ,
502499 "random_seed" : random_seed ,
503500 "future_scenario" : future_scenario ,
504501 "future_year" : future_year ,
0 commit comments