I ran wrf.exe for two cases(run1 and run2).wrfbdy_d01 and wrfinput_d0* are the same in the two cases. I think that wrfout_d0* are the same between run1 and run2 because wrfbdy_d01 and wrfinput_d0* are the same. Is my understanding correct? In order to confirm this point, I checked the values of "U10" in wrfout_d*.
1) 2021-01-01 18:00:00 (initial time)
ncdump -v "U10" ./run1/wrfout_d01_2021-01-01_18\:00\:00 > out_run1.txt
ncdump -v "U10" ./run2/wrfout_d01_2021-01-01_18\:00\:00 > out_run2.txt
out_run1.txt and out_run2.txt are the same.
2) 2021-01-01 19:00:00
ncdump -v "U10" ./run1/wrfout_d01_2021-01-01_19\:00\:00 > out_run1.txt
ncdump -v "U10" ./run2/wrfout_d01_2021-01-01_19\:00\:00 > out_run2.txt
out_run1.txt and out_run2.txt are different.I attached the files.
It seems strange that out_run1.txt and out_run2.txt are different, do you know why? Am I doing something wrong?
1) 2021-01-01 18:00:00 (initial time)
ncdump -v "U10" ./run1/wrfout_d01_2021-01-01_18\:00\:00 > out_run1.txt
ncdump -v "U10" ./run2/wrfout_d01_2021-01-01_18\:00\:00 > out_run2.txt
out_run1.txt and out_run2.txt are the same.
2) 2021-01-01 19:00:00
ncdump -v "U10" ./run1/wrfout_d01_2021-01-01_19\:00\:00 > out_run1.txt
ncdump -v "U10" ./run2/wrfout_d01_2021-01-01_19\:00\:00 > out_run2.txt
out_run1.txt and out_run2.txt are different.I attached the files.
It seems strange that out_run1.txt and out_run2.txt are different, do you know why? Am I doing something wrong?