Skip to content

Commit 6f0ad29

Browse files
committed
Merge branch 'eclare/seaice/remove_debug_output' (PR #6576)
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 #6573 [BFB]
2 parents db1acdf + 36bb7c0 commit 6f0ad29

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

components/mpas-seaice/src/shared/mpas_seaice_icepack.F

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10656,15 +10656,6 @@ subroutine init_icepack_package_configs(domain)
1065610656

1065710657
call seaice_icepack_write_warnings(icepack_warnings_aborted())
1065810658

10659-
!note that icepack_recompute_constants, called from icepck_init_parameters above, recomputes Lfresh
10660-
! - make Lfresh optional for E3SM?
10661-
10662-
! tcraig, this will write out icepack parameters to fort.101, need to uncomment 3 lines
10663-
if (mpas_log_info % taskID == 0) then
10664-
call icepack_write_parameters(101)
10665-
endif
10666-
! call seaice_icepack_write_warnings(icepack_warnings_aborted())
10667-
1066810659
call mpas_log_write(" ----- compare values after icepack init -----")
1066910660

1067010661
! Lfresh is derived in Icepack, not sent in from driver

0 commit comments

Comments
 (0)