Skip to content

C grid computational efficiency #704

Open
@JFLemieux73

Description

We can list ideas of what we think could be done to reduce cpu time.

-in div_stress there are many calculations such as dxT(i,j)**2...can we store these as new arrays?
-if visc_method='avg_zeta', the halo update of the ice strength is probably not needed. Same idea if visc_method='avg_strength' I think the halo update of the viscosities is not needed...
-there are unnecessary calculations in strain_rates_U if visc_method='avg_zeta'.

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions