Luca Bertagna
Luca Bertagna
Ok, so the issue is now to find a way to not average fill values...
Possibly, also tackle #1179 .
We can keep this open while the PPE runs are going, so we can log if/when this happens. If we then agree those runs were with some pretty wild parameters,...
I think this can be closed, based on Peter's comment.
@ndkeen I don't know anything about COSP, so I can't tell if that's related. But your first msg showed SPA being part of the problem. I verified SPA was also...
``` seed(:)=0 seed = int(cospstateIN%phalf(:,Nlevels+1)) ! In case of NPoints=1 ! *NOTE* Chunking will change the seed if (NPoints .gt. 1) seed=int((cospstateIN%phalf(:,Nlevels+1)-minval(cospstateIN%phalf(:,Nlevels+1)))/ & (maxval(cospstateIN%phalf(:,Nlevels+1))-minval(cospstateIN%phalf(:,Nlevels+1)))*100000) + 1 call init_rng(rngs, seed) ```...
As I suggested in #1170, I think we should take advantage of the spdlog library support from EKAT that @pbosler put in a while ago. It has natural support for...
Maybe I don't understand 3, but I think it's a bit complicated to write an "easy to read" dag to the atm log file...
I'm just saying that with tens of fields, and 5+ atm processes, the txt representation of the DAG is impossible to parse. One can only have a clue of what's...
@PeterCaldwell Running `dot -Tjpg -O scream_atm_dag.dot.txt` produces the attached jpg file. It is still not super easy to visually parse (mostly b/c of the long field names lines, containing all...