I think that board might have more to say on that warning too - note that it
is a warning, not an error. The restarts are indeed placed in the ~/archive directory, and this error also pops up in other scenarios, as seen in this post from a short while ago (without a response yet, though):
https://bb.cgd.ucar.edu/cesm/thread...lure-err-ncdump-locfnh-no-such-variable.5798/
This I can comment on! Short version, yes - this container passes what is called the 'Ensemble Consistency Test' (ECT) used in validating a port of CESM. While this version is being called a 'technical preview', we will have an
official release in the future, too, and expect those to track future versions of CESM. The first difference between that first official release and this one is that some of the (very minor) changes we made to get it working easily in the container will be folded back into the CESM source code, which means at that point, you can easily do a 'git clone' of the CESM source, even development versions, and it
should work on the container. That might be helpful for your PhD if you're modifying code. (Note that you can do this now, too, as you can do 'sudo /bin/bash' in the container, switching to root, and editing the source code directly... but it gets a
lot easier when you can just check out code as yourself!).
The second thing is we're awaiting some word on what we can do with regards to compilers - currently, the image uses GNU Fortran, but the Intel compilers are now available for free, and typically much faster. For the land model this might be 20%-50% faster. If you're doing runs of any length, that might be something of interest. Right now, it's just a legal question of whether we can embed them, or you need to download them yourself, but I should know more in early January.
So, yes, you can depend on it for your thesis, though depending on the complexity of your runs (eg, if it's all single-point runs, or if you're doing global runs, or how long they're going for, etc.), maybe we should talk at some point. If you're doing short, single-point runs, your laptop is probably fine. If you're doing hundreds or thousands of runs, or long runs, maybe access to Cheyenne (the NCAR supercomputer) or our upcoming cloud (eg, AWS) version of CESM might help too.
Hope that helps, and let me know if you have more questions!
- Brian