From b7121a6704265cd58fe1af493cf6b668d29aabe9 Mon Sep 17 00:00:00 2001 From: Keith Oleson Date: Tue, 22 Oct 2024 10:46:46 -0600 Subject: [PATCH] ncd_io not needed after all --- src/biogeophys/LunaMod.F90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/biogeophys/LunaMod.F90 b/src/biogeophys/LunaMod.F90 index 04bcf8256e..366fa68f4b 100644 --- a/src/biogeophys/LunaMod.F90 +++ b/src/biogeophys/LunaMod.F90 @@ -92,7 +92,7 @@ module LunaMod subroutine readParams( ncid ) ! ! !USES: - use ncdio_pio, only: file_desc_t,ncd_io + use ncdio_pio, only: file_desc_t use paramUtilMod, only: readNcdioScalar ! ! !ARGUMENTS: