NOAA-EMC / ufs-land-driver

Creative Commons Zero v1.0 Universal
2 stars 15 forks source link

initialize some coupling variables #32

Closed barlage closed 1 year ago

barlage commented 1 year ago

When adding sfcdif3 and sfcdif4 options, five new variables were added and are not initialized in the driver. This was not crashing the model even when the variables are by default initialized with huge(). Putting in more reasonable initial values does change answers. This was exposed when trying to change the huge() initialization to real*4 to prevent overflow with netcdf. Changing this arbitrary huge() initialization should not have changed answers.