Skip to content

Commit

Permalink
Merge branch 'tizhou/mosart/budget_table' (PR E3SM-Project#6092)
Browse files Browse the repository at this point in the history
Adding global water budget tables to rof log file. The budget tables include a net water fluxes
table and a water states table at the end of each month and year.

Resolves E3SM-Project#6024
[NML]
  • Loading branch information
bishtgautam committed Feb 2, 2024
2 parents 4cc2ced + a54948b commit 37db2c1
Show file tree
Hide file tree
Showing 7 changed files with 685 additions and 117 deletions.
1 change: 1 addition & 0 deletions components/mosart/bld/build-namelist
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@ else {
add_default($nl, 'inundflag');
add_default($nl, 'sediflag');
add_default($nl, 'heatflag');
add_default($nl, 'do_budget');
add_default($nl, 'data_bgc_fluxes_to_ocean_flag');
add_default($nl, 'rstraflag');
add_default($nl, 'rinittemp');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ for the CLM data in the CESM distribution
<inundflag>.false.</inundflag>
<sediflag>.false.</sediflag>
<heatflag>.false.</heatflag>
<do_budget>0</do_budget>
<data_bgc_fluxes_to_ocean_flag>.false.</data_bgc_fluxes_to_ocean_flag>
<rstraflag>.false.</rstraflag>
<rinittemp>283.15</rinittemp>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,14 @@ Default: .false.
If .true., heat model will be turned on.
</entry>

<entry id="do_budget"
type="integer"
category="mosart"
group="mosart_inparm">
Default: 0
Level of budget output, 0 is minimal, 1 is every month, 2 is everyday, 3 is every timestep with additional terms.
</entry>

<entry id="data_bgc_fluxes_to_ocean_flag"
type="logical"
category="mosart"
Expand Down
Loading

0 comments on commit 37db2c1

Please sign in to comment.