Skip to content
Snippets Groups Projects
Commit ed6b5884 authored by Dave Whipp's avatar Dave Whipp
Browse files

Minor tweak to references to fixed surfaces

parent c386d340
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ module definitions ...@@ -30,7 +30,7 @@ module definitions
double precision :: sp01,sp02,sp03,sp04,sp05,sp06,sp07,sp08,sp09,sp10,sp11 double precision :: sp01,sp02,sp03,sp04,sp05,sp06,sp07,sp08,sp09,sp10,sp11
double precision :: sp12,sp13,sp14,activation_time double precision :: sp12,sp13,sp14,activation_time
integer,dimension(:,:),pointer::icon integer,dimension(:,:),pointer::icon
logical rand,fixed_during_spinup,fixed_after_spinup logical rand,fixed_surf_spinup,fixed_surf
integer leveloct integer leveloct
double precision :: stretch,anglemax,anglemaxoctree double precision :: stretch,anglemax,anglemaxoctree
integer :: criterion integer :: criterion
...@@ -392,4 +392,4 @@ module definitions ...@@ -392,4 +392,4 @@ module definitions
double precision :: sselemx0,sselemy0,sselemz0 double precision :: sselemx0,sselemy0,sselemz0
end type nest_info end type nest_info
end module definitions end module definitions
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment