Dear all,
My aim is to provide high resolution landuse and SRTM data to WRF model. For this I have followed available notes and discussion in forum. while writing text data to binary format data I have called write_geogrid.c from a fortran code but unfortunately the following warning is coming.
write_geogrid.c: In function ‘write_geogrid_’:
write_geogrid.c:104: warning: left shift count >= width of type
I am not able to modify write_geogrid.c code to avoid the warning.
with this warning, I proceed with mentioned further steps to insert high resolution data in WRF model.Unfortunately model is not getting the high resolution data when I checked the geo_em.d03.nc file
I suspect the warning could be the reason behind it. can we do anything to tackle this warning
Any help on it will be appreciated.
Thank you.
Sang
My aim is to provide high resolution landuse and SRTM data to WRF model. For this I have followed available notes and discussion in forum. while writing text data to binary format data I have called write_geogrid.c from a fortran code but unfortunately the following warning is coming.
write_geogrid.c: In function ‘write_geogrid_’:
write_geogrid.c:104: warning: left shift count >= width of type
I am not able to modify write_geogrid.c code to avoid the warning.
with this warning, I proceed with mentioned further steps to insert high resolution data in WRF model.Unfortunately model is not getting the high resolution data when I checked the geo_em.d03.nc file
I suspect the warning could be the reason behind it. can we do anything to tackle this warning
Any help on it will be appreciated.
Thank you.
Sang