-
Notifications
You must be signed in to change notification settings - Fork 382
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug fix for Consine Solar Zenith Angle calculation
This commit implements this bug fix the way CESM fixed it in their latest tag(cesm1_4_beta03). This commit replaces the flag sol_insolation_bug_fix with use_rad_dt_cosz. This flag is .false. by default as turning this true is an answer changing change (not climate changing). See Issue #139 for more details. This commit replaces sol_insolation_bug_fix logical flag in the cam_inparm block of atm_in namelist Other modifications: 1. Modified a comment for ndrop.F90 bug fix 2. Removed zenith.F90 from cam/src/physics/cam and added orbit.F90 with module "orbit" and subroutine "zenith" in cam/src/utils/.Basically moved "zenith" subroutine in orbit module. 3. Nag compiler complained about #error CPP directive.Removed "#" from "#error" to make it "error" to fix that. This fix retains the compile time failure functionality. 4. Shortened lines longer than 132 characters in spelt_mod.F90 5. Made emin and emax intent-inout in viscosity_mod.F90 as they are used without being initialized to a value. Fixes #139 [NML] AG-189
- Loading branch information
1 parent
dd96ae5
commit 2dd7804
Showing
15 changed files
with
226 additions
and
279 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.