Search the Community
Showing results for tags 'heat'.
Found 1 result
-
Hello, Is it necessary to use the isodate format when specifying boundary conditions that include atmospheric heat calculations? My simulation runs when using isodate, but when I try to run it using model hours (ie time format == hours) the following error is returned: t = 0.000000 hrs. dt = 0.000 / 0.000 s. elapsed time = 0.0 s. Writing H datfile output. t = 0.000000 hrs. Writing TEMP datfile output. t = 0.000000 hrs. Writing V datfile output. t = 0.000000 hrs. Writing TEMP datfile output. t = 0.000000 hrs. Writing V datfile output. t = 0.000000 hrs. Writing NETCDF output. t = 0.000000 hrs. ERROR: day_of_the_year requires tform == 1 ERROR-STACK:fvdomain_run:fvdomain_run_timestep:fvcell_turb:fvatmos_update:heat_sw:day_of_the_year requires tform == 1 In my bc file, I am specifying temperature (water), short wave radiation, long wave radiation, mean sea level pressure, rain, relative humidity, and air temperature. Wondering if maybe the heat transfer calculations require knowledge about the date and that is why it is returning the error when hours are used. Thanks!