fix typos in Registry_noahmp for acc output variables in restart file#1384
fix typos in Registry_noahmp for acc output variables in restart file#1384CharlesZheZhang wants to merge 1 commit intoMPAS-Dev:hotfix-v8.3.1from
Conversation
|
This bug fix looks good to me. It does not affect model run by default because MPAS uses the same main timestep as Noah-MP soil timestep. |
|
@CharlesZheZhang @cenlinhe With the changes in this PR, I'm seeing the following compilation error: Looking through the |
|
@mgduda a quick question: it seems that the existing "acc_ssoilxy" is in the "output_noahmp" structure part while the one fixed in this PR is in the "diag_physics_noahmp" structure, both in the sf_noahmp_in package. So what is the difference between "diag_physics_noahmp" and "output_noahmp"? Variables cannot share the same name in these two different structures? Originally, I thought "diag_physics_noahmp" variables are for restart file while "output_noahmp" are for model output files, but it seems my understanding is wrong? |
This PR is to fix a few typos in the Registry_noahmp.xml file.
Essentially it is for outputing a few accumulated water fluxes per soil timestep in the restart file
correcting typo, for example, from acc_ecan to acc_ecanxy, for the correct variable name.