-
Notifications
You must be signed in to change notification settings - Fork 321
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
check ozone stress and fates compatibility #618
Labels
enhancement
new capability or improved behavior of existing capability
Comments
billsacks
added a commit
to billsacks/ctsm
that referenced
this issue
Jan 18, 2019
This has been moved to ESCOMP#618
billsacks
added a commit
to billsacks/ctsm
that referenced
this issue
Jan 18, 2019
This has been moved to ESCOMP#618
billsacks
added a commit
that referenced
this issue
Jan 23, 2019
History fields for vertically-resolved sums of soil C/N, and minor fixes Main change is from Keith Oleson: Add history fields for vertically-resolved sums of SOIL1C, SOIL2C, and SOIL3C for C12, C13, C14, and similarly for N. New fields are SOILC_vr, C13_SOILC_vr, and C14_SOILC_vr, and SOILN_vr. For runs that use the output_bgc usermods, including cmip6 runs, we no longer output 'SOIL1C_vr', 'SOIL1N_vr', 'SOIL2C_vr', 'SOIL2N_vr', 'SOIL3C_vr', 'SOIL3N_vr'; instead we output 'SOILC_vr', 'SOILN_vr', and similarly for C isotopes. Also minor fixes: - Output cpl hist files in SSP test (resolves #61) - Remove FATES-related commented-out code in OzoneMod (this has been moved to #618) - Minor tweak to run_sys_tests
billsacks
added a commit
that referenced
this issue
Jan 23, 2019
History fields for vertically-resolved sums of soil C/N, and minor fixes Main change is from Keith Oleson: Add history fields for vertically-resolved sums of SOIL1C, SOIL2C, and SOIL3C for C12, C13, C14, and similarly for N. New fields are SOILC_vr, C13_SOILC_vr, and C14_SOILC_vr, and SOILN_vr. For runs that use the output_bgc usermods, including cmip6 runs, we no longer output 'SOIL1C_vr', 'SOIL1N_vr', 'SOIL2C_vr', 'SOIL2N_vr', 'SOIL3C_vr', 'SOIL3N_vr'; instead we output 'SOILC_vr', 'SOILN_vr', and similarly for C isotopes. Also minor fixes: - Output cpl hist files in SSP test (resolves #61) - Remove FATES-related commented-out code in OzoneMod (this has been moved to #618) - Minor tweak to run_sys_tests
slevis-lmwg
added a commit
to slevis-lmwg/ctsm
that referenced
this issue
Jan 29, 2019
History fields for vertically-resolved sums of soil C/N, and minor fixes Main change is from Keith Oleson: Add history fields for vertically-resolved sums of SOIL1C, SOIL2C, and SOIL3C for C12, C13, C14, and similarly for N. New fields are SOILC_vr, C13_SOILC_vr, and C14_SOILC_vr, and SOILN_vr. For runs that use the output_bgc usermods, including cmip6 runs, we no longer output 'SOIL1C_vr', 'SOIL1N_vr', 'SOIL2C_vr', 'SOIL2N_vr', 'SOIL3C_vr', 'SOIL3N_vr'; instead we output 'SOILC_vr', 'SOILN_vr', and similarly for C isotopes. Also minor fixes: - Output cpl hist files in SSP test (resolves ESCOMP#61) - Remove FATES-related commented-out code in OzoneMod (this has been moved to ESCOMP#618) - Minor tweak to run_sys_tests
AGonzalezNicolas
pushed a commit
to HPSCTerrSys/clm5_0
that referenced
this issue
Jun 27, 2024
This has been moved to ESCOMP#618
AGonzalezNicolas
pushed a commit
to HPSCTerrSys/clm5_0
that referenced
this issue
Jun 27, 2024
History fields for vertically-resolved sums of soil C/N, and minor fixes Main change is from Keith Oleson: Add history fields for vertically-resolved sums of SOIL1C, SOIL2C, and SOIL3C for C12, C13, C14, and similarly for N. New fields are SOILC_vr, C13_SOILC_vr, and C14_SOILC_vr, and SOILN_vr. For runs that use the output_bgc usermods, including cmip6 runs, we no longer output 'SOIL1C_vr', 'SOIL1N_vr', 'SOIL2C_vr', 'SOIL2N_vr', 'SOIL3C_vr', 'SOIL3N_vr'; instead we output 'SOILC_vr', 'SOILN_vr', and similarly for C isotopes. Also minor fixes: - Output cpl hist files in SSP test (resolves ESCOMP#61) - Remove FATES-related commented-out code in OzoneMod (this has been moved to ESCOMP#618) - Minor tweak to run_sys_tests
AGonzalezNicolas
pushed a commit
to HPSCTerrSys/clm5_0
that referenced
this issue
Jul 5, 2024
This has been moved to ESCOMP#618
AGonzalezNicolas
pushed a commit
to HPSCTerrSys/clm5_0
that referenced
this issue
Jul 5, 2024
History fields for vertically-resolved sums of soil C/N, and minor fixes Main change is from Keith Oleson: Add history fields for vertically-resolved sums of SOIL1C, SOIL2C, and SOIL3C for C12, C13, C14, and similarly for N. New fields are SOILC_vr, C13_SOILC_vr, and C14_SOILC_vr, and SOILN_vr. For runs that use the output_bgc usermods, including cmip6 runs, we no longer output 'SOIL1C_vr', 'SOIL1N_vr', 'SOIL2C_vr', 'SOIL2N_vr', 'SOIL3C_vr', 'SOIL3N_vr'; instead we output 'SOILC_vr', 'SOILN_vr', and similarly for C isotopes. Also minor fixes: - Output cpl hist files in SSP test (resolves ESCOMP#61) - Remove FATES-related commented-out code in OzoneMod (this has been moved to ESCOMP#618) - Minor tweak to run_sys_tests
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The ozone stress calculations seem to be using patch/pft level variables that are likely not calculated when FATES is running. Compatibility either needs to be enabled/verified, or a proper bypass and incompatibility specified.
https://github.com/ESCOMP/ctsm/blob/master/src/biogeophys/OzoneMod.F90#L311
The text was updated successfully, but these errors were encountered: