Hi,
You can overwrite the value of nmxt inside usrdat2 like this
ifield = 2
nmxt(ifield-1) = 900
! nmxv, nmxp ! for velocity and pressure
For over 900, you will need to also change the upper cap, maxcg,
grep "maxcg=" Nek5000/core/*
hmholtz.f: parameter (maxcg=900)
hmholtz.f: parameter (maxcg=900)
Thope this help,
Yu-Hsiang
--