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

Repost to CICE: B_Case output aice daily error!

Hello CESM Users,

I am not sure what I am doing incorrectly, and I am attempting to output aice variable at daily frequency (to match SST output from OCN) to drive a F_Case.
I attempted to change the user_nl_cice file, and the aice variable is dropped from the output rather than outputting daily.

Ex.

&setup_nml
hist_avg = .true.
f_aice='ddddd'
histfreq_n = 1,1,1,1,1
/

Thanks,
Dr. Jonathan R. Buzan
 

dbailey

CSEG and Liaisons
Staff member
Hi Jonathan,

The settings you need are:

histfreq = 'm','d','x','x','x'
histfreq_n = 1,1,1,1,1
f_aice = 'mdxxx'

This will give you the regular monthly-mean stream plus a daily stream with only ice area on it.

Dave
 
Top