Skip to content

Commit

Permalink
Fixed the warm bias in stratosphere from MERRA2 coupled microphysics …
Browse files Browse the repository at this point in the history
…(branch Maie) (#1815)

* establish maie

* optimized the code and decrease the stratosphere warm bias for mraerosol=T

* Update detect_machine.sh

* Update compile.sh

---------

Co-authored-by: Grant Firl <grant.firl@noaa.gov>
Co-authored-by: Anning Cheng <anning.cheng@noaa.gov>
Co-authored-by: Rahul Mahajan <rahul.mahajan@noaa.gov>
Co-authored-by: Wen Meng <wen.meng@noaa.gov>
  • Loading branch information
5 people committed Jul 24, 2023
1 parent a2088bf commit 4d05445
Show file tree
Hide file tree
Showing 10 changed files with 10,756 additions and 14,458 deletions.
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.

0 comments on commit 4d05445

Please sign in to comment.