Aurora_LagosD
New member
Hello everyone,
I ran a real simulation from February 1, 2021, to April 1, 2021, using three domains, with initial and boundary conditions based on ERA5 fields in GRIB format. I downloaded 29 vertical pressure levels along with some surface and subsurface fields. The GRIB files have the following dimensions:
Variables on pressure coordinates:
dimensions:
time = UNLIMITED ;
lon = 141 ;
lat = 117 ;
plev = 29 ;
and variables on surface and subsurface:
dimensions:
time = UNLIMITED ;
lon = 141 ;
lat = 117 ;
depth = 1 ;
bnds = 2 ;
depth_2 = 1 ;
depth_3 = 1 ;
depth_4 = 1 ;
The simulation completed successfully. The dimensions of the met_em.d0* files are as follows:
dimensions:
Time = UNLIMITED ;
DateStrLen = 19 ;
west_east = 120 ;
south_north = 120 ;
num_metgrid_levels = 38 ;
num_st_layers = 4 ;
num_sm_layers = 4 ;
south_north_stag = 121 ;
west_east_stag = 121 ;
z-dimension0003 = 3 ;
z-dimension0012 = 12 ;
z-dimension0016 = 16 ;
z-dimension0021 = 21 ;
I attempted to run another simulation using initual and boundary conditions from the ERA5 reanalysis in GRIB format, but this time from April 1, 2016, to August 2,2016, with a slightly larger domain. The dimensions of the downloaded GRIB files are the following:
Variables on pressure coordinates:
dimensions:
time = UNLIMITED ;
lon = 153 ;
lat = 169 ;
plev = 29 ;
and variables on surface and subsurface:
dimensions:
time = UNLIMITED ;
lon = 153 ;
lat = 169 ;
depth = 1 ;
bnds = 2 ;
depth_2 = 1 ;
depth_3 = 1 ;
depth_4 = 1 ;
As you can notice, the vertical coordinates of the GRIB files for both simulations are identical. The execution of metgrid.exe in this simulation completed successfully, but the met_em.d0* files have the following dimensions:
dimensions:
Time = UNLIMITED ; // (1 currently)
DateStrLen = 19 ;
west_east = 121 ;
south_north = 169 ;
num_metgrid_levels = 30 ;
num_st_layers = 4 ;
num_sm_layers = 4 ;
south_north_stag = 170 ;
west_east_stag = 122 ;
z-dimension0003 = 3 ;
z-dimension0012 = 12 ;
z-dimension0016 = 16 ;
z-dimension0021 = 21 ;
Although in both simulations the metgrid.log indicates a successful completion, the number of vertical levels in the met_em.d0* files differs, in the first one is 38 and the second is 30.
nb: I attached both namelist.wps files
I ran a real simulation from February 1, 2021, to April 1, 2021, using three domains, with initial and boundary conditions based on ERA5 fields in GRIB format. I downloaded 29 vertical pressure levels along with some surface and subsurface fields. The GRIB files have the following dimensions:
Variables on pressure coordinates:
dimensions:
time = UNLIMITED ;
lon = 141 ;
lat = 117 ;
plev = 29 ;
and variables on surface and subsurface:
dimensions:
time = UNLIMITED ;
lon = 141 ;
lat = 117 ;
depth = 1 ;
bnds = 2 ;
depth_2 = 1 ;
depth_3 = 1 ;
depth_4 = 1 ;
The simulation completed successfully. The dimensions of the met_em.d0* files are as follows:
dimensions:
Time = UNLIMITED ;
DateStrLen = 19 ;
west_east = 120 ;
south_north = 120 ;
num_metgrid_levels = 38 ;
num_st_layers = 4 ;
num_sm_layers = 4 ;
south_north_stag = 121 ;
west_east_stag = 121 ;
z-dimension0003 = 3 ;
z-dimension0012 = 12 ;
z-dimension0016 = 16 ;
z-dimension0021 = 21 ;
I attempted to run another simulation using initual and boundary conditions from the ERA5 reanalysis in GRIB format, but this time from April 1, 2016, to August 2,2016, with a slightly larger domain. The dimensions of the downloaded GRIB files are the following:
Variables on pressure coordinates:
dimensions:
time = UNLIMITED ;
lon = 153 ;
lat = 169 ;
plev = 29 ;
and variables on surface and subsurface:
dimensions:
time = UNLIMITED ;
lon = 153 ;
lat = 169 ;
depth = 1 ;
bnds = 2 ;
depth_2 = 1 ;
depth_3 = 1 ;
depth_4 = 1 ;
As you can notice, the vertical coordinates of the GRIB files for both simulations are identical. The execution of metgrid.exe in this simulation completed successfully, but the met_em.d0* files have the following dimensions:
dimensions:
Time = UNLIMITED ; // (1 currently)
DateStrLen = 19 ;
west_east = 121 ;
south_north = 169 ;
num_metgrid_levels = 30 ;
num_st_layers = 4 ;
num_sm_layers = 4 ;
south_north_stag = 170 ;
west_east_stag = 122 ;
z-dimension0003 = 3 ;
z-dimension0012 = 12 ;
z-dimension0016 = 16 ;
z-dimension0021 = 21 ;
Although in both simulations the metgrid.log indicates a successful completion, the number of vertical levels in the met_em.d0* files differs, in the first one is 38 and the second is 30.
My question:
Why are the vertical levels different between these simulations if the procedure was exactly the same?nb: I attached both namelist.wps files