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

Upload 40 years of ERA5 forcing data to sampo #902

Open
Tracked by #859
juliasloan25 opened this issue Oct 31, 2024 · 5 comments
Open
Tracked by #859

Upload 40 years of ERA5 forcing data to sampo #902

juliasloan25 opened this issue Oct 31, 2024 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@juliasloan25
Copy link
Member

juliasloan25 commented Oct 31, 2024

Is your feature request related to a problem? Please describe.
We need multiple decades of forcing data available for longruns of the full land model. We intend to do these runs on clima, so we can upload the data to sampo. We want data in the years 1979-present.

We need these variables at hourly resolution & at 1 degree resolution. Please note that some of the variables we had before were accumulations (e.g. J/m^2 or kg/m^2) and the quantities below are all mean fluxes (accumulation divided by accumulation time period). So our era5 forcing function may change in the preprocessing function.

Separate data file:
These can be monthly

This function shows exactly what we need and how we use it:

function prescribed_forcing_era5(

Part of #859

@ph-kev
Copy link
Member

ph-kev commented Nov 6, 2024

Pull request for only 2013 in ClimaArtifacts: CliMA/ClimaArtifacts#63

The current variables in the 2021 ERA5 dataset being used right now are these:

  • Latitude ("lat")
  • Longitude ("lon")
  • Time ("time")
  • Temperature at 2 meters (lon, lat, time; "t2m")
  • Downwelling SW flux accumulation at surface (lon, lat, time; "ssrd")
  • Downwelling LW flux accumulation at surface (lon, lat, time; "strd")
  • Neutral wind at 10m, u-component (lon, lat, time; "u10n")
  • Neutral wind at 10m, v-component (lon, lat, time; "v10n")
  • Surface air pressure (lon, lat, time; "sp")
  • Dew point temperature at 2 meters (lon, lat, time; "d2m")
  • Total accumulated precipitation (lon, lat, time; "tp")
  • Accumulated snowfall (lon, lat, time; "sf")
  • Leaf area index, high vegetation (lon, lat, time; "lai_hv")
  • Leaf area index, low vegetation (lon, lat, time; "lai_lv")

@braghiere
Copy link
Member

That is right. Have a look also at /groups/esm/ClimaArtifacts/artifacts/era5_land_forcing_complete/download_era5_2021.py

I used that script to get the 2021 data. Can we already replace LAI (low and high) by the MODIS one in this file? In the ILAMB intercomparison, we've noticed ERA5 LAI is too high.

@ph-kev
Copy link
Member

ph-kev commented Nov 6, 2024

That is right. Have a look also at /groups/esm/ClimaArtifacts/artifacts/era5_land_forcing_complete/download_era5_2021.py

I used that script to get the 2021 data. Can we already replace LAI (low and high) by the MODIS one in this file? In the ILAMB intercomparison, we've noticed ERA5 LAI is too high.

Is the MODIS dataset the same as the MODIS dataset on ILAMB for Leaf Area Index? I checked that one and the dates only go up to 2005 and the dates are monthly instead of hourly.

@kmdeck kmdeck changed the title Upload 20 years of ERA5 forcing data to sampo Upload 40 years of ERA5 forcing data to sampo Nov 6, 2024
@kmdeck
Copy link
Member

kmdeck commented Nov 6, 2024

Pull request for only 2013 in ClimaArtifacts: CliMA/ClimaArtifacts#63

The current variables in the 2021 ERA5 dataset being used right now are these:

* Downwelling SW flux accumulation at surface (lon, lat, time; "ssrd")

* Downwelling LW flux accumulation at surface (lon, lat, time; "strd")



* Total accumulated precipitation (lon, lat, time; "tp")

* Accumulated snowfall (lon, lat, time; "sf")

We can switch from accumulations to means (and alter the preprocessing functions used). But they should be equivalent, so whatever is easier

@kmdeck
Copy link
Member

kmdeck commented Nov 6, 2024

That is right. Have a look also at /groups/esm/ClimaArtifacts/artifacts/era5_land_forcing_complete/download_era5_2021.py

I used that script to get the 2021 data. Can we already replace LAI (low and high) by the MODIS one in this file? In the ILAMB intercomparison, we've noticed ERA5 LAI is too high.

Let's still grab the ERA5 LAI data. I updated the issue to note that this can be monthly resolution (and in a different file). We can use MODIS when possible, though

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants