Skip to content

Commit

Permalink
Changed GV%nkbl back to GV%nkml
Browse files Browse the repository at this point in the history
  • Loading branch information
sdbachman committed Aug 1, 2022
1 parent 5ac6242 commit e300296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tracer/ideal_age_example.F90
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ subroutine initialize_ideal_age_tracer(restart, day, G, GV, US, h, diag, OBC, CS

CS%Time => day
CS%diag => diag
CS%nkbl = max(GV%nkbl,1)
CS%nkbl = max(GV%nkml,1)

do m=1,CS%ntr
call query_vardesc(CS%tr_desc(m), name=name, &
Expand Down

0 comments on commit e300296

Please sign in to comment.