You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Converting the gold config file (for the station data run tests/RME/gold) over to the new parameters brought about a few gotchas and issues. Converting the file with inicheck produced multiple errors in the new config file that required addressing.
air_temp: grid_mask and grid_method
vapor_pressure: grid_mask and grid_method
precip: set the rescaling method since there is only one if distribute_drifts is True
cloud_Factor: only had grid_method and nothing else, should have had the defaults at minimum
thermal: grid_local
Converting the gold config file (for the HRRR data run tests/RME/gold_hrrr)
gridded: wrf_file and netcdf_file present
air_temp: kriging parameters present
vapor_pressure: kriging parameters present
wind: maxus_file present, kriging parameters and wind ninja parameters
cloud_factor: only krig_coordinate_type and none of the gridded interp
Seem like working on the recipes will help.
The text was updated successfully, but these errors were encountered:
Sorry, probably wasn't that clear. Those were extra fields that were in each section. vapor_pressure also had the grid methods, don't know why it showed up.
The cloud factor is the most peculiar one to me. It should be there by all accounts. inicheck sees the full core config entry so I know its not a typo gone under the radar. When I ask for the recipes it inicheck sees that it uses the cloud_factor_recipe. So why is there nothing else in there....
Here is what I did to replicate. Let me know if this is different than what you did.
Converting the gold config file (for the station data run
tests/RME/gold
) over to the new parameters brought about a few gotchas and issues. Converting the file with inicheck produced multiple errors in the new config file that required addressing.Converting the gold config file (for the HRRR data run
tests/RME/gold_hrrr
)Seem like working on the recipes will help.
The text was updated successfully, but these errors were encountered: