Revision 6a9dbe2946b972e768e11f02c326b55f22d35e4e authored by Alan V Di Vittorio on 20 September 2023, 16:06:46 UTC, committed by Alan V Di Vittorio on 20 September 2023, 16:06:46 UTC
Added namelist items and changed some names.
1 parent c8ab58f
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