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

Send Evap rate from ATM to OCN #1812

Merged
merged 26 commits into from
Jul 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
986e6cc
Not all arguments were being passed to run/compile environments
BrianCurtis-NOAA Jun 27, 2023
f30d563
send evap from atm
DeniseWorthen Jun 28, 2023
c22448f
Merge branch 'develop' into feature/evapfratm
DeniseWorthen Jun 28, 2023
0391e65
update FV3
DeniseWorthen Jun 28, 2023
1aed719
update FV3
DeniseWorthen Jun 29, 2023
404a2f1
Merge branch 'ufs-community:develop' into fixortdbg
BrianCurtis-NOAA Jun 29, 2023
d2bb218
update FV3
DeniseWorthen Jul 5, 2023
a709c63
Merge branch 'develop' into feature/evapfratm
DeniseWorthen Jul 5, 2023
f440e52
Merge branch 'ufs-community:develop' into fixortdbg
BrianCurtis-NOAA Jul 5, 2023
bc13119
Merge remote-tracking branch 'BrianCurtis/fixortdbg' into feature/eva…
DeniseWorthen Jul 5, 2023
6908b54
turn off c48-5deg warm start test
DeniseWorthen Jul 5, 2023
d9e6b29
Add new BL_DATE
jkbk2004 Jul 5, 2023
c99ae8d
turn off c48-5deg restart test also
DeniseWorthen Jul 5, 2023
f5fcdb7
[AutoRT] cheyenne Job Completed.
epic-cicd-jenkins Jul 6, 2023
c04c3be
revert changes from PR 1810
DeniseWorthen Jul 6, 2023
26b768e
add gaea RT log: passed
jkbk2004 Jul 6, 2023
44f3842
add orion RT log: passed
jkbk2004 Jul 6, 2023
cae4b9e
add je RT log: passed
jkbk2004 Jul 6, 2023
11fadcf
Acorn RT Log
BrianCurtis-NOAA Jul 6, 2023
c3536f1
add hera RT log: passed
jkbk2004 Jul 7, 2023
c337163
disable hrrr tests on wcoss2
BrianCurtis-NOAA Jul 7, 2023
0c0cbc7
WCOSS2 RT Log, failed tests disabled
BrianCurtis-NOAA Jul 7, 2023
13b291f
Merge branch 'feature/evapfratm' of github.com:DeniseWorthen/ufs-weat…
BrianCurtis-NOAA Jul 7, 2023
5d4c6db
update CMEPS and revert gitmodules
DeniseWorthen Jul 7, 2023
22231bb
add update gitmodules
DeniseWorthen Jul 7, 2023
9eebda9
update FV3 and revert gitmodules
DeniseWorthen Jul 7, 2023
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=20230623
export BL_DATE=20230705

21 changes: 21 additions & 0 deletions tests/fv3_conf/compile_qsub.IN_acorn
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
#!/bin/bash

#PBS -o out
#PBS -e err
#PBS -N @[JBNME]
#PBS -A @[ACCNR]
#PBS -q @[QUEUE]
#PBS -l select=1:ncpus=8:mpiprocs=1:mem=32G
#PBS -l walltime=00:45:00

set -eux

cd $PBS_O_WORKDIR

echo -n " $( date +%s )," > job_timestamp.txt
echo "Compile started: " `date`

@[PATHRT]/compile.sh @[MACHINE_ID] "@[MAKE_OPT]" @[COMPILE_NR] @[RT_COMPILER]

echo "Compile ended: " `date`
echo -n " $( date +%s )," >> job_timestamp.txt
36 changes: 36 additions & 0 deletions tests/fv3_conf/fv3_qsub.IN_acorn
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
#!/bin/bash

#PBS -o out
#PBS -e err
#PBS -N @[JBNME]
#PBS -A @[ACCNR]
#PBS -q @[QUEUE]
#PBS -l place=vscatter,select=@[NODES]:ncpus=@[TPN]:mpiprocs=@[TPN]:mem=500G
#PBS -l place=excl
#PBS -l walltime=00:@[WLCLK]:00

