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

CICE output problem

Hello everyone,     I was running CESM1.2 with slab ocean and thermodynamic sea ice.     Now I want to output cice file every timestep. To do this, I modified user_nl_cice: hist_avg = .false.histfreq = '1','x','x','x','x'histfreq_n=1,1,1,1  I ran the simulations for 3 days. When it finished, there was no ice history file.  Should I add some more settings in the  user_nl_cice ? Thanks.
 

dbailey

CSEG and Liaisons
Staff member
This is fine, but you need to add variables to the output as follows:f_aice = '1xxxx'f_hi = '1xxxx'etc.
 

dbailey

CSEG and Liaisons
Staff member
This is fine, but you need to add variables to the output as follows:f_aice = '1xxxx'f_hi = '1xxxx'etc.
 

dbailey

CSEG and Liaisons
Staff member
We only have the ability to write one time slice per file from CICE. I would recommend using ncrcat to combine the files after the fact.

Dave
 

dbailey

CSEG and Liaisons
Staff member
We only have the ability to write one time slice per file from CICE. I would recommend using ncrcat to combine the files after the fact.

Dave
 
Top