Skip to content

Commit

Permalink
make camp happy
Browse files Browse the repository at this point in the history
  • Loading branch information
jcurtis2 committed Jan 17, 2024
1 parent b607d93 commit a1ed551
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/aero_data.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1085,6 +1085,7 @@ subroutine aero_data_initialize(aero_data, camp_core)

allocate(aero_data%name(num_spec))
allocate(aero_data%mosaic_index(num_spec))
allocate(aero_data%wavelenghts(n_swbands))
allocate(aero_data%density(num_spec))
allocate(aero_data%num_ions(num_spec))
allocate(aero_data%molec_weight(num_spec))
Expand Down

0 comments on commit a1ed551

Please sign in to comment.