Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added parameter definitions for phytoplankton growth + cleanup #93

Merged
merged 2 commits into from
Sep 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions generic_tracers/cobalt_types.F90
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ module cobalt_types
real, parameter, public :: vb_nh3 = 25. !< Liquid molar volume at boiling point for NH3 (cm3 mol−1)
real, parameter, public :: micromol2mol = 1.0e6 !< convert micromoles to moles (used in concentration parameters)
real, parameter, public :: c2n = 106.0/16.0 !< convert nutrient ratios relative to carbon to ratios relative to nitrogen
real, parameter, public :: micromolQpersec2W = 2.77e18/6.022e17 !< convert photosynthetically available radiation (micromole quanta
!! per-second) to watts.
real, parameter, public :: micromolQ2Joule = 2.77e18/6.022e17 !< convert photosynthetically available radiation (micromole quanta
!! Joules

!> An auxiliary type for storing varible names
type vardesc
Expand Down Expand Up @@ -445,7 +445,6 @@ module cobalt_types
ml_aclm_efold, &
zmld_ref, &
densdiff_mld, &
irrad_day_thresh, &
case2_depth, & ! depth threshold for case 2 (coastal) waters
case2_salt, & ! salt threshold for case 2 (coastal) waters
case2_opac_add, & ! added opacity for case 2 (coastal) waters
Expand Down
Loading
Loading