Create README.md

This commit is contained in:
SolaProject
2023-03-18 18:27:27 +08:00
committed by GitHub
parent 78796ea12b
commit 6d525bc426

16
README.md Normal file
View File

@ -0,0 +1,16 @@
# model_info_2d
## introduction
Tool to convert atmospheric model (e.g. WRF, NAQPMS) grid IDs to latitude and longitude and vice versa.
And this tool provide some useful function like:
1. `ix, iy = grid_id(longitude, latitude)`: Gives a lonlat location and returns its nearest integer ID. Note that ix/iy starts at 0.
You can also use function `grid_id_float(longitude, latitude)` to get the precise ID in float.
2.
2. get_grid(): return XLONG and XLAT that like the same name variable in wrfout file.
3.