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

controlMod.F90 error will be fixed with #1861 #2173

Closed
slevis-lmwg opened this issue Sep 25, 2023 · 1 comment · Fixed by #1861
Closed

controlMod.F90 error will be fixed with #1861 #2173

slevis-lmwg opened this issue Sep 25, 2023 · 1 comment · Fixed by #1861
Assignees
Labels
bug something is working incorrectly

Comments

@slevis-lmwg
Copy link
Contributor

slevis-lmwg commented Sep 25, 2023

Brief summary of bug

In the next controlMod line, I'm correcting "inparam" with "inparm" in the SNICAR PR #1861:

-    namelist / clm_inparam / o3_veg_stress_method
+    namelist / clm_inparm / o3_veg_stress_method

The error does not cause trouble because a few lines later:

    namelist /clm_inparm/ &
         use_lch4, use_nitrif_denitrif, use_extralakelayers, &
         use_vichydro, use_cn, use_cndv, use_crop, use_fertilizer, o3_veg_stress_method, &
         use_grainproduct, use_snicar_frc, use_vancouver, use_mexicocity, use_noio, &

so now I'm removing o3_veg_stress_method from the latter.

I'm opening this issue for visibility of this correction, as pointed out in https://github.com/ESCOMP/CTSM/pull/1861/files#r1334644443.

@slevis-lmwg slevis-lmwg self-assigned this Sep 25, 2023
@slevis-lmwg slevis-lmwg added the bug something is working incorrectly label Sep 25, 2023
@slevis-lmwg
Copy link
Contributor Author

I'm tagging as a bug, though the correction is more of a clean-up and it does not change answers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something is working incorrectly
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant