Hi everyone,
I am running WRF-Chem to simulate for three years. Due to the long simulation duration, I plan to follow the method suggested at Segmentation fault error when running one year real.exe. However, once I set restart=true, I encounter the error: "ERROR: CHEM_INIT: Chemistry routines require USGS or MODIS_NOAH land use maps. Need to change land use option."
I have tried the following two methods, both resulting in the same error message:
- Run ./real.exe for the period from 2017-12-01 to 2017-12-03, then run WRF-Chem until 2017-12-03 and stop. After that, change start time in namelist, use the 2017-12-02 wrfrst file to restart.
- Run ./real.exe for the period from 2017-12-01 to 2017-12-02, run WRF-Chem to end, then run ./real.exe again for the period from 2017-12-02 to 2017-12-03 and use the 2017-12-02 wrfrst file to restart.
How can I resolve this issue?