Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update CICE #1902

Merged
189 changes: 0 additions & 189 deletions CDEPS-interface/ufs/cdeps_share/shr_assert_mod.F90

Large diffs are not rendered by default.

10 changes: 0 additions & 10 deletions CDEPS-interface/ufs/cdeps_share/shr_frz_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ module shr_frz_mod
!----------------------------------------------------------------------------
public :: shr_frz_freezetemp, shr_frz_freezetemp_init

# 18 "shr_frz_mod.F90.in"
interface shr_frz_freezetemp
module procedure shr_frz_freezetemp_0d
module procedure shr_frz_freezetemp_1d
Expand All @@ -36,11 +35,9 @@ module shr_frz_mod
integer :: tfrz_option = TFREEZE_OPTION_UNINITIALIZED

!===============================================================================
# 34 "shr_frz_mod.F90.in"
contains
!===============================================================================

# 37 "shr_frz_mod.F90.in"
subroutine shr_frz_freezetemp_init(tfreeze_option, maintask)

implicit none
Expand Down Expand Up @@ -68,11 +65,9 @@ subroutine shr_frz_freezetemp_init(tfreeze_option, maintask)
call shr_sys_abort(subname//' ERROR: not a valid tfreeze_option '//trim(tfreeze_option))
endif

# 64 "shr_frz_mod.F90.in"
end subroutine shr_frz_freezetemp_init

! DIMS 0,1,2
# 67 "shr_frz_mod.F90.in"
function shr_frz_freezetemp_0d(s) result(shr_frz_freezetemp)

!----------------------------------------------------------------------------
Expand Down Expand Up @@ -115,10 +110,8 @@ function shr_frz_freezetemp_0d(s) result(shr_frz_freezetemp)

shr_frz_freezetemp = max(shr_frz_freezetemp,-2.0_R8)

# 109 "shr_frz_mod.F90.in"
end function shr_frz_freezetemp_0d
! DIMS 0,1,2
# 67 "shr_frz_mod.F90.in"
function shr_frz_freezetemp_1d(s) result(shr_frz_freezetemp)

!----------------------------------------------------------------------------
Expand Down Expand Up @@ -161,10 +154,8 @@ function shr_frz_freezetemp_1d(s) result(shr_frz_freezetemp)

shr_frz_freezetemp = max(shr_frz_freezetemp,-2.0_R8)

# 109 "shr_frz_mod.F90.in"
end function shr_frz_freezetemp_1d
! DIMS 0,1,2
# 67 "shr_frz_mod.F90.in"
function shr_frz_freezetemp_2d(s) result(shr_frz_freezetemp)

!----------------------------------------------------------------------------
Expand Down Expand Up @@ -207,7 +198,6 @@ function shr_frz_freezetemp_2d(s) result(shr_frz_freezetemp)

shr_frz_freezetemp = max(shr_frz_freezetemp,-2.0_R8)

# 109 "shr_frz_mod.F90.in"
end function shr_frz_freezetemp_2d

!===============================================================================
Expand Down
Loading