Liliputian_123
Member
I have a modified static data that looks like the attached file (modified_lc.png)
To generate this plot, I set the following:
I replaced the 36001-37200.12001-13200 file in the geog/landuse_30s directory with a modified.one.
My domain has an inland lake as shown in the other attached figure (with_lake.png)
Do generate this plot, I tried the following:
Unfortunately, the geogrid cannot recognize the updated land cover if the "usgs_lakes" is activated.
I also tried:
But this is not working too.
Am I missing a step here?
What should be the correct entry on the geog_data_res so that I can have both lakes and modified landuse/landcover at the same time?
I also tried modifying the 36001-37200.12001-13200 in the geog/landuse_30s_with_lakes/. This time, the lake disappeared....
I'll appreciate any help on this.
--Lyndz
To generate this plot, I set the following:
Code:
&geogrid
parent_id = 1, 1, 2,
parent_grid_ratio = 1, 5, 5,
i_parent_start = 1, 10, 32,
j_parent_start = 1, 9, 39,
e_we = 41, 101, 141,
e_sn = 41, 101, 111,
geog_data_res = 'usgs_5m+default','usgs_30s+default','usgs_30s+default',
dx = 25000,
dy = 25000,
map_proj = 'mercator',
ref_lat = 15.0,
ref_lon = 121.5,
truelat1 = 15.0,
truelat2 = 15.0,
stand_lon = 119.5,
geog_data_path = 'geog',
I replaced the 36001-37200.12001-13200 file in the geog/landuse_30s directory with a modified.one.
My domain has an inland lake as shown in the other attached figure (with_lake.png)
Do generate this plot, I tried the following:
Code:
geog_data_res = 'usgs_5m+default','usgs_30s+default','usgs_lakes+usgs_30s+default',
Unfortunately, the geogrid cannot recognize the updated land cover if the "usgs_lakes" is activated.
I also tried:
Code:
geog_data_res = 'usgs_5m+default','usgs_30s+default','usgs_lakes+30s',
But this is not working too.
Am I missing a step here?
What should be the correct entry on the geog_data_res so that I can have both lakes and modified landuse/landcover at the same time?
I also tried modifying the 36001-37200.12001-13200 in the geog/landuse_30s_with_lakes/. This time, the lake disappeared....
I'll appreciate any help on this.
--Lyndz