Skip to content

Commit 8afe969

Browse files
committed
clean up of mom_ocean_model_nuopc.F90
1 parent 25ed4fc commit 8afe969

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

config_src/nuopc_driver/mom_ocean_model_nuopc.F90

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ module MOM_ocean_model_nuopc
5151
use coupler_types_mod, only : coupler_type_spawn, coupler_type_write_chksums
5252
use coupler_types_mod, only : coupler_type_initialized, coupler_type_copy_data
5353
use coupler_types_mod, only : coupler_type_set_diags, coupler_type_send_data
54-
use mpp_domains_mod, only : domain2d, mpp_get_layout, mpp_get_global_domain,mpp_get_pelist
54+
use mpp_domains_mod, only : domain2d, mpp_get_layout, mpp_get_global_domain
5555
use mpp_domains_mod, only : mpp_define_domains, mpp_get_compute_domain, mpp_get_data_domain
5656
use fms_mod, only : stdout
5757
use mpp_mod, only : mpp_chksum
@@ -442,7 +442,6 @@ subroutine ocean_model_init(Ocean_sfc, OS, Time_init, Time_in, gas_fields_ocn, i
442442
if (OS%do_sppt .OR. OS%pert_epbl) then
443443
num_procs=num_PEs()
444444
allocate(pelist(num_procs))
445-
!call mpp_get_pelist(pelist, commID=mom_comm)
446445
call Get_PElist(pelist,commID = mom_comm)
447446
me=PE_here()
448447
master=root_PE()
@@ -698,7 +697,6 @@ subroutine update_ocean_model(Ice_ocean_boundary, OS, Ocean_sfc, &
698697
call step_MOM(OS%forces, OS%fluxes, OS%sfc_state, Time2, dtdia, OS%MOM_CSp, &
699698
Waves=OS%Waves, do_dynamics=.false., do_thermodynamics=.true., &
700699
start_cycle=.false., end_cycle=(n==n_max), cycle_length=dt_coupling)
701-
702700
endif
703701
endif
704702

0 commit comments

Comments
 (0)