NCAR / wrf_hydro_py

Python API for the WRF-Hydro model
59 stars 43 forks source link

setting TBL files on the model is inconsistent with domain files #158

Open jmccreight opened 5 years ago

jmccreight commented 5 years ago

This is confusing. The problem is that the TBL files are all implicit in the model (this should be an issue on wrf_hydro_nwm_publi). In wrf_hydro_py, maybe I should have constructed a dummy, internal namelist for the TBL files (that doesnt exist in the model universe) but I just took a list of TBL files and put those in the rundir. They dont have specific names/slots in any namelist. But for the domain files, they are all in the model namelists… so they have specific names. Really, the TBL files should be in the namelists. We have been moving that direction as they are moved into netcdf files which are generally spatially explicit… but gridded is still lagging