Skip to content
Snippets Groups Projects
Commit dbbf74e7 authored by Lunkeit, Frank's avatar Lunkeit, Frank
Browse files

Larry 15.05.18

fix in calmod.f90 for nperpetual
parent d4a969bc
No related branches found
No related tags found
No related merge requests found
...@@ -72,6 +72,7 @@ ...@@ -72,6 +72,7 @@
else else
kmon = (kyday-1) / n_days_per_month kmon = (kyday-1) / n_days_per_month
kday = kyday - n_days_per_month * kmon kday = kyday - n_days_per_month * kmon
kmon = kmon+1
endif endif
return return
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment