Skip to content

questions about custom grid #992

Answered by mkavulich
SarahLu-NOAA asked this question in Q&A
Discussion options

You must be logged in to vote

BLOCKSIZE in general shouldn't be changed by a user on a known platform. I can't remember the exact specifics but it's a setting for the model only and I believe it's related to how memory is chunked at the processor level.

I assume any failures in make_ics or make_lbcs would also be related to over-decomposition in this case, you can change those with similar settings in the rocoto section under metatask_run_ensemble::

      task_make_ics_mem#mem#:
        nnodes: 1
        ppn: 4
      task_make_lbcs_mem#mem#:
        nnodes: 1
        ppn: 4

Another question I have is: how do I determine WRTCMP_nx and WRTCMP_ny. Can I set these same as ESGgrid_NX and ESGgrid_NY? Thanks.

You can set …

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@SarahLu-NOAA
Comment options

Comment options

You must be logged in to vote
2 replies
@SarahLu-NOAA
Comment options

@mkavulich
Comment options

Answer selected by SarahLu-NOAA
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants