ERA5 .nc file to intermediate files does not have SOILHGT, HGT, and GEOPT variables to process

Rakesh

New member
Hello everyone,
.nc file python script era5_to_int.py does not include calculation of SOILHGT, HGT, and GEOPT. Please suggest any solution?
Or I am missing something
 
Last edited:
ERA5 they used to provide GRB files now they are shifting towards .nc file, Now we need these intermediate files to process using era5_to_int.py script.
 
Hello everyone,
.nc file python script era5_to_int.py does not include calculation of SOILHGT, HGT, and GEOPT. Please suggest any solution?
Or I am missing something
This script does process the variable SOILGEO, which is Geopotential at the surface. SOILHGT is derived from SOILGEO.
Did you run calc_ecmwf_p.exe after running the python script?
 
Back
Top