Skip to content

Commit

Permalink
clean up debugging code and comments
Browse files Browse the repository at this point in the history
  • Loading branch information
eclare108213 committed Aug 30, 2024
1 parent f50d263 commit 36bb7c0
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions components/mpas-seaice/src/shared/mpas_seaice_icepack.F
Original file line number Diff line number Diff line change
Expand Up @@ -10656,15 +10656,6 @@ subroutine init_icepack_package_configs(domain)

call seaice_icepack_write_warnings(icepack_warnings_aborted())

!note that icepack_recompute_constants, called from icepck_init_parameters above, recomputes Lfresh
! - make Lfresh optional for E3SM?

! tcraig, this will write out icepack parameters to fort.101, need to uncomment 3 lines
if (mpas_log_info % taskID == 0) then
call icepack_write_parameters(101)
endif
! call seaice_icepack_write_warnings(icepack_warnings_aborted())

call mpas_log_write(" ----- compare values after icepack init -----")

! Lfresh is derived in Icepack, not sent in from driver
Expand Down

0 comments on commit 36bb7c0

Please sign in to comment.