Closed yantosca closed 4 years ago
Thanks for writing. I think the issue is that HEMCO is just reading the first hour in each file. You might need to do this instead:
(((BrOx_GC
* Br_GC /data/home/ympeng/GEOS-Chem/ProcessBr/ts2013$MM$DD$HH.nc IJ_AVG_S__Br 2013/$MM/$DD/$HH+30minutes C xyz ppbv * - 1 1
* BrO_GC - IJ_24H_S__BrO - - - ppbv * - 1 1
)))BrOx_GC
which will use the exact values of HH, MM, DD.
Also note: opening and closing a new file each hour will probably slow down your simulation, as there is a lot of overhead in the netCDF file open/close. You might want to concatenate all of the hourly files into one file per each day. HEMCO can then open the file once per day (it'll keep the file open for the whole day).
Also, I would recommend doing a short test run with VERBOSE: 3 and WARNINGS: 3 set in the HEMCO_Config.rc file. This will print out information about when the files are opened and closed. You will then see when your Br files are opened and closed by searching in HEMCO.log. In this way you can verify if the fix listed in the prior comment now causes the desired behavior.
The problem was solved after modification, thanks for your reply!
Thanks. I will go ahead and close out this issue. Let us know if you still have problems.
I am adding this issue on behalf of userakerman 18795877818@163.com: