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

ERROR - MPI_COMM_WORLD (WRF.EXE) PMPI_Cart_Create

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.

ikhsanmurad

New member
Dear all,
I have done set compile WRF with gfortran; and successful.
I set on the environment as follows:-

export WRF_EM_CORE=1
export WRF_CHEM=1

So when I run WRF file, the error had been found (refer attachment)

Then, I had been recompiled (gfortran) with the set environment only as export WRF_EM_CORE=1,
so no error had been found.

So, how to I overcome the problem, if I only want to use WRF_EM_CORE, not including WRF_CHEM?

Regards,
Ikhsan
 

Attachments

  • rsl.errror.txt
    2.8 KB · Views: 51
  • namelist.input
    3 KB · Views: 44
This topic has been moved to the compile section for WRF, as it is more appropriate here. Someone will respond to your inquiry soon.
 
Ikhsan,

If you only want to run WRF-AW, you only need the following command:

export WRF_EM_CORE=1
 
Top