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

CICE6 at 1/12 degree

hCk

Hae-Cheol Kim
New Member
Has anyone run CICE6 at 1/12 deg and are there any issue or library requirements for reading & writing history and restart files?
 

david_hebert@nrlssc_navy_mil

David Hebert
New Member
We have run CICE6 at 1/12 degree resolution and have not had any issues with library requirements like NetCDF. In this case make sure in your ice_in file you have lcdf64 = .true. to write large NetCDF files. Since this is a large domain, make sure you are running with enough compute nodes/processors so you have adequate memory for your run. That will vary by machine, but somewhere around 200 processors should be sufficient.
 

roberto

Robert Osinski
New Member
We also running CICE6 coupled with POP2.1 within RASM frame with 1/12 degree and found no problems. Our outputs both history and restarts are in NetCDF format. History monthly files are creating with setting:
hist_avg = .true.
histfreq = 'm','d','h','x','x'
histfreq_n = 1,0,0,0,0

and formats:
lcdf64 = .true.
restart_format = 'pio'
 

hCk

Hae-Cheol Kim
New Member
Thanks for the replies.

I am trying to convert 1/12-th SIS2 restart to 1/12-th CICE5 using NCL tool but it keeps complaining as follows:
"NetCDF: One or more variable sizes violate format constraints".
I used the setfileoption for NCL "LargeFile" and "64BitOffset" but it still did not work.

Any comments or suggestions will be appreciated.
 

roberto

Robert Osinski
New Member
Make sure you have all needed variables to start CICE from restart. Note the necessary information may vary on chosen CICE's options for instance EVP vs EAP rheology restarts are different.
 
Top