Skip to content

Commit

Permalink
Update GEOS_GcmGridComp.F90
Browse files Browse the repository at this point in the history
@sanAkel commented lines removed.
  • Loading branch information
mfmehari authored Aug 16, 2023
1 parent daeba30 commit 57873b2
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions GEOS_GcmGridComp.F90
Original file line number Diff line number Diff line change
Expand Up @@ -597,14 +597,6 @@ subroutine SetServices ( GC, RC )
call OBIO_TerminateImports(DO_DATAATM, RC)
end if

! if(DO_DATAATM /= 0) then
! call MAPL_TerminateImport ( GC, &
! SHORT_NAME = (/'KPAR ','UW ','VW ','UI ', &
! 'VI ','TAUXBOT','TAUYBOT'/), &
! CHILD = AGCM, &
! _RC)
! endif

if (DO_CICE_THERMO == 1) then
call MAPL_TerminateImport ( GC, &
SHORT_NAME = (/ &
Expand Down Expand Up @@ -1258,11 +1250,7 @@ subroutine Initialize ( GC, IMPORT, EXPORT, CLOCK, RC )
! Create XFORMs
!--------------

! if(DO_DATAATM/=0) then
! skinname = 'DATAATM'
! else
skinname = 'SALTWATER'
! endif
skinname = 'SALTWATER'

call MAPL_GetResource(MAPL, bypass_ogcm, "BYPASS_OGCM:", &
default=0, rc=status)
Expand Down

0 comments on commit 57873b2

Please sign in to comment.