Skip to content

Commit

Permalink
Update version number to 1.5.0 (#507)
Browse files Browse the repository at this point in the history
Update interface documentation

Clean up redundant dsnown line in icepack_therm_vertical, see #506.
  • Loading branch information
apcraig authored Nov 15, 2024
1 parent 8c3f26a commit 3792520
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
1 change: 0 additions & 1 deletion columnphysics/icepack_therm_vertical.F90
Original file line number Diff line number Diff line change
Expand Up @@ -2602,7 +2602,6 @@ subroutine icepack_step_therm1(dt, &
congeln(n) = c0
snoicen(n) = c0
l_dsnown = c0
if (present(dsnown)) dsnown(n) = c0

Trefn = c0
Qrefn = c0
Expand Down
2 changes: 1 addition & 1 deletion columnphysics/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ICEPACK 1.4.1
ICEPACK 1.5.0
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@
# built documents.
#
# The short X.Y version.
version = u'1.4.1'
version = u'1.5.0'
# The full version, including alpha/beta/rc tags.
version = u'1.4.1'
version = u'1.5.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
6 changes: 4 additions & 2 deletions doc/source/user_guide/interfaces.include
Original file line number Diff line number Diff line change
Expand Up @@ -2758,12 +2758,14 @@ icepack_step_therm1
melttn , & ! top ice melt (m)
meltbn , & ! bottom ice melt (m)
congeln , & ! congelation ice growth (m)
snoicen , & ! snow-ice growth (m)
dsnown ! change in snow thickness (m/step-->cm/day)
snoicen ! snow-ice growth (m)

real (kind=dbl_kind), dimension(:), intent(in) :: &
fswthrun ! SW through ice to ocean (W/m^2)

real (kind=dbl_kind), dimension(:), intent(inout), optional :: &
dsnown ! change in snow thickness (m/step-->cm/day)

real (kind=dbl_kind), dimension(:), intent(in), optional :: &
fswthrun_vdr , & ! vis dir SW through ice to ocean (W/m^2)
fswthrun_vdf , & ! vis dif SW through ice to ocean (W/m^2)
Expand Down

0 comments on commit 3792520

Please sign in to comment.