forked from ESCOMP/CAM
-
Notifications
You must be signed in to change notification settings - Fork 22
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
Aerosol dry deposition bug #111
Comments
gold2718
pushed a commit
that referenced
this issue
Dec 1, 2023
gold2718
added a commit
that referenced
this issue
Dec 1, 2023
Summary: Address remaining NorESM2.1 GitHub issues Contributors: @gold2718, @DirkOlivie, @mvertens Reviewers: @mvertens Purpose of changes: - Bug in ice delimiter (#110) - Aerosol dry deposition bug (#111) - Some outfld calls have a ncol / pcols mismatch (#112) - Remove preprocessorDefinitions.h (#117) Github PR URL: #119 Changes made to build system: None Changes made to the namelist: None Changes to the defaults for the boundary datasets: None Substantial timing or memory changes: None - Fixed questionable and incorrect outfld calls - Remove processorDefinitions.h SourceMods files - Fix aerosol dry deposition computation (see Issue #111) - Replace ice limiter in microphysics (see Issue #110) test suite: aux_cam_noresm on Betzy - Expected baseline and nlcomp differences, plus one new test: - FAIL ERP_Ln9.f09_f09_mtn14.NF1850frc2norbc_aer2014.betzy_intel.cam-outfrq9s BASELINE cam_cesm2_1_rel_05-Nor_v1.0.7 - FAIL ERP_Ln9.f09_f09_mtn14.NF1850frc2norbc.betzy_intel.cam-outfrq9s BASELINE cam_cesm2_1_rel_05-Nor_v1.0.7 - FAIL ERP_Ln9.f09_f09_mtn14.NFHISTnorpddmsbc.betzy_intel.cam-outfrq9s BASELINE cam_cesm2_1_rel_05-Nor_v1.0.7 - FAIL ERP_Ln9.f19_f19_mtn14.F2000climo.betzy_intel.cam-outfrq9s NLCOMP - FAIL ERP_Ln9.f19_f19_mtn14.F2000climo.betzy_intel.cam-outfrq9s BASELINE cam_cesm2_1_rel_05-Nor_v1.0.7: ERROR BFAIL baseline directory '/cluster/shared/noresm/noresm_baselines/cam_cesm2_1_rel_05-Nor_v1.0.7/ERP_Ln9.f19_f19_mtn14.F2000climo.betzy_intel.cam-outfrq9s' does not exist - FAIL ERP_Ln9.f19_f19_mtn14.NF1850norbc_aer2014.betzy_intel.cam-aerocom NLCOMP - FAIL ERP_Ln9.f19_f19_mtn14.NF1850norbc_aer2014.betzy_intel.cam-aerocom BASELINE cam_cesm2_1_rel_05-Nor_v1.0.7 - FAIL ERP_Ln9.f19_f19_mtn14.NF1850norbc_aer2014.betzy_intel.cam-outfrq9s BASELINE cam_cesm2_1_rel_05-Nor_v1.0.7 - FAIL ERP_Ln9.f19_f19_mtn14.NF1850norbc.betzy_intel.cam-outfrq9s BASELINE cam_cesm2_1_rel_05-Nor_v1.0.7 - FAIL SMS_D_Ln9.f19_f19_mtn14.NF1850norbc_aer2014.betzy_intel.cam-outfrq9s BASELINE cam_cesm2_1_rel_05-Nor_v1.0.7 - FAIL SMS_D_Ln9.f19_f19_mtn14.NF1850norbc.betzy_intel.cam-outfrq9s BASELINE cam_cesm2_1_rel_05-Nor_v1.0.7 closes #110 closes #111 closes #112 closes #117
Closed by #119 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What happened?
Error in the calculation of the dry deposition.
What are the steps to reproduce the bug?
Run standard NorESM2
What CAM-Nor tag were you using?
cam_cesm2_1_rel_05-Nor_v1.0.5
What machine were you running CAM (or NorESM) on?
Betzy
What compiler were you using?
Intel
Path to a case directory, if applicable
No response
Will you be addressing this bug yourself?
No
Extra info
The subroutine oslo_aero_dry_intr in the file src/chemistry/oslo_aero/oslo_aerosols_intr.F90 should be modified.
The corrected code should look like (old code commented out) :
The text was updated successfully, but these errors were encountered: