Skip to content

Commit

Permalink
Add warning message for deprecated zsalinity
Browse files Browse the repository at this point in the history
  • Loading branch information
apcraig committed Aug 7, 2023
1 parent f836c7d commit 0f27bed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cicecore/cicedyn/analysis/ice_history_bgc.F90
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,6 @@ module ice_history_bgc
! field indices
!---------------------------------------------------------------

integer (kind=int_kind), dimension(max_nstrm), public :: &
n_zsal

integer(kind=int_kind), dimension(icepack_max_iso,max_nstrm) :: &
n_fiso_atm , &
n_fiso_ocn , &
Expand Down
2 changes: 2 additions & 0 deletions cicecore/shared/ice_init_column.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1605,6 +1605,8 @@ subroutine input_zbgc
write(nu_diag,1005) ' phi_snow = ', phi_snow
endif
write(nu_diag,1010) ' solve_zsal (deprecated) = ', solve_zsal
write(nu_diag,* ) ' WARNING: zsalinity has been deprecated. Namelists and interfaces'
write(nu_diag,* ) ' will be removed in a future version'

write(nu_diag,1010) ' skl_bgc = ', skl_bgc
write(nu_diag,1010) ' restart_bgc = ', restart_bgc
Expand Down

0 comments on commit 0f27bed

Please sign in to comment.