Skip to content

Commit

Permalink
Add edge flux variables to stream
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-petersen committed Jul 10, 2019
1 parent 2394264 commit db8823e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/mpas-ocean/cime_config/buildnml
Original file line number Diff line number Diff line change
Expand Up @@ -835,6 +835,8 @@ if ( -e "$CASEROOT/SourceMods/src.mpaso/$STREAM_NAME" ) {
print $stream_file ' <var name="velocityMeridionalSquared"/>' . "\n";
print $stream_file ' <var name="velocityZonalTimesTemperature"/>' . "\n";
print $stream_file ' <var name="velocityMeridionalTimesTemperature"/>' . "\n";
print $stream_file ' <var_array name="activeTracerVerticalAdvectionTopFlux"/>' . "\n";
print $stream_file ' <var_array name="activeTracerHorizontalAdvectionEdgeFlux"/>' . "\n";
if ( $OCN_BGC eq 'eco_only' || $OCN_BGC eq 'eco_and_dms' || $OCN_BGC eq 'eco_and_macromolecules' || $OCN_BGC eq 'eco_and_dms_and_macromolecules') {
print $stream_file ' <var_struct name="ecosysDiagFieldsLevel1"/>' . "\n";
print $stream_file ' <var_struct name="ecosysAuxiliary"/>' . "\n";
Expand Down

0 comments on commit db8823e

Please sign in to comment.