Page 1 of 1

Inline-WRF-Hysplit V3.8.1

Posted: March 14th, 2017, 3:35 am
by QMDHysplit
Good morning,

Please have a look to the attached the log file. I get errors while I'm compiling Inline-Hysplit-WRF.

Re: Inline-WRF-Hysplit V3.8.1

Posted: March 14th, 2017, 9:51 am
by Fantine
There is no file attached.
Suggest you to check first if the WRF model (standard WRF, no inline HYSPLIT) was installed successfully.

Re: Inline-WRF-Hysplit V3.8.1

Posted: March 15th, 2017, 2:24 am
by QMDHysplit
I couldn't attach the log file because of the size, so I copied the some of the errors I get to Word file.
I compiled WRFV3.8.1 with WRF-Chem with dmpar (icc/ifort) compiler.

Thanks

Re: Inline-WRF-Hysplit V3.8.1

Posted: March 15th, 2017, 10:27 am
by Fantine
The WRF-HYSPLIT inline coupling was done with the regular WRF.
For WRF-Chem, the Registry.EM_CHEM is used instead of Registry.EM which is for the regular WRF. So, all variables for hysplit routines were not defined properly in your compilation.

Double check you have the registry.hysplit in your Registry directory.
Put the following lines in Registry.EM_CHEM. Then execute "clean -a" and "configure".
# Registry entries for inline HYSPLIT
include registry.hysplit

Re: Inline-WRF-Hysplit V3.8.1

Posted: June 2nd, 2017, 6:02 am
by martin.saliba
Planning to couple WRF-CHEM V 3.8.1 with HYSPLIT. For compilation just need to rename Registry.EM obtained from HYSPLIT inline-files folder to Registry.EM_CHEM?

Re: Inline-WRF-Hysplit V3.8.1

Posted: June 5th, 2017, 9:37 am
by Fantine
Not renaming the Registry.EM in the inline package to Registry.EM_CHEM.
As mentioned in the previous post, you need to use the the original Registry.EM_CHEM but add the following two lines into the file that will include registry info for inline HYSPLIT.

# Registry entries for inline HYSPLIT
include registry.hysplit