Stephen Thomson

Results 34 comments of Stephen Thomson

I've just had the same problem with the following versions: ``` SSHFS version 2.5 (OSXFUSE SSHFS 2.5.0) OSXFUSE 3.10.4 FUSE library version: 2.9.7 ``` Is this in line to be...

Thanks for submitting this @ntlewis - there's a lot of great work here. I know we've already gone over this in person, I'll have another look at this and let...

Hey @ntlewis - excited to use this for the first time. I've just tried running the `column_test.py` for the first time, and it's not compiling. It gave me the following...

That all sounds good - thanks for doing it so quick. I'll let you know. :)

Hey @ntlewis - I ran `column_test.py` for many columns and it worked well. Only problem I noticed was that `latb(1)` wasn't assigned (in fortran indexing terms). This meant panoply struggled...

I have run the trip-tests separately for the intel and gfortran compilers. Under gfortran, I get the following results: ``` Results for all of the test cases ran comparing 403f230...

When running the same trip-tests under intel, I get the following: ``` Results for all of the test cases ran comparing 403f230 and a9610f5 are as follows... axisymmetric : pass...

It is also to be noted that I have made some edits to most of the existing test cases in this p/r. These changes are simply to move the `cb.compile()`...

Overlap with #197 is noted and will be checked.

In answer to your most recent query about `flux_lhe` this is the latent heat flux from the surface. So it's in `Wm^-2`, as here: https://github.com/sit23/Isca/blob/master/src/atmos_spectral/driver/solo/mixed_layer.F90#L351. It's the flux of moisture...