Stephen Thomson

Results 19 issues of Stephen Thomson

# Errors with most recent g-fortran and gcc compilers ## Description I've been testing out the gfortran installation of Isca on AWS EC2 Ubuntu and have run into problems with...

infrastructure

To complement the 3D-dynamics models already available in Isca, I have added the shallow-water and barotropic vorticity equation solvers. The fortran code for these came directly from GFDL, and was...

trip tests passing
tests
priority:high
dyn:spectral
shallow_water

As per issue #105, it was noted by users in Bristol that the `compile_plev_interpolation.sh` script was giving errors. I found that the reason was that it was trying to use...

bug
priority:medium

I have added the code necessary to run GFDL's shallow-water and barotropic vorticity equation codes, including new test cases for these equation sets. This P/R also includes some modifications I...

dyn:spectral
idealised
shallow_water

**The problem** Recently it was reported that there were issues with the diagnostic outputs from the RAS modules (the scheme itself seems to run fine). The problems were that the...

bug
trip tests passing
phys:conv

## Description Isca uses many input files, most of them netcdf. In netcdf files each variable has a name, and so when Isca reads from an input file it needs...

priority:medium
io

## Description There are some variables in the model code that seem to be completely unused. For example, the variable `pstd` in `constants.F90` is the reference pressure in dynes/cm2, is...

priority:low
core

The script that interpolates data from sigma levels to pressure levels, `Isca/postprocessing/plevel_interpolation/src/postprocessing/plevel/run_pressure_interp.F90` gets its gravitational constants, etc, from `plev_constants.F90` in that same folder. These are parameters and are set to...

phys:const
priority:medium
io

Need to update `compile_plev_interp.sh`

priority:medium
io

## Description The current `Readme.md` file in the top directory gives information on compiling for the first time using Intel compilers, but it would be sensible to change this to...

docs