Skip to content

Commit

Permalink
extended 8
Browse files Browse the repository at this point in the history
  • Loading branch information
mjreno authored and mjreno committed Nov 17, 2023
1 parent d34cf66 commit 5cd5855
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-nc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ jobs:
REPOS_PATH: ${{ github.workspace }}
run: |
pytest test_gwf_chd01.py --keep temp
grep -F "MF6 NETCDF-C VERSION" temp/test_mf6model[chd01]0/mfsim.lst
grep -Fx " NetCDF, network Common Data Form software library" temp/test_mf6model[chd01]0/mfsim.lst
- name: Test programs (parallel)
working-directory: modflow6/autotest
Expand Down
8 changes: 0 additions & 8 deletions src/Utilities/Idm/IdmLoad.f90
Original file line number Diff line number Diff line change
Expand Up @@ -243,16 +243,8 @@ end subroutine load_models
!<
subroutine simnam_load(paramlog)
use SourceLoadModule, only: load_simnam
#if defined(__WITH_NETCDF__)
use SimVariablesModule, only: iout
use netcdf
#endif
integer(I4B), intent(inout) :: paramlog
!
#if defined(__WITH_NETCDF__)
write(iout, '(a)') 'MF6 NETCDF-C VERSION: '//trim(nf90_inq_libvers())
#endif
!
! -- load sim nam file
call load_simnam()
!
Expand Down

0 comments on commit 5cd5855

Please sign in to comment.