Skip to content
Discussion options

You must be logged in to vote

Hi @arthurronner,

  1. This is not a cause of the error, but I noticed you output daily values in a daily netcdf. This is lots of netcdfs you will need to handle if you run for long time. I would suggest changing to monthly or yearly.
  2. I wonder if you build PIO using pnetcdf or regular netcdf. You might used regular netcdf. If this is the case, can you add <pio_netcdf_type> withnetcdf?
  3. Then, maybe try increasing the stack size in linux (ulimit -s unlimited). This is the HPC things that may be beyond my knowledge (specific to your HPC etc.)

My guess is 2. Also, mizuRoute uses dynamic link, so I believe you need to load the same compiler, and libraries (netcdf, mpi etc.) when you run.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@arthurronner
Comment options

@nmizukami
Comment options

Answer selected by arthurronner
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants