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

how to print variables, constants, or text on the source code.

grjeong

New member
Hi All,

I am using wrfchem-v4.4. I have segmentation errors, and I want to check what's going on in the code to print out.
I put write(*,*), write(message_txt,*), write(err_msg,*), and write(number such as 24, *) on the source codes such as *.F, however, I could not compile WRFchem.
The error message is as follows.
********************************************************
build started: Sat 23 Mar 2024 09:10:50 AM PDT
build completed: Sat 23 Mar 2024 09:57:12 AM PDT
---> Problems building executables, look for errors in the build log <---
**************************************************************

And also I don't know which one is build log.

Could you give me a comment on it, please?
Thank you,
G
 
Top