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

real.exe :segmentation fault:invalid mermory reference

feifeiyu1225

New member
I am using future scenario data from MPI-ESM1-2-HR for downscaling, but I encountered a 'Segmentation Fault: Invalid Memory Reference' error while running real.exe. Below are my rsl.error, rsl.out, and namelist.input files. Could you please help me take a look at this issue? I’d really appreciate your assistance!
 

Attachments

  • namelist.input
    3.1 KB · Views: 2
  • rsl.error.0000
    104.9 KB · Views: 2
  • rsl.out.0000
    238.6 KB · Views: 2
This seems like a memory issue. Can you do a quick test to process data over a shorter peirod, e.g.,

Code:
start_year                          = 2015,


 start_month                         = 01,


 start_day                           = 01,


 start_hour                          = 06,


 end_year                            = 2015,


 end_month                           = 01,


 end_day                             = 10,


 end_hour                            = 00,

Let me know whether REAL can run successfully. Thanks.
 
Top