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

(RESOLVED) Problem Compiling WRFV4.0 on Fedora 28: landread error

kwerner

Administrator
Staff member
Prerita,
I believe that is what that means. Are you trying to compile with the moving nest option? In the configure.wrf files you sent, it looks like you are just compiling with the basic nesting option.
 
Hi,

I am not using the moving nest option and perhaps may not require for my purpose.
To confirm, given this my build should work fine for basic nesting?
Just to reiterate I solved by copying the contents of landread.c.dist to landread.c in share directory in WRFV3.
I also had to change the paths of CPP, types.h files in the source code.

Thanks,
Prerita
 

kwerner

Administrator
Staff member
Prerita,
Great! You should be okay to continue with a basic nested option. Thank you for the update!
 

yslu1984

New member
Hi,
I want to report that I met the same issue but solved it by modifying the configure.wrf
Our cluster/HPC just migrating from CentOS 7 to CentOS8 and then I got this problem. And thanks for the developers, I can fix it without pain.

WRF version: 3.7.1

cat /etc/os-release
NAME="CentOS Linux"
VERSION="8 (Core)"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="8"
 
Top