Revision 1908b4f8efda64131d006d130606e25400cba351 authored by Patrick Worley on 21 March 2019, 18:20:01 UTC, committed by Patrick Worley on 21 March 2019, 18:20:01 UTC
A formal parameter in the routine get_horiz_grid_d in
dynamics/eul/dyn_grid.F90 is named 'size', which conflicts with
the use of the 'size' intrinsic to return array size. Here the
'size' parameter is renamed 'nxy', as is used in
dynamics/se/dyn_grid.F90

[BFB]
1 parent c77161b
Raw File
.gitignore
# Ignore python bytecode files
*.pyc
buildnmlc
buildlib.*c

# Ignore emacs backup files
*~

# ignore for the merge to master and orphaning of the gh-pages branch
doc/build

# ignore temporary doc files
doc/source/Tools_user/temp_files

# ignore the JENKINS files created when make html is run
scripts/Tools/JENKINS*

# Ignore anything that are produced under scripts "cases" directory
/scripts/cases/
back to top