-
Notifications
You must be signed in to change notification settings - Fork 365
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes for CALIPSO simulator and MG precipitation fluxes
Merge branch 'wlin/atm/calipsofix-mgflx' into next (PR #1333) This fixes CALIPSO simulator that shows abnormal spatial distribution. The root cause is that the pressure cutoff for MG calculation leads to precipitation flux arrays containing undefined values above the cut off level. It was not an issue with original L30 configuration. Fixes for precipitation flux calculations in MG microphysics are also included. modified: components/cam/src/physics/cam/cospsimulator_intr.F90 modified: components/cam/src/physics/cam/micro_mg1_0.F90 modified: components/cam/src/physics/cam/micro_mg2_0.F90 modified: components/cam/src/physics/cam/micro_mg_cam.F90 [BFB]
- Loading branch information
Showing
4 changed files
with
89 additions
and
16 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