Steve Penny

Results 5 comments of Steve Penny

Hi Lucas, I was aiming for a 32-bit production build. I didn't notice the "-fdefault-double-8 -fdefault-real-8" which must have come from the mkmf template file. I'm using "linux-ubuntu-trusty-gnu.mk", though at...

Hi @spencerkclark, thanks for your suggestions. And also thank you for the clarification on mppnccombine, which I have used before with MOM6 and incorrectly assumed it could be used similarly...

Thanks, with that simple change (fregrid to fregrid_parallel, see below) this works for us. Is it safe to make this our default choice for all resolutions? ``` docker run --cap-add=SYS_PTRACE...

It appears that a similar question was asked by @uturuncoglu in issue #402 almost a year ago but has not received a response. @uturuncoglu did you ever find a solution?...

I think I have a solution, which required copying over many of the shared files from [CDEPS](https://github.com/ESCOMP/CDEPS/tree/main/share) and [UFS](https://github.com/ufs-community/ufs-weather-model/tree/develop/CDEPS-interface/ufs/cdeps_share) to a new local directory `shared/` and then editing the CMakeList.txt...