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.
Created a
new marbl_interior_tendency_compute_totChl()
routine to populateinterior_tendency_output%outputs_for_GCM(ofg_ind%total_Chl_id)
, which is called frominterior_tendency_compute()
. This function is also available through thecompute_totChl()
function on theMARBL_interface_class
, so GCMs can get the initial Chl field during initialization -- just need to copy non-negative values of tracers intotracers(:,:)
component of the class after reading from IC / restart file.