Geoff Vallis

Results 12 comments of Geoff Vallis

I also find that, in order for the code to even run (in an anaconda environment), I need to preface it with: import os import conda conda_file_dir = conda.__file__ conda_dir...

Is the code still essentially time-stepping to a solution? With each timestep then implementing a convective adjustment or similar (i.e. SBM or whatever)? If so, presumably the time to equilibration...

Will changing from f90 to F90 work properly on a Mac? The default file system on Macs is case insensitive so there is no difference in the .f90 and .F90...

@ntlewis I think you are right that the compiler will know about case differences. Worth checking though.

Just to note - a few years ago we (i.e. @jamesp) did build and run it on a Mac, both natively (using gfortran) and perhaps also by way of Docker...

That's a very large water loss so it should presumably be diagnosable on a much shorter timescale, for example one year. The two places it could be lost are the...

Once you have E and P properly computed, you should be able to calculate separate budgets for the atmospheric and bucket amounts, even when not in a statistically steady state....

We're quite surprised you can't put Python on your cluster! Still, it is possible to run Isca without it. The Python front end just creates a bash script and namelist...

Suggest 'Suggested colour maps'. Perhaps I even _recommend_ 'Suggested colour maps'...

Hi George, That’s great! And using FFTW instead of the old FFTs is something I’ve long wished for. Does this, or could it in future, allow parallelisation in the zonal...