Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

Simulated minutes

yuankw

New member
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
 
Top