You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m attempting to print the model time step in the run_impl method of an atmosphere process using auto ts = timestamp().get_num_steps();. This approach works correctly when I use it in a process that isn’t sub-stepped, such as rrtmgp, where I get the expected time step value. However, when I use the same method in processes that are sub-stepped (e.g., P3 or SHOC), the returned time step values are incorrect—they differ from the time step values logged in the atm.log.* file.
The text was updated successfully, but these errors were encountered:
I’m attempting to print the model time step in the run_impl method of an atmosphere process using
auto ts = timestamp().get_num_steps();
. This approach works correctly when I use it in a process that isn’t sub-stepped, such asrrtmgp
, where I get the expected time step value. However, when I use the same method in processes that are sub-stepped (e.g., P3 or SHOC), the returned time step values are incorrect—they differ from the time step values logged in the atm.log.* file.The text was updated successfully, but these errors were encountered: