Hi,
I consider myself new at using WRF. I am currently trying to add new topographic data (because of resolution) from Gebco, by converting it to binary format with the recommended "write_geogrid.c" program. The thing is I am completely new with C, so I've been struggling when trying to use this program, specially regarding to the input data (gebco topography). I don't know which format would be the best to use, or how to properly call the data.
Now I'm working with a netcdf file called "gebco_topo.nc", where "topo" would be the altitud matrix.
How should I run this program? Editing it and writing the values of each argument, or do i specify the values when running it?
I couldn't find information about how to use the write_geogrid.c program, maybe because it is too simple or I don't know how to look for it.
I consider myself new at using WRF. I am currently trying to add new topographic data (because of resolution) from Gebco, by converting it to binary format with the recommended "write_geogrid.c" program. The thing is I am completely new with C, so I've been struggling when trying to use this program, specially regarding to the input data (gebco topography). I don't know which format would be the best to use, or how to properly call the data.
Now I'm working with a netcdf file called "gebco_topo.nc", where "topo" would be the altitud matrix.
How should I run this program? Editing it and writing the values of each argument, or do i specify the values when running it?
I couldn't find information about how to use the write_geogrid.c program, maybe because it is too simple or I don't know how to look for it.