set -eux
echo -n " $( date +%s )," > job_timestamp.txt

cd $PBS_O_WORKDIR

set +x
module use $PWD/modulefiles
module load modules.fv3
module load cray-pals
module list
set -x

echo "Model started: " `date`

export OMP_STACKSIZE=512M
export OMP_NUM_THREADS=@[THRD]
export OMP_PLACES=cores
export ESMF_RUNTIME_COMPLIANCECHECK=OFF:depth=4
export ESMF_RUNTIME_PROFILE=ON
export ESMF_RUNTIME_PROFILE_OUTPUT="SUMMARY"

mpiexec -n @[TASKS] -ppn @[TPN] -depth @[THRD] ./fv3.exe

echo "Model ended: " `date`
echo -n " $( date +%s )," >> job_timestamp.txt
2,282 changes: 1,084 additions & 1,198 deletions tests/logs/RegressionTests_acorn.log

Large diffs are not rendered by default.

3,050 changes: 1,468 additions & 1,582 deletions tests/logs/RegressionTests_cheyenne.log

Large diffs are not rendered by default.

2,142 changes: 1,014 additions & 1,128 deletions tests/logs/RegressionTests_gaea.log

Large diffs are not rendered by default.

2,996 changes: 1,441 additions & 1,555 deletions tests/logs/RegressionTests_hera.log

Large diffs are not rendered by default.

2,064 changes: 975 additions & 1,089 deletions tests/logs/RegressionTests_jet.log

Large diffs are not rendered by default.

9,641 changes: 3,877 additions & 5,764 deletions tests/logs/RegressionTests_orion.log

Large diffs are not rendered by default.

2,025 changes: 946 additions & 1,079 deletions tests/logs/RegressionTests_wcoss2.log

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions tests/parm/fd_nems.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -763,6 +763,8 @@
canonical_units: N m-2
- standard_name: inst_laten_heat_flx
canonical_units: N m-2
- standard_name: inst_evap_rate
canonical_units: kg m-2 s-1
- standard_name: inst_tracer_mass_frac
canonical_units: 1
- standard_name: inst_tracer_up_surface_flx
Expand Down
16 changes: 8 additions & 8 deletions tests/rt.conf
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ RUN | cpld_control_noaero_p8_agrid |

COMPILE | 7 | intel | -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 | | fv3 |
RUN | cpld_control_c48 | | baseline |
RUN | cpld_warmstart_c48 | | baseline |
RUN | cpld_restart_c48 | | | cpld_warmstart_c48
#RUN | cpld_warmstart_c48 | | baseline |
#RUN | cpld_restart_c48 | | | cpld_warmstart_c48

COMPILE | 8 | intel | -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DFASTER=ON | - cheyenne | fv3 |
RUN | cpld_control_p8_faster | - cheyenne | baseline |
Expand Down Expand Up @@ -121,12 +121,12 @@ RUN | rap_restart |
RUN | rap_sfcdiff | | baseline |
RUN | rap_sfcdiff_decomp | | |
RUN | rap_sfcdiff_restart | | | rap_sfcdiff
RUN | hrrr_control | | baseline |
RUN | hrrr_control_qr | | baseline |
RUN | hrrr_control_decomp | | |
RUN | hrrr_control_2threads | | |
RUN | hrrr_control_restart | | | hrrr_control
RUN | hrrr_control_restart_qr | | | hrrr_control_qr
RUN | hrrr_control | - wcoss2 | baseline |
RUN | hrrr_control_qr | - wcoss2 | baseline |
RUN | hrrr_control_decomp | - wcoss2 | |
RUN | hrrr_control_2threads | - wcoss2 | |
RUN | hrrr_control_restart | - wcoss2 | | hrrr_control
RUN | hrrr_control_restart_qr | - wcoss2 | | hrrr_control_qr
RUN | rrfs_v1beta | | baseline |
RUN | rrfs_v1nssl | | baseline |
RUN | rrfs_v1nssl_nohailnoccn | | baseline |
Expand Down