Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sfc config Added. #47

Merged
merged 1 commit into from
Aug 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 53 additions & 0 deletions raw/era5_sfc.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# Copyright 2023 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
[parameters]
client=cds
dataset=reanalysis-era5-complete
target_path=gs://gcp-public-data-arco-era5/raw/ERA5GRIB/HRES/Month/{year}/{year}{month:02d}_hres_sfc.grb2
partition_keys=
year
month

# API Keys go here...
# See these docs: https://weather-tools.readthedocs.io/en/latest/Configuration.html#subsections

[selection]
class=ea
stream=oper
expver=1
levtype=sfc
type=an
year=1979/to/2023
month=01/to/12
day=all
time=00/to/23
# ------------------------------------------------|------------|--------------|-----------------------------------------------------
# name | short name | units | docs
# ------------------------------------------------|------------|--------------|-----------------------------------------------------
# Geopotential | z | m^2 s^-2 | https://apps.ecmwf.int/codes/grib/param-db?id=129
# Surface pressure | sp | Pa | https://apps.ecmwf.int/codes/grib/param-db?id=134
# Total column vertically-integrated water vapour | tcwv | kg m^-2 | https://apps.ecmwf.int/codes/grib/param-db?id=137
# Mean sea level pressure | msl | Pa | https://apps.ecmwf.int/codes/grib/param-db?id=151
# Total cloud cover | tcc | (0 - 1) | https://apps.ecmwf.int/codes/grib/param-db?id=164
# 10 metre U wind component | 10u | m s^-1 | https://apps.ecmwf.int/codes/grib/param-db?id=165
# 10 metre V wind component | 10v | m s^-1 | https://apps.ecmwf.int/codes/grib/param-db?id=166
# 2 metre temperature | 2t | K | https://apps.ecmwf.int/codes/grib/param-db?id=167
# 2 metre dewpoint temperature | 2d | K | https://apps.ecmwf.int/codes/grib/param-db?id=168
# Low cloud cover | lcc | (0 - 1) | https://apps.ecmwf.int/codes/grib/param-db?id=186
# Medium cloud cover | mcc | (0 - 1) | https://apps.ecmwf.int/codes/grib/param-db?id=187
# High cloud cover | hcc | (0 - 1) | https://apps.ecmwf.int/codes/grib/param-db?id=188
#100 metre U wind component | 100u | m s^-1 | https://apps.ecmwf.int/codes/grib/param-db?id=228246
#100 metre V wind component | 100v | m s^-1 | https://apps.ecmwf.int/codes/grib/param-db?id=228247
# ------------------------------------------------|------------|--------------|-----------------------------------------------------
param=129.128/134.128/151.128/165.128/166.128/167.128/168.128/246.228/247.228/137.128/164.128/186.128/187.128/188.128