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

Output restart file of CESM

I ran a case: $CCSMROOT/scripts/create_newcase -case test4 -res f19_f19 -compset F_2000 -mach cloud. The forecast length is 1 day, and I want to get the restart file for all components.
Then after the integration, I get files:

test4.cam.i.2003-01-02-00000.nc test4.clm2.r.2003-01-02-00000.nc
test4.cam.r.2003-01-02-00000.nc test4.clm2.rh0.2003-01-02-00000.nc
test4.cam.rh0.2003-01-02-00000.nc test4.cpl.r.2003-01-02-00000.nc
test4.cam.rs.2003-01-02-00000.nc test4.docn.rs1.2003-01-02-00000.bin
test4.cice.r.2003-01-02-00000.nc

but in the rpointer.ocn, there are two filenames listed:

test4.docn.r.2003-01-02-00000.nc
test4.docn.rs1.2003-01-02-00000.bin

And I couldn't find test4.docn.r.2003-01-02-00000.nc in the run directory. Any clue why?
And what difference between the two?

If I want to hybrid run a new case using the restart files provided by this case, which files are needed? because I remember I see a comment that hybrid run doesn't use cpl restart file, is that right?

Thanks.
 

hannay

Cecile Hannay
AMWG Liaison
Staff member
You are running F compset. F compset uses prescribed SSTs instead of an ocean model. The files you have should be sufficient to start another F compset as hybrid case from your test4. 
 
Top