-
Notifications
You must be signed in to change notification settings - Fork 10
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
Comments
Pull request for only 2013 in ClimaArtifacts: CliMA/ClimaArtifacts#63 The current variables in the 2021 ERA5 dataset being used right now are these:
|
That is right. Have a look also at 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. |
We can switch from accumulations to means (and alter the preprocessing functions used). But they should be equivalent, so whatever is easier |
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 |
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
Kat comment: let's get the ERA5 data just for completeness, but plan to use MODIS when available
This function shows exactly what we need and how we use it:
ClimaLand.jl/src/shared_utilities/drivers.jl
Line 1020 in 295ea68
Part of #859
The text was updated successfully, but these errors were encountered: