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

WRF compile fatal error

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.

wusiyu

New member
Hello everybody!
Somebody help me with compiling the WRF:

/lib/cpp -P -nostdinc -I/home/ec2-user/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR -DWRF_USE_CLM -DDM_PARALLEL -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DKEEP_INT_AROUND -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional-cpp module_state_description.F > module_state_description.bb
cpp: error: module_state_description.F: No such file or directory
cpp: warning: '-x c' after last input file has no effect
cpp: fatal error: no input files
compilation terminated.
 
Hi,
Have you successfully gone through this compiling tutorial (https://www2.mmm.ucar.edu/wrf/OnLineTutorial/compilation_tutorial.php), ensuring that you have everything installed correctly and that all of your tests pass? If so, can you do the following:
1) clean -a
2) reconfigure the model
3) recompile with the following command:
./compile em_real >& compile.log

and then please attach the compile.log and your configure.wrf file. Thanks!
 
Top