Howdy.
I am working on the Cheyenne system. With WPSV3.7.1
I am using the era5 data set from the RDA section of glade/hpss in .grb format.
I need to save storage space by not storing the entire globe of reanalysis.
so, I used the following copygb.exe function from the UPP distro to take a subset of the global era5 data set over a portion of north America for all of the sfc and pl files involved.
./copygb.exe -g "255 4 142 53 50000 -135000 128 35000 -95000 281 320 0 255" -x GLOBAL.grb SUBSET.grb
the closest i can get to taking a direct subset of the origional file by this method.
If there are any other methods that can do better, that would be great.
I received the following error because my gaussian grid is no longer a global data set
Oops, something is not right with the Gaussian latitude computation.
The input data gave the starting latitude as 50.000.
This routine computed the starting latitude as +- 89.785.
The difference is larger than 0.01 degrees, which is not expected.
ERROR: Gaussian_latitude_computation
the grb files I have shrunk and using as imput are in
/gpfs/fs1/p/uwyo/wyom0004/tmazzett/WPS_3.7.1/tst/data/
do you guys see any way to work around this issue?
I want to introduce as little changes to the reanalysis data as possible in order to not skew my experimentation results.
If there is a simple way to just use the .nc format of the era5 data that is in the glade RDA space that would be great so i do not have to take up space in my quota to store the era5 .grb files.
I am working on the Cheyenne system. With WPSV3.7.1
I am using the era5 data set from the RDA section of glade/hpss in .grb format.
I need to save storage space by not storing the entire globe of reanalysis.
so, I used the following copygb.exe function from the UPP distro to take a subset of the global era5 data set over a portion of north America for all of the sfc and pl files involved.
./copygb.exe -g "255 4 142 53 50000 -135000 128 35000 -95000 281 320 0 255" -x GLOBAL.grb SUBSET.grb
the closest i can get to taking a direct subset of the origional file by this method.
If there are any other methods that can do better, that would be great.
I received the following error because my gaussian grid is no longer a global data set
Oops, something is not right with the Gaussian latitude computation.
The input data gave the starting latitude as 50.000.
This routine computed the starting latitude as +- 89.785.
The difference is larger than 0.01 degrees, which is not expected.
ERROR: Gaussian_latitude_computation
the grb files I have shrunk and using as imput are in
/gpfs/fs1/p/uwyo/wyom0004/tmazzett/WPS_3.7.1/tst/data/
do you guys see any way to work around this issue?
I want to introduce as little changes to the reanalysis data as possible in order to not skew my experimentation results.
If there is a simple way to just use the .nc format of the era5 data that is in the glade RDA space that would be great so i do not have to take up space in my quota to store the era5 .grb files.