Custom Query (964 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (907 - 909 of 964)

Ticket Owner Reporter Resolution Summary
#741 m.hadfield Fixed Upwelling test: fennel.h out of date
Description

This file...

https://www.myroms.org/svn/src/test/upwelling/fennel.h

...has outdated code in it. It should be brought up to date with

https://www.myroms.org/svn/src/trunk/ROMS/Nonlinear/Biology/fennel.h

#762 m.hadfield Done More makefiles
Description

Makefiles Linux-ftn-cray.mk and Linux-ftn-intel.mk were added in ticket 756. Attached is another, Linux-ftn-gnu.mk. These 3 files support the 3 different programming environments on our Cray XC50: PrgEnv-cray, PrgEnv-intel and PrgEnv-gnu.

You may or may not also be interested in a modified version of Linux-gfortran.mk, also attached. This defines another netCDF-related variable, NETCDF_LIBS, used when USE_NETCDF4 is not set. I added this to allow me to provide the right variables on my CentOS 7 system, as discussed on the forum.

#773 kate Fixed small stuff for gfortran and -fcheck=all
Description

While compiling with the gfortran compiler and the following flags:

 -fcheck=all -fsanitize=address -fsanitize=undefined

we discovered few issues. The routines wclock_on and wclock_off need to be recursive.Also, LBC%reduced not initialized in mod_param.F.

The routines read_phypar.F and read_stapar.F were modified to suppress lots of warnings in gfortran:

At line XXX of file read_phypar.f90
Fortran runtime warning: An array temporary was created
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.