Hi.
I have compiled WRF with two different options (dmpar and dm+sm). I usually used dmpar, but for technical reasons, I am currently using dm+sm.
I usually run long-term cases, so for me, it is very convenient to be able to check how the output file is going to be written. For this, I always use
When using dmpar I obtained an exit with a lot of information, where I could see the time that was running, that is, I could know how much I could miss finishing the execution. It's something like this:
Since I use dm + sm the information that I can see is much more limited, and the date and time that it is executing is not shown.
Is there any way to expand the information?
I have compiled WRF with two different options (dmpar and dm+sm). I usually used dmpar, but for technical reasons, I am currently using dm+sm.
I usually run long-term cases, so for me, it is very convenient to be able to check how the output file is going to be written. For this, I always use
Code:
tail -f rsl.out.0000
When using dmpar I obtained an exit with a lot of information, where I could see the time that was running, that is, I could know how much I could miss finishing the execution. It's something like this:
Code:
d03 2019-06-17_00:03:57+29/** calling inc/HALO_EM_MOIST_OLD_E_7_inline.inc
d03 2019-06-17_00:03:57+29/** calling inc/PERIOD_BDY_EM_MOIST_OLD_inline.inc
d03 2019-06-17_00:03:57+29/** calling inc/HALO_EM_A_inline.inc
d03 2019-06-17_00:03:57+29/** calling inc/PERIOD_BDY_EM_A_inline.inc
d03 2019-06-17_00:03:57+29/** calling inc/HALO_EM_PHYS_A_inline.inc
d03 2019-06-17_00:03:57+29/** Top of Radiation Driver
d03 2019-06-17_00:03:57+29/** calling inc/HALO_PWP_inline.inc
d03 2019-06-17_00:03:57+29/** calling inc/HALO_CUP_G3_IN_inline.inc
d03 2019-06-17_00:03:57+29/** calling inc/HALO_EM_FDDA_SFC_inline.inc
d03 2019-06-17_00:03:57+29/** calling inc/HALO_EM_TKE_C_inline.inc
Since I use dm + sm the information that I can see is much more limited, and the date and time that it is executing is not shown.
Code:
calling inc/HALO_EM_D2_5_inline.inc
calling inc/PERIOD_BDY_EM_D_inline.inc
calling inc/PERIOD_BDY_EM_MOIST2_inline.inc
calling inc/PERIOD_BDY_EM_CHEM2_inline.inc
calling inc/PERIOD_BDY_EM_TRACER2_inline.inc
calling inc/PERIOD_BDY_EM_SCALAR2_inline.inc
calling inc/PERIOD_BDY_EM_TKE_inline.inc
calling inc/HALO_EM_TKE_5_inline.inc
calling inc/HALO_EM_MOIST_E_5_inline.inc
calling inc/HALO_EM_A_inline.inc
calling inc/PERIOD_BDY_EM_A_inline.inc
Is there any way to expand the information?