Hi all...
I'm having a problem with geogrid under WPS-4.1. I have a 3s topography dataset that I use for grids with 1km resolution or finer. It has worked fine for several years on previous versions.
What I'm seeing now is that if in my geog_data_res listing it goes from 'default' for the coarse grids, to 'gtopo_3s' to the fine grids it works ok. But if I then add another coarse grid, and select 'default' for that one, it appears to run without error, but HGT_M is set to zero everywhere within that domain.
Here's an example that displays this problem:
&geogrid
parent_id = 1,1,2,3,3,3,3,2
parent_grid_ratio = 1,3,3,3,3,3,3,3
i_parent_start = 1,31,48,172,213,310,385,262
j_parent_start = 1,23,52,456,206,94,38,87
s_we = 1,1,1,1,1,1,1,1
e_we = 268,622,592,541,220,220,232,235
s_sn = 1,1,1,1,1,1,1,1
e_sn = 184,418,673,367,220,220,232,274
geog_data_res = 'default','default','default','gtopo_3s','gtopo_3s','gtopo_3s','gtopo_3s','default',
dx = 27000,
dy = 27000,
map_proj = 'lambert',
ref_lat = 45.7614630743396,
ref_lon = -123.043565994056,
ref_x = 71,
ref_y = 97,
truelat1 = 30.0,
truelat2 = 60.0,
stand_lon = -123.043565994056,
geog_data_path = '/filer_data/data/wps_data'
opt_geogrid_tbl_path = './'
/
All of the resulting geo_em.d0X.nc files are apparently fine, except for geo_em.d08.nc. For d08 all values of HGT_M are zero.
On the other hand, if I use either of the following geog_data_res lines, then I get valid HGT_M data in all of the files:
geog_data_res = 'default','default','default','default','default','default','default','default',
or
geog_data_res = 'default','default','default','gtopo_3s','gtopo_3s','gtopo_3s','gtopo_3s','gtopo_3s',
I'd like to have the ability to use my 3s data as needed, but not when it's not needed. Any thoughts?
Thanks,
Mike
I'm having a problem with geogrid under WPS-4.1. I have a 3s topography dataset that I use for grids with 1km resolution or finer. It has worked fine for several years on previous versions.
What I'm seeing now is that if in my geog_data_res listing it goes from 'default' for the coarse grids, to 'gtopo_3s' to the fine grids it works ok. But if I then add another coarse grid, and select 'default' for that one, it appears to run without error, but HGT_M is set to zero everywhere within that domain.
Here's an example that displays this problem:
&geogrid
parent_id = 1,1,2,3,3,3,3,2
parent_grid_ratio = 1,3,3,3,3,3,3,3
i_parent_start = 1,31,48,172,213,310,385,262
j_parent_start = 1,23,52,456,206,94,38,87
s_we = 1,1,1,1,1,1,1,1
e_we = 268,622,592,541,220,220,232,235
s_sn = 1,1,1,1,1,1,1,1
e_sn = 184,418,673,367,220,220,232,274
geog_data_res = 'default','default','default','gtopo_3s','gtopo_3s','gtopo_3s','gtopo_3s','default',
dx = 27000,
dy = 27000,
map_proj = 'lambert',
ref_lat = 45.7614630743396,
ref_lon = -123.043565994056,
ref_x = 71,
ref_y = 97,
truelat1 = 30.0,
truelat2 = 60.0,
stand_lon = -123.043565994056,
geog_data_path = '/filer_data/data/wps_data'
opt_geogrid_tbl_path = './'
/
All of the resulting geo_em.d0X.nc files are apparently fine, except for geo_em.d08.nc. For d08 all values of HGT_M are zero.
On the other hand, if I use either of the following geog_data_res lines, then I get valid HGT_M data in all of the files:
geog_data_res = 'default','default','default','default','default','default','default','default',
or
geog_data_res = 'default','default','default','gtopo_3s','gtopo_3s','gtopo_3s','gtopo_3s','gtopo_3s',
I'd like to have the ability to use my 3s data as needed, but not when it's not needed. Any thoughts?
Thanks,
Mike