Skip to content

Commit

Permalink
commentted out eakf_oda_mod
Browse files Browse the repository at this point in the history
  • Loading branch information
feiyulu committed Apr 5, 2018
1 parent 83e9f79 commit 3592d9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/framework/MOM_oda_driver.F90
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ module MOM_oda_driver_mod
! ODA Modules
use oda_types_mod, only : grid_type, ocean_profile_type, ocean_control_struct
use oda_core_mod, only : oda_core_init, get_profiles
use eakf_oda_mod, only : ensemble_filter
!use eakf_oda_mod, only : ensemble_filter
use write_ocean_data_mod, only : open_profile_file
use write_ocean_data_mod, only : write_profile,close_profile_file
use kdtree, only : kd_root !# JEDI
Expand Down Expand Up @@ -467,11 +467,11 @@ subroutine oda(Time, CS)

if(is_root_pe()) print *, 'Get current profiles'
call get_profiles(Time, CS%Profiles, CS%CProfiles)
!#ifdef ENABLE_ECDA
#ifdef ENABLE_ECDA
call get_date(Time, yr, mon, day, hr, min, sec)
if(is_root_pe()) print *, 'Assimilation at model Time: ', yr, mon, day, hr, min, sec
call ensemble_filter(CS%Ocean_prior, CS%Ocean_posterior, CS%CProfiles, CS%kdroot, CS%mpp_domain, CS%oda_grid)
!#endif
#endif

!! switch back to ensemble member pelist
call set_current_pelist(CS%ensemble_pelist(CS%ensemble_id,:))
Expand Down

0 comments on commit 3592d9c

Please sign in to comment.