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

Wrf output

bikash-4044

New member
Can i treat the output from 2 model as same, when their version is same. One is run ina system with intel compilers. Another is run in a system with gfortran compiler. Will it be same or any difference will be there?


Thanks
 
Different compilers will have slightly different results. You can use the "diffwrf" program (found in WRF/external/io_netcdf) to compare two files for the same date/time. The syntax for use is
Code:
./diffwrf path-to-file1/file1 path-to-file2/file2
 
Top