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

Coupling ROMS with CICE in a regional domain

Hi, I am coupling ROMS with CICE model, and I try to configure this coupled model in a regional domain, such as Beaufort Sea. This model is usually used to run globally without any open boudary conditions. If I want to run it on regional grids, how to set up the boundary conditions? Which module in the model controls this? What variables should be included in the open boundary condition nc file? Kind regards,Junde
 

duvivier

CSEG and Liaisons
Staff member
Hi Junde,CICE has hooks for boundary restoring that should be useful for setting up a regional model. Info about the boundary conditions is here: https://cice-consortium-cice.readthedocs.io/en/master/user_guide/ug_implementation.html?highlight=restoring#boundary-conditions. I believe the two modules you want are ice_restoring.F90 and ice_domain.F90 here: https://github.com/CICE-Consortium/CICE/tree/master/cicecore/cicedynB/infrastructure, and look into the namelist option restore_ice.  Alice
 
Top