From d9aa6b49b85c9b57667c41953af8ed73efeadf25 Mon Sep 17 00:00:00 2001 From: Michael Levy Date: Thu, 17 Oct 2024 15:49:34 -0600 Subject: [PATCH] Add short_name to marbl_single_output_type The dummy cap did not contain a component of marbl_single_output_type that I am now using in MARBL_tracers.F90 --- config_src/external/MARBL/marbl_interface_public_types.F90 | 1 + 1 file changed, 1 insertion(+) diff --git a/config_src/external/MARBL/marbl_interface_public_types.F90 b/config_src/external/MARBL/marbl_interface_public_types.F90 index 5c49ea1985..3955faf73a 100644 --- a/config_src/external/MARBL/marbl_interface_public_types.F90 +++ b/config_src/external/MARBL/marbl_interface_public_types.F90 @@ -77,6 +77,7 @@ module marbl_interface_public_types ! that needs to be passed to the GCM / flux coupler. ! Data must be accessed via the marbl_output_for_GCM_type ! data structure. + character(len=0) :: short_name !< dummy name real, allocatable, dimension(:) :: forcing_field_0d !< dummy forcing_field_0d real, allocatable, dimension(:,:) :: forcing_field_1d !< forcing_field_1d end type marbl_single_output_type