James Penn
                                            James Penn
                                        
                                    Great to see progress being made on this @gaelforget, @ntlewis! @gaelforget how is the performance when you run on mac hardware?
Possibly because of this? https://github.com/ExeClim/Isca/blob/9cfba874024d5215a7f53c235c541b3dabc6e6d3/bin/mkmf#L72
You could probably test either by directly modifying mkmf, or by adding "-cpp" to `$OTHERFLAGS` or equivalent.
It’s a good question. That the compiler doesn’t do it by default makes me think there could be specific cases where it’s not a good idea, but only knowing enough...
If it's helpful, the code that I ran all-land buckets is here: https://github.com/jamesp/Isca/tree/jpbucket. Experiment file here: https://gist.github.com/jamesp/4b94941620cec9aa1c2546b6e8a536eb. The difference from master is in idealised_moist_phys and sufrace_flux where I prevented buckets...
Looks good. We should probably get rid of the `alpha` parameter that I added (and haven't really used) as this achieves the same thing
Yep. In fact, let's just scrap the EXOPLANET2 conditional branch altogether
thanks @gregcolyer, I was just doing this!
Shall we put this in, @gregcolyer?
You can commit a fix to the same branch and the PR will pick it up > On 29 Jun 2018, at 19:20, Neil Lewis wrote: > > I didn't...