From 085aae33259f507668db74f5352c59b08b281091 Mon Sep 17 00:00:00 2001 From: ealerskans Date: Fri, 20 Dec 2024 08:20:34 +0000 Subject: [PATCH] Update README --- README.md | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index b95d186..034aa60 100644 --- a/README.md +++ b/README.md @@ -175,32 +175,18 @@ inputs: variables: # use surface incoming shortwave radiation as forcing - swavr0m - dim_mapping: - time: - method: rename - dim: time - grid_index: - method: stack - dims: [x, y] - forcing_feature: - method: stack_variables_by_var_name - name_format: "{var_name}" - target_output_variable: forcing - - danra_derived_forcings: - path: https://mllam-test-data.s3.eu-north-1.amazonaws.com/single_levels.zarr - dims: [time, x, y] derived_variables: + # derive variables to be used as forcings toa_radiation: kwargs: time: time lat: lat lon: lon - function: mllam_data_prep.derived_variables.calculate_toa_radiation + function: mllam_data_prep.ops.derived_variables.calculate_toa_radiation hour_of_day: kwargs: time: time - function: mllam_data_prep.derived_variables.calculate_hour_of_day + function: mllam_data_prep.ops.derived_variables.calculate_hour_of_day dim_mapping: time: method: rename