Error when trying to write CRM-level variables with FSPCAMS compset

I'm getting an initialization error on Cheyenne with the FSPCAMS compset using these lines in user_nl_cam: fincl2         = 'CRM_U'mfilt          = 1,30nhtfrq         = 0,-24 The resulting error in the cesm log file is: 1:MPT ERROR: The program attempted to construct a derived datatype with1:depth 17, but the maximum allowed depth is 16. You can increase1:the allowed depth via the MPI_TYPE_DEPTH environmet variable.1:MPT ERROR: rank:1, function:MPI_TYPE_CREATE_RESIZED, Invalid datatype argument1:MPT ERROR: Rank 1(g:1) is aborting with error code 0. As the error suggests, I tried increasing the MPI_TYPE_DEPTH environment variable to 17, but then I get this: 1:MPT ERROR: The program attempted to construct a derived datatype with1:depth 18, but the maximum allowed depth is 17. You can increase1:the allowed depth via the MPI_TYPE_DEPTH environmet variable.1:MPT ERROR: rank:1, function:MPI_TYPE_CONTIGUOUS, Invalid datatype argument1:MPT ERROR: Rank 1(g:1) is aborting with error code 0. This error only seems to happen with CRM-level variables.  Thanks,Mark Branson 
 
Back
Top