Skip to content

Commit

Permalink
Add short_name to marbl_single_output_type
Browse files Browse the repository at this point in the history
The dummy cap did not contain a component of marbl_single_output_type that I am
now using in MARBL_tracers.F90
  • Loading branch information
mnlevy1981 committed Oct 17, 2024
1 parent 5a29730 commit d9aa6b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config_src/external/MARBL/marbl_interface_public_types.F90
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d9aa6b4

Please sign in to comment.