Skip to content

Commit

Permalink
Merge branch 'eclare/seaice/remove_debug_output' (PR E3SM-Project#6576)
Browse files Browse the repository at this point in the history
Clean up debugging code and comments in mpas-seaice

Remove extraneous comments and a write statement used for debugging.
Verified that the code compiles and no longer produces the fort.101
file.

Fixes E3SM-Project#6573
[BFB]
  • Loading branch information
jonbob committed Sep 10, 2024
2 parents db1acdf + 36bb7c0 commit 6f0ad29
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 6f0ad29

Please sign in to comment.