Browse Source

Undone unnecessary changes

issues/1-unify-defines
Sven Karsten 2 years ago
parent
commit
7c88c86524
  1. 5
      src/mom5/drivers/ocean_solo.F90
  2. 4
      src/mom5/drivers/ocean_solo_nuopc.inc

5
src/mom5/drivers/ocean_solo.F90

@ -390,11 +390,8 @@ ierr = check_nml_error(io_status,'ocean_solo_nml')
call external_coupler_sbc_before(Ice_ocean_boundary, Ocean_sfc, nc, dt_cpld )
#IFDEF OASIS_IOW_ESM
call update_ocean_model(Ice_ocean_boundary, Ocean_state, Ocean_sfc, Time, Time_step_coupled, 'none')
#ELSE
call update_ocean_model(Ice_ocean_boundary, Ocean_state, Ocean_sfc, Time, Time_step_coupled)
#ENDIF
Time = Time + Time_step_coupled

4
src/mom5/drivers/ocean_solo_nuopc.inc

@ -868,11 +868,7 @@ module ocean_solo_mod
call external_coupler_sbc_before(Ice_ocean_boundary, Ocean_sfc, nc, dt_cpld )
#IFDEF OASIS_IOW_ESM
call update_ocean_model(Ice_ocean_boundary, Ocean_state, Ocean_sfc, Time, Time_step_coupled, 'none')
#ELSE
call update_ocean_model(Ice_ocean_boundary, Ocean_state, Ocean_sfc, Time, Time_step_coupled)
#ENDIF
Time = Time + Time_step_coupled

Loading…
Cancel
Save