wxstall / GridsSimp

0 stars 0 forks source link

Crashes when it tries to force T down for Freezing rain check #18

Open wxmanted opened 6 years ago

wxmanted commented 6 years ago

Have commented out lines 1218 to 1221 which call consistency checks for now.

If I change the pot freezing rain grid to show freezing rain it changes the temp to 32 just fine. It then crashes at line 1218 checkTTd(gridtime).

wxstall commented 6 years ago

This is a time range issue with how the functions are being called within the FZRA check. Working on a fix.

wxstall commented 6 years ago

Fix in place, testing.

wxstall commented 5 years ago

The T forcing crash is fixed for 0.1.4.

However, realized MaxT may need to be recalculated if T is suppressed to 32. Still need to build this in.