-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #702 from PUMASDevelopment/katetc/rainbows_pr
cam6_3_159: Diagnostic rainbows and GPU fixes in PUMAS microphysics Fixes #683 Add Diagnostic Rainbow Calculation Partially addresses #1007 Broken PUMAS GPU code and GPU regression test by bringing in an updated PUMAS external tag with fixed GPU code. However, the needed ccs_config tag ( ccs_config_cesm0.0.99 ) caused a failure in the single column tests right now. So the updates to the ccs_config external will be left for the next GPU fixing tag. RAINBOWS!!! I'M NOT KIDDING!!!!111! Also a new PUMAS tag that fixes GPU OpenACC calls. B4b Does not change answers.
- Loading branch information
Showing
8 changed files
with
408 additions
and
5 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
3 changes: 3 additions & 0 deletions
3
cime_config/testdefs/testmods_dirs/cam/outfrq9s_pumas_rainbows/shell_commands
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
./xmlchange ROF_NCPL=\$ATM_NCPL | ||
./xmlchange GLC_NCPL=\$ATM_NCPL | ||
./xmlchange CAM_CONFIG_OPTS=' -microphys pumas' --append |
5 changes: 5 additions & 0 deletions
5
cime_config/testdefs/testmods_dirs/cam/outfrq9s_pumas_rainbows/user_nl_cam
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
mfilt=1,1,1,1,1,1 | ||
ndens=1,1,1,1,1,1 | ||
nhtfrq=9,9,9,9,9,9 | ||
inithist='ENDOFRUN' | ||
fincl1 = 'RBFRAC','RBFREQ','rbSZA' |
26 changes: 26 additions & 0 deletions
26
cime_config/testdefs/testmods_dirs/cam/outfrq9s_pumas_rainbows/user_nl_clm
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
!---------------------------------------------------------------------------------- | ||
! Users should add all user specific namelist changes below in the form of | ||
! namelist_var = new_namelist_value | ||
! | ||
! Include namelist variables for drv_flds_in ONLY if -megan and/or -drydep options | ||
! are set in the CLM_NAMELIST_OPTS env variable. | ||
! | ||
! EXCEPTIONS: | ||
! Set use_cndv by the compset you use and the CLM_BLDNML_OPTS -dynamic_vegetation setting | ||
! Set use_vichydro by the compset you use and the CLM_BLDNML_OPTS -vichydro setting | ||
! Set use_cn by the compset you use and CLM_BLDNML_OPTS -bgc setting | ||
! Set use_crop by the compset you use and CLM_BLDNML_OPTS -crop setting | ||
! Set spinup_state by the CLM_BLDNML_OPTS -bgc_spinup setting | ||
! Set irrigate by the CLM_BLDNML_OPTS -irrig setting | ||
! Set dtime with L_NCPL option | ||
! Set fatmlndfrc with LND_DOMAIN_PATH/LND_DOMAIN_FILE options | ||
! Set finidat with RUN_REFCASE/RUN_REFDATE/RUN_REFTOD options for hybrid or branch cases | ||
! (includes $inst_string for multi-ensemble cases) | ||
! Set glc_grid with CISM_GRID option | ||
! Set glc_smb with GLC_SMB option | ||
! Set maxpatch_glcmec with GLC_NEC option | ||
! Set glc_do_dynglacier with GLC_TWO_WAY_COUPLING env variable | ||
!---------------------------------------------------------------------------------- | ||
hist_nhtfrq = 9 | ||
hist_mfilt = 1 | ||
hist_ndens = 1 |
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.