forked from marbl-ecosys/MARBL
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor how total Chlorophyll is summed
Created a new marbl_interior_tendency_compute_totChl() routine to populate interior_tendency_output%outputs_for_GCM(ofg_ind%total_Chl_id), which is called from interior_tendency_compute(). This function is also available through the compute_totChl() function on the MARBL_interface_class, so GCMs can get the initial Chl field during initialization -- just need to copy non-negative values of tracers into tracers(:,:) component of the class after reading from IC / restart file.
- Loading branch information
1 parent
0b340da
commit 3263861
Showing
2 changed files
with
40 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters