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

pb compilation WRF-CHEM 4.3.1

This post was from a previous version of the WRF&MPAS-A Support Forum. New replies have been disabled and if you have follow up questions related to this post, then please start a new thread from the forum home page.

oboiron

New member
Hi
I face some problems in trying to compile WRF-4.3.1 with CHEM and KPP on a HPC. Compilation ends on error, I guess during the compilation of WRF-CHEM.
If anyone has an idea ??? Thank by advance.
Regards
Olivier

here are my environment var:
CC=mpicc
export CC
FC=mpif90
export FC
LD_LIBRARY_PATH=/home/oboiron/wrf/lib:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH
NETCDF=/home/oboiron/wrf
export NETCDF
FLEX_LIB_DIR=$HOME/wrf/lib
export FLEX_LIB_DIR
YACC='$HOME/wrf/bin/yacc -d'
export YACC
WRF_DIR=$HOME/wrf/WRF-4.3.1
export WRF_DIR
PATH=$HOME/wrf:$HOME/wrf/WRF-4.3.1:$HOME/wrf/WPS:$PATH
export PATH
WRF_SRC_ROOT_DIR=$HOME/wrf/WRF-4.3.1
export WRF_SRC_ROOT_DIR
KPP_HOME=$HOME/wrf/WRF-4.3.1/chem/KPP/kpp/kpp-2.1
export KPP_HOME
LDFLAGS="-L$HOME/wrf/lib"
export LDFLAGS
CPPFLAGS=-I$HOME/wrf/include
export CPPFLAGS


export WRF_EM_CORE=1
export WRF_NMM_CORE=0
export WRF_CHEM=1
export WRF_KPP=1
 

Attachments

  • compile.log
    1,010.3 KB · Views: 30
  • configure.wrf
    20.4 KB · Views: 25
Hi,

Can you confirm you have a working version of YACC installed? (see this in your compile log: make[1]: OME/wrf/bin/yacc: Command not found)

Jordan
 
Top