-
Notifications
You must be signed in to change notification settings - Fork 9
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
Usage of flux_param in g_tracer_add #92
Comments
I believe this is the |
Also, my understanding is that you would use specify ocean_BGC/generic_tracers/generic_tracer_utils.F90 Lines 1137 to 1167 in c10390d
See for example oxygen which has both ocean_BGC/generic_tracers/generic_COBALT.F90 Lines 1500 to 1513 in c10390d
|
Hi @andrew-c-ross, thank you for the explanation! |
@tanyamarshall and I are wondering about
flux_param
ing_tracer_add
:It looks like in some cases this refers to the molecular weight of a tracer with a unit conversion:
ocean_BGC/generic_tracers/generic_COBALT.F90
Line 1495 in c10390d
but in other cases the molecular weight is given as
flux_gas_molwt
:ocean_BGC/generic_tracers/generic_COBALT.F90
Line 1462 in c10390d
@tanyamarshall is trying to add in 15N isotopes so would you recommend adding in its molecular weight directly in the FMS / constants.F90 and referencing it here, or just adding it in here directly?
Also, where can we find
aof_set_coupler_flux()
which is referenced ingeneric_tracer_utils.F90
? In it, the comments sayrefer to documentation for subroutine aof_set_coupler_flux()
but we are unable to locate this subroutine.ocean_BGC/generic_tracers/generic_tracer_utils.F90
Line 817 in c10390d
The text was updated successfully, but these errors were encountered: