Revision a9eb793dcef959ba2fc930ecbd5f3c357d2c03a2 authored by Peter Schwartz on 07 February 2022, 17:23:04 UTC, committed by Peter Schwartz on 07 February 2022, 17:26:10 UTC
so DEBUG compiler flags prevent debugging by raising floating point exceptions.
Certain debug flags have been removed for intel and compy.

A typo in CNPBudgetMod.F90 that prevented correct restart runs was also fixed.
1 parent 9a451ff
Raw File
.gitignore
# Object files
*.lo
*.o

# Fortran module files
*.mod

# Static libraries
*.la
*.a

# Executables
*.exe

# Logs
*.log

# Ignore netCDF files.
*.nc

# Ignore python bytecode files
*.pyc
buildnmlc
buildlibc
buildlib_cmakec

# Ignore emacs backup files
*~
back to top