Skip to content

jmax_segments #54

Description

@PeterHjortLauritzen

For low resolution grids (e.g. ne16, mpas480) source code change is needed:

replace

jmax_segments = MIN( jmax_segments, 10000 )!for low resolution grids this line needs to be uncommented (makes code slow!)

with

jmax_segments = MIN( jmax_segments,100000 )!for low resolution grids, e.g., mpasa480

in cube_to_target.F90.

Note: if jmax_segments is large then high resolution grids make the model run very slow ...!

Maybe jmax_segments could be optional argument?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions