Skip to content

Commit

Permalink
Adjust GFS diagnostic Aerosol Optical Depth (AOD) output to the exact…
Browse files Browse the repository at this point in the history
… 550nm (#1475)

* Adjust GFS diagnostic ADO output to the exact 550nm in ccpp/physics

* Modify a few lines of code in FV3/ccpp/physics/physics/radiation_aerosols.f to make them properly indented

Co-authored-by: JONG KIM <jong.kim@noaa.gov>
Co-authored-by: Brian Curtis <brian.curtis@noaa.gov>
  • Loading branch information
3 people authored Nov 14, 2022
1 parent ad8da86 commit 8d90fe7
Show file tree
Hide file tree
Showing 12 changed files with 4,878 additions and 9,764 deletions.
2 changes: 1 addition & 1 deletion FV3
Submodule FV3 updated 1 files
+1 −1 ccpp/physics
1,252 changes: 626 additions & 626 deletions tests/RegressionTests_acorn.intel.log

Large diffs are not rendered by default.

446 changes: 223 additions & 223 deletions tests/RegressionTests_cheyenne.gnu.log

Large diffs are not rendered by default.

6,240 changes: 677 additions & 5,563 deletions tests/RegressionTests_cheyenne.intel.log

Large diffs are not rendered by default.

1,328 changes: 664 additions & 664 deletions tests/RegressionTests_gaea.intel.log

Large diffs are not rendered by default.

448 changes: 224 additions & 224 deletions tests/RegressionTests_hera.gnu.log

Large diffs are not rendered by default.

1,350 changes: 675 additions & 675 deletions tests/RegressionTests_hera.intel.log

Large diffs are not rendered by default.

1,232 changes: 616 additions & 616 deletions tests/RegressionTests_jet.intel.log

Large diffs are not rendered by default.

1,348 changes: 674 additions & 674 deletions tests/RegressionTests_orion.intel.log

Large diffs are not rendered by default.

992 changes: 496 additions & 496 deletions tests/RegressionTests_wcoss2.intel.log

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tests/ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ pipeline {

axis {
name 'TEST_CASE'
values 'mpi', 'dcp', 'rst', 'bit', 'thr' // TODO: Remove thr case from cpld_control_nowave_noaero_p8 exclusions when it is passing again
values 'mpi', 'dcp', 'bit', 'thr' // TODO: Remove thr case from cpld_control_nowave_noaero_p8 exclusions when it is passing again
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion tests/rt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ if [[ $TESTS_FILE =~ '35d' ]] || [[ $TESTS_FILE =~ 'weekly' ]]; then
TEST_35D=true
fi

BL_DATE=20221108
BL_DATE=20221110

RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/develop-${BL_DATE}/${RT_COMPILER^^}}

Expand Down

0 comments on commit 8d90fe7

Please sign in to comment.