I used a criterion when debugging the modified WRF software, which is "CALL domain_clock_get (grid, minute Since SimulationStart=x) IF (x>2) THEN "
During debugging, I found that the x here is equal to my time step instead of the simulated minutes. I found the domain_clock_get subroutine in module_domain and did not find any exceptions
Excuse me, does anyone know where something went wrong
During debugging, I found that the x here is equal to my time step instead of the simulated minutes. I found the domain_clock_get subroutine in module_domain and did not find any exceptions
Excuse me, does anyone know where something went wrong