Stephen Thomson
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...
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...
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...
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...
**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...
## 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...
## 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...
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...
Need to update `compile_plev_interp.sh`
## 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...