Skip to content

Commit

Permalink
Fix comment that exceeded line-length
Browse files Browse the repository at this point in the history
  • Loading branch information
mnlevy1981 committed Oct 17, 2024
1 parent d9aa6b4 commit 2b07520
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/tracer/MARBL_tracers.F90
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,8 @@ module MARBL_tracers
real, pointer :: SFO(:,:,:) => NULL() !< surface flux output returned from MARBL for use in GCM
!! e.g. CO2 flux to pass to atmosphere (dims: i, j, num_sfo)
real, pointer :: ITO(:,:,:,:) => NULL() !< interior tendency output returned from MARBL for use in GCM
!! e.g. total chlorophyll to use in shortwave penetration (dims: i, j, k, num_ito)
!! e.g. total chlorophyll to use in shortwave penetration
!! (dims: i, j, k, num_ito)

integer :: u10_sqr_ind !< index of MARBL forcing field array to copy 10-m wind (squared) into
integer :: sss_ind !< index of MARBL forcing field array to copy sea surface salinity into
Expand Down

0 comments on commit 2b07520

Please sign in to comment.