I am trying to add bathymetry data to the preprocessing of geog in WPS (similar to LAKE_DEPTH, maybe just called SEA_DEPTH) and had a few questions before downloading data and modifying code:
1. Where is the lake depth data from? Is it possible that this data already includes ocean depth? Ideally, the data used for land and sea would be from the same source so that the land/sea interface would be alined.
2. Do other versions of WRF (Hydro?) already have this information so I don't need to reinvent the wheel?
3. If this were of interest to implement in the main WRF code, would a new variable (SEA_DEPTH) be the best approach, or just re-defining how LAKE_DEPTH is used?
I have added new data types to WRF before but just want to see what the best procedure might be for this before starting.
Thanks a lot,
Pat
1. Where is the lake depth data from? Is it possible that this data already includes ocean depth? Ideally, the data used for land and sea would be from the same source so that the land/sea interface would be alined.
2. Do other versions of WRF (Hydro?) already have this information so I don't need to reinvent the wheel?
3. If this were of interest to implement in the main WRF code, would a new variable (SEA_DEPTH) be the best approach, or just re-defining how LAKE_DEPTH is used?
I have added new data types to WRF before but just want to see what the best procedure might be for this before starting.
Thanks a lot,
Pat