From 432efe9f566bb5fa0e9eb6b84f3b38c1a2823ebb Mon Sep 17 00:00:00 2001 From: ayanu Date: Wed, 8 Nov 2023 17:08:53 +0000 Subject: [PATCH] Delete outgrid_nest.yaml All outgrids now defined in outgrid.yaml --- examples/inputs/outgrid_nest.yaml | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 examples/inputs/outgrid_nest.yaml diff --git a/examples/inputs/outgrid_nest.yaml b/examples/inputs/outgrid_nest.yaml deleted file mode 100644 index 27ea86f..0000000 --- a/examples/inputs/outgrid_nest.yaml +++ /dev/null @@ -1,8 +0,0 @@ -Europe: - output_grid_type: 0 # 1 for coos provided in rotated system 0 for geographical. - longitude_of_output_grid: 4.96 # Longitude of lower left corner of output grid (left boundary of the first grid cell - not its centre). - latitude_of_output_grid: 45.48 # Latitude of lower left corner of output grid (lower boundary of the first grid cell - not its centre). - number_of_grid_points_x: 305 # Number of grid points in x direction (= # of cells + 1). - number_of_grid_points_y: 205 # Number of grid points in y direction (= # of cells + 1). - grid_distance_x: 0.02 # Grid distance in x direction. - grid_distance_y: 0.015 # Grid distance in y direction.