Closed zxdawn closed 5 years ago
Why? What if you want to run just WRF with nudging? Then you would need to have FDDA on for that run of real.exe to generate the FDDA file. The purpose of --met-only is not just to let you split up creating the met files and chem files in separate jobs, but to allow the automation to be used for pure-WRF jobs.
OK. If you want to run just WRF with nudging, it's right to turn FDDA on. But, you need to turn biogenic emissions off before ./real.exe
.
./autowrfchem prepinpt
works fine../autowrfchem prepinpt met-only
Pass: All raw met files found
Pass: WPS constants file found.
Running WPS...
Linking GEOGRID.TBL.ARW_CHEM as GEOGRID.TBL.
ln: creating symbolic link `GEOGRID.TBL.BACKUP': File exists
ln: creating symbolic link `Vtable.BACKUP': File exists
Running real.exe since only the meterology has been requested.
starting wrf task 0 of 1
/WORK/nuist_chenq_2/xin/bug/A/BUILD/../WRFV3/run/wrfinput_d01 does not exist
rsl.error.0000:
STARTING WITH BACKGROUND CHEMISTRY
Subroutine input_chem_profile:
READING MEGAN 2 EMISSIONS DATA
mediation_integrate: med_read_wrf_chem_bioemissions: Open file wrfbiochemi_d01
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: mediation_integrate.b LINE: 2421
med_read_wrf_chem_bioemissions: error opening wrfbiochemi_d01
-------------------------------------------
application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0
It's necessary to turn biogenic emissions and anthropogenic emissions off before ./real.exe.
Please upload geogrid.log, ungrib.log, and metgrid.log from the BUILD/PREPLOGS directory as well.
Here's the attachment of log files. WPS_log.tar.gz
Fixed in 364cda9
https://github.com/CohenBerkeleyLab/AutoWRFChem-Base/blob/9c1e34f08e4763d6fda082d23a3d85939147c9a4/prepinpt#L185-L204
Because you want to run real.exe with only the meterology, you should add these before
./real.exe
: