Skip to content

Commit

Permalink
Add some variable descriptions
Browse files Browse the repository at this point in the history
If variable was described in POP comment, I copied the comment over. Otherwise
I came up with a description on my own.
  • Loading branch information
mnlevy1981 committed Jul 16, 2024
1 parent 97c0917 commit 7163ff3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/tracer/MARBL_forcing_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ module MARBL_forcing_mod
type(diag_ctrl), pointer :: diag => NULL() !< A structure that is used to
!! regulate the timing of diagnostic output.

real :: dust_ratio_thres !< TODO: Add description
real :: dust_ratio_to_fe_bioavail_frac !< TODO: Add description
real :: fe_bioavail_frac_offset !< TODO: Add description
real :: atm_fe_to_bc_ratio !< TODO: Add description
real :: atm_bc_fe_bioavail_frac !< TODO: Add description
real :: seaice_fe_to_bc_ratio !< TODO: Add description
real :: seaice_bc_fe_bioavail_frac !< TODO: Add description
real :: dust_ratio_thres !< coarse/fine dust ratio threshold
real :: dust_ratio_to_fe_bioavail_frac !< ratio of dust to iron bioavailability fraction
real :: fe_bioavail_frac_offset !< offset for iron bioavailability fraction
real :: atm_fe_to_bc_ratio !< atmospheric iron to black carbon ratio
real :: atm_bc_fe_bioavail_frac !< atmospheric black carbon to iron bioavailablity fraction ratio
real :: seaice_fe_to_bc_ratio !< sea-ice iron to black carbon ratio
real :: seaice_bc_fe_bioavail_frac !< sea-ice black carbon to iron bioavailablity fraction ratio
real :: iron_frac_in_atm_fine_dust !< Fraction of fine dust from the atmosphere that is iron
real :: iron_frac_in_atm_coarse_dust !< Fraction of coarse dust from the atmosphere that is iron
real :: iron_frac_in_seaice_dust !< Fraction of dust from the sea ice that is iron
Expand Down

0 comments on commit 7163ff3

Please sign in to comment.