Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

Segmentation fault when setting single_column

whannah

Member
I've built the SCAM using this configure statement:


configure -scam -dyn eul -hgrid 8x16 -nospmd -nosmp -test -ocn dom


but when I try to run it with the namelist variable single_column set to .true. I get a segmentation fault.

If I set it to false, I get this:


READINITIAL: model parameters do not match initial dataset parameters
Model Parameters: plev = 26 plon = 1 plat = 1
Dataset Parameters: dlev = 26 dlon = 128 dlat = 64
ENDRUN:control/readinitial.F90


Any ideas on why this would happen?
 
Top