-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
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
Labels
No labels