Skip to content

Commit

Permalink
comment out unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed May 14, 2024
1 parent ca2d62b commit 472b568
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dglc/dglc_datamode_noevolve_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ module dglc_datamode_noevolve_mod
integer, parameter :: nlev_import = 30
type(icesheet_ptr_t), allocatable :: Sl_tsrf(:)
type(icesheet_ptr_t), allocatable :: Flgl_qice(:)
type(icesheet_ptr_t), allocatable :: So_t(:)
type(icesheet_ptr_t), allocatable :: So_q(:)
! type(icesheet_ptr_t), allocatable :: So_t(:)
! type(icesheet_ptr_t), allocatable :: So_q(:)

! Export Field names
character(len=*), parameter :: field_out_area = 'Sg_area'
Expand Down

0 comments on commit 472b568

Please sign in to comment.