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

Perpetual January run

Hi all,

I'm trying to run a perpetual January simulation using CAM3.1 with the data ocean model but it's not working...

I set a branch run using restart files from January 1.

In my namelist I have:

nelapse = -212
nsrest = 3
perpetual_run = .true.
perpetual_ymd = 70101
start_ymd = 00070101
ref_ymd = 00070101
ref_tod = 1200
nhtfrq = 0,-6
mfilt = 1,28

But this doesn't seem to do anything and if I compare Janurary monthly files to "July" monthly files the FSNT is changing with the seasonal cycle.

If I modify the time_manager.F90 and set perpetual_run = .true. and rst_perp_cal = .true. and the ymd's = 70101

I get a segmentation fault. In my output script I have:

Successfully initialized the land model
begin continuation run at:
nstep= 166465 year= 7 month= 1 day= 1 seconds= 1200

************************************************************

SSTINI: Read sst data for dates 1216 43200 and 116 43200
ERROR: 0031-250 task 0: Segmentation fault
ERROR: 0031-250 task 3: Terminated
ERROR: 0031-250 task 6: Terminated

I also get a coredir.0/core_lite:

time_manager_NMOD_get_curr_calday : 883 # in file
__ice_data_NMOD_iceini : 221 # in file
initext : 244 # in file
cam : 235 # in file

Can someone please help?!

thanks,
Lisa
 
Top