Skip to content
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

Add hist_all_htapes namelist flag to output all history fields #2061

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

johnpaulalex
Copy link
Contributor

@johnpaulalex johnpaulalex commented Jul 17, 2023

Also made rah1 history field properly initialize itself (it was not overwriting its NaNs to spvals like every other field does)

Specific notes

Contributors other than yourself, if any: @ekluzek, @samsrabin

CTSM Issues Fixed (include github issue #):

Are answers expected to change (and if so in what way)? No

Any User Interface Changes (namelist or namelist defaults changes)? Added new hist_all_htapes namelist flag, defaults to false (a no-op).

Testing performed, if any:

  • SMS_D_Ld3.f10_f10_mg37.I1850Clm50BgcCrop.derecho_gnu.clm-default--clm-all_outputs gets 1369 variables saved to the h0 file.
  • ERP_Ld9.f45_f45_mg37.I2000Clm50FatesRs.derecho_intel.clm-FatesColdAllVars now has two extra variables.

…n the primary history tape (the opposite of hist_empty_htapes). hist_fexcl* flags can be used on top of it, to disable individual fields.

Add 'all_outputs' test to exercise the flag (and add that test to aux_clm).
@samsrabin
Copy link
Collaborator

Looks like this does affect FATES variables too; after e53049f, the FatesColdAllVars test has two more variables. That's not as many as I expected based on #2833, but that might be due to FATES mode settings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

Successfully merging this pull request may close these issues.

add namelist option to turn on all history fields, add a CLM test that uses this
3 participants