Describe the bug
When use_adaptive_time_step = .true. for a WRF-ideal run, model will only integrate to a maximum of 3 hours (or shorter). It runs "successfully," just does not continue for runs with longer run times specified in namelist.
Found this bug when running test/em_convrad case. I assume it may hold for all WRF-IDEAL.
I verified the bug on two different computers: CISL/Derecho and the OSCER supercomputer at University of Oklahoma. Quite different compilers. Latest WRF version; haven't tried with older versions.
To Reproduce
Steps to reproduce the behavior:
- Run one of the idealized test cases
- Set "use_adaptive_time_step = .true." in namelist and try setting run time beyond 3 hours.
- Model will "successfully" complete at 3 hours, despite end time settings in namelist.