Skip to content
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

Fixed the warm bias in stratosphere from MERRA2 coupled microphysics (branch Maie) #1815

Merged
merged 22 commits into from
Jul 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion FV3
2 changes: 1 addition & 1 deletion tests/bl_date.conf
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export BL_DATE=20230713
export BL_DATE=20230720

2 changes: 1 addition & 1 deletion tests/compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ fi
BUILD_NAME=fv3${COMPILE_NR}

PATHTR=${PATHTR:-$( cd ${MYDIR}/.. && pwd )}
BUILD_DIR=$(pwd)/build_${BUILD_NAME}
BUILD_DIR=${BUILD_DIR:-$(pwd)/build_${BUILD_NAME}}

# ----------------------------------------------------------------------
# Make sure we have reasonable number of threads.
Expand Down
2 changes: 1 addition & 1 deletion tests/detect_machine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ case $(hostname -f) in

esac

case $(echo $PW_CSP:-nono) in
case $(echo ${PW_CSP:-nono}) in

aws) MACHINE_ID=aws ;; ### parallelworks aws
google) MACHINE_ID=gcp ;; ### parallelworks gcp
Expand Down
1,887 changes: 833 additions & 1,054 deletions tests/logs/RegressionTests_acorn.log

Large diffs are not rendered by default.

8,812 changes: 3,562 additions & 5,250 deletions tests/logs/RegressionTests_gaea.log

Large diffs are not rendered by default.

2,248 changes: 1,138 additions & 1,110 deletions tests/logs/RegressionTests_hera.log

Large diffs are not rendered by default.

1,451 changes: 723 additions & 728 deletions tests/logs/RegressionTests_jet.log

Large diffs are not rendered by default.

9,584 changes: 3,884 additions & 5,700 deletions tests/logs/RegressionTests_orion.log

Large diffs are not rendered by default.

1,224 changes: 612 additions & 612 deletions tests/logs/RegressionTests_wcoss2.log

Large diffs are not rendered by default.