Courtney Peverley

Results 45 issues of Courtney Peverley

## Description The framework sometimes uses "errcode, errmsg" in the calling list and sometimes has "errmsg, errcode". It would be nice if this was consistent. The NCAR SEs are leaning...

enhancement
capgen-unification

## Description In addition to "init," "timestep_init", "run," "timestep_final," and "final", there will be a "register" phase that will be called by the host prior to grid set-up. ## Solution...

enhancement
post-capgen-unification

## Description At least one CAM chemistry package (TUV-X) requires constituent values above the top of the model. We will need a mechanism for optionally allocating and keeping track of...

enhancement

# Description If a unit conversion involves "none", we get an error because "none" is a python keyword. ## Steps to Reproduce Using head of main, change the units for...

bug

### What happened? If, in `user_nl_cam` you're trying to do something like: ``` fincl2='Q:I', 'Q:A' ``` in the hopes that you'll get an h1i and h1a file, both with 'Q',...

bug
CoupledEval3

### What happened? If nhtfrq=1, CAM history currently overrides (since cam6_3_140) the averaging flag to 'I' ``` ! ! Initialize history variables ! do t=1,ptapes do fld=1,nflds(t) if (nhtfrq(t) ==...

bug
CoupledEval3

## Description The `offline_check_fortran_vs_metadata.py` checker currently exercises this function: ``` def compare_fortran_and_metadata(scheme_directory, run_env): ## Check for files metadata_files = find_files_to_compare(scheme_directory) # Perform checks parse_scheme_files(metadata_files, run_env, skip_ddt_check=True) ``` If you pass...

enhancement

**Summary** Adds constituent tendency array and enables the use of individual constituent tendency variables. **Description** In order to facilitate time-splitting, this PR adds/enables the following: - ccpp_constituent_tendencies: standard name for...

enhancement
capgen

Update `call_command` function to include stderr output in CCPPError message. Right now, when xmllint-ing is done via `xml_tools.py` (`validate_xml_file`), the output of the linter is not returned. This PR adds...

## Description Add interface to host cap to retrieve constituent minimum values array (for use by host model) ## Solution This should be a straight-forward update to 1. src/ccpp_constituent_prop_mod.F90: add...

enhancement