ERA5 #1527
-
Hello everyone, I am trying to work with ERA5 as my main metforcing and have a few questions regarding the procedure required before being able to utilize it in my LIS runs. In the LDT user guide following features should be enabled: Thank you so much for any advice!! |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 18 replies
-
Hi @sunnydays99 Are you on NCCS's Discover? That file is on that system, and I can point you to it. If you are now, can you please share the filename of a typical ERA5 forcing file that you have? LIS is expecting the files in the convention of: FORCING_YYYYMM.nc Each file contains 11 forcing variables. |
Beta Was this translation helpful? Give feedback.
-
@dmocko thank you so much for your fast reply! Unfortunately I do not have access to discover, would it be possible for you to share the file here or in another way? I have downloaded the ERA5 files from Copernicus, so they have different naming and each forcing variable is separately per month. Here is an example of the naming style: Qair_WFDE5_CRU_199310_v2.1.nc . Can I process my files with LDT to obtain the correct naming style or did i accidentally download the wrong data? |
Beta Was this translation helpful? Give feedback.
-
HI @sunnydays99 Thanks for your patience. I have placed the I have also placed the FORTRAN program to stitch together the individual variables to create a FORCING_YYYYMM.nc file, To make the executable, compile with these options:
Change [path_to_netcdf] to the path to your netCDF code (similar to what you did to compile LIS). After you have the executable, just run the command for each month, like this:
…and so on for each month. |
Beta Was this translation helpful? Give feedback.
-
Hi @sunnydays99 and @dmocko, |
Beta Was this translation helpful? Give feedback.
-
Closing this discussion. The ERA5 data that can be used in LIS is NOT available outside of the immediate LIS team. We are working on code that will use ERA5 data that can be downloaded directly from Copernicus. Please look for a pull request for this code in the coming months! |
Beta Was this translation helpful? Give feedback.
HI @sunnydays99
Thanks for your patience. I have placed the
mapping.nc
file as well as our copy of theera5_elev.nc
file here:https://portal.nccs.nasa.gov/lisdata_pub/data/MET_FORCING/ERA5/
I have also placed the FORTRAN program to stitch together the individual variables to create a FORCING_YYYYMM.nc file,
that LDT/LIS expects as input for ERA5 forcing. You should just need to change the filenames of the individual input files
in the program, and then compile. You will also need the
sampleforc.nc
file I have also shared in the same location.To make the executable, compile with these options: