Skip to content

land surface upgrades for p8#1095

Merged
junwang-noaa merged 25 commits into
ufs-community:developfrom
HelinWei-NOAA:lsm_upgrades_for_p8c
Mar 29, 2022
Merged

land surface upgrades for p8#1095
junwang-noaa merged 25 commits into
ufs-community:developfrom
HelinWei-NOAA:lsm_upgrades_for_p8c

Conversation

@HelinWei-NOAA
Copy link
Copy Markdown
Collaborator

@HelinWei-NOAA HelinWei-NOAA commented Mar 9, 2022

PR Checklist

  • This PR is up-to-date with the top of all sub-component repositories except for those sub-components which are the subject of this PR. Please consult the ufs-weather-model wiki if you are unsure how to do this.

  • This PR has been tested using a branch which is up-to-date with the top of all sub-component repositories except for those sub-components which are the subject of this PR

  • An Issue describing the work contained in this PR has been created either in the subcomponent(s) or in the ufs-weather-model. The Issue should be created in the repository that is most relevant to the changes in contained in the PR. The Issue and the dependent sub-component PR
    are specified below.

  • Results for one or more of the regression tests change and the reasons for the changes are understood and explained below.

The results from all suites using Noah-MP LSM will be changed because of the physics upgrades.

  • New or updated input data is required by this PR. If checked, please work with the code managers to update input data sets on all platforms.

Instructions: All subsequent sections of text should be filled in as appropriate.

The information provided below allows the code managers to understand the changes relevant to this PR, whether those changes are in the ufs-weather-model repository or in a subcomponent repository. Ufs-weather-model code managers will use the information provided to add any applicable labels, assign reviewers and place it in the Commit Queue. Once the PR is in the Commit Queue, it is the PR owner's responsiblity to keep the PR up-to-date with the develop branch of ufs-weather-model.

Description

To address some biases found in PT7

  • consistent surface coupling with GFS surface layer scheme
  • add stability subroutine call to inside NoahMP
  • add thermal roughness length options
  • changes to snow parameters for thermal conductivity and compaction
  • modification to soil thermal conductivity
  • diagnostics

Issue(s) addressed

Link the issues to be closed with this PR, whether in this repository, or in another repository.
(Remember, issues must always be created before starting work on a PR branch!)

Testing

How were these changes tested? What compilers / HPCs was it tested with? Are the changes covered by regression tests? (If not, why? Do new tests need to be added?) Have regression tests and unit tests (utests) been run? On which platforms and with which compilers? (Note that unit tests can only be run on tier-1 platforms)

  • hera.intel
  • hera.gnu
  • orion.intel
  • cheyenne.intel
  • cheyenne.gnu
  • gaea.intel
  • jet.intel
  • wcoss_cray
  • wcoss_dell_p3
  • opnReqTest for newly added/changed feature
  • CI

Dependencies

If testing this branch requires non-default branches in other repositories, list them. Those branches should have matching names (ideally).

Do PRs in upstream repositories need to be merged first?
If so add the "waiting for other repos" label and list the upstream PRs

@HelinWei-NOAA HelinWei-NOAA reopened this Mar 25, 2022
@junwang-noaa
Copy link
Copy Markdown
Collaborator

@HelinWei-NOAA Would you please fill up the checklist in the top of PR? In the description, write done which tests are expected to change results. Thanks

@junwang-noaa
Copy link
Copy Markdown
Collaborator

@HelinWei-NOAA It looks to me, your fv3 branch is updated with revision 5917500 in your fv3atm PR, but your ufs-weather-model branch still points to 94d4027, please see:

https://github.com/HelinWei-NOAA/ufs-weather-model/tree/lsm_upgrades_for_p8c

@HelinWei-NOAA
Copy link
Copy Markdown
Collaborator Author

updated

@HelinWei-NOAA It looks to me, your fv3 branch is updated with revision 5917500 in your fv3atm PR, but your ufs-weather-model branch still points to 94d4027, please see:

https://github.com/HelinWei-NOAA/ufs-weather-model/tree/lsm_upgrades_for_p8c

@HelinWei-NOAA
Copy link
Copy Markdown
Collaborator Author

Done

@HelinWei-NOAA Would you please fill up the checklist in the top of PR? In the description, write done which tests are expected to change results. Thanks

@junwang-noaa junwang-noaa added the Baseline Updates Current baselines will be updated. label Mar 25, 2022
@github-actions
Copy link
Copy Markdown

@HelinWei-NOAA please bring these up to date with respective authoritative repositories

  • mom6 NOT up to date

@HelinWei-NOAA
Copy link
Copy Markdown
Collaborator Author

@HelinWei-NOAA please bring these up to date with respective authoritative repositories

  • mom6 NOT up to date

done

@junwang-noaa
Copy link
Copy Markdown
Collaborator

@HelinWei-NOAA Would you please run the two tests on hera from your branch?
cd ufs-weather-model/tests
./opnReqTest -n control_p8
./opnReqTest -n cpld_control_c96_noaero_p8 -c thr,dcp,rst,dbg

Thanks. @MinsukJi-NOAA FYI.

@HelinWei-NOAA
Copy link
Copy Markdown
Collaborator Author

@junwang-noaa running now

@HelinWei-NOAA
Copy link
Copy Markdown
Collaborator Author

Both tests have been successful on Hera and WCOSS.

@HelinWei-NOAA Would you please run the two tests on hera from your branch? cd ufs-weather-model/tests ./opnReqTest -n control_p8 ./opnReqTest -n cpld_control_c96_noaero_p8 -c thr,dcp,rst,dbg

Thanks. @MinsukJi-NOAA FYI.

@junwang-noaa
Copy link
Copy Markdown
Collaborator

junwang-noaa commented Mar 27, 2022

Would you please check if OpnReqTests_control_p8_hera.intel.log and OpnReqTests_control_c96_noaero_p8_hera.intel.log under ufs-weather-model/tests show ORTs ran successfully, if yes, please commit to your ufs-weather-model branch.

After that, please sync with the top of ufs-weather-model develop branch.

@HelinWei-NOAA
Copy link
Copy Markdown
Collaborator Author

HelinWei-NOAA commented Mar 27, 2022

@junwang-noaa I have OpnReqTests_control_p8_hera.intel.log and OpnReqTests_cpld_control_c96_noaero_p8_hera.intel.log. They show ORTS ran successfully. The file name of the second log file is different from what you refer to. Should I do another test for uncoupled runs?

@junwang-noaa
Copy link
Copy Markdown
Collaborator

Sorry, your log file names are correct. Please commit to your branch.
After that, please merge your ufs-weather-model branch with the latest develop branch. Thanks

@HelinWei-NOAA
Copy link
Copy Markdown
Collaborator Author

done

Sorry, your log file names are correct. Please commit to your branch. After that, please merge your ufs-weather-model branch with the latest develop branch. Thanks

Comment thread tests/opnReqTest Outdated
on-behalf-of @ufs-community <brian.curtis@noaa.gov>
@ChunxiZhang-NOAA
Copy link
Copy Markdown
Contributor

@junwang-noaa Brian already passed those two failed tests with the new NoahMP options specified in tests/parm/rap.nml.IN.

@BrianCurtis-NOAA Can you update tests/parm/rap.nml.IN and rerun those two failed cases? Thanks.

@HelinWei-NOAA May I ask what you ask us to do? I saw you updated tests/parm/rap.nml.IN. Also please run RT on hera intel to confirm your code is working before we start RT tests

@HelinWei-NOAA I have the same question: why the rap.nml.IN needs to be updated to the new NoahMP options since rap doesn't use NoahMP?

Just figured out, the RRFS related RTs use rap.nml.IN.

on-behalf-of @ufs-community <brian.curtis@noaa.gov>
on-behalf-of @ufs-community <brian.curtis@noaa.gov>
@BrianCurtis-NOAA
Copy link
Copy Markdown
Collaborator

Automated RT Failure Notification
Machine: gaea
Compiler: intel
Job: BL
[BL] Repo location: /lustre/f2/pdata/ncep/emc.nemspara/autort/pr/875587682/20220329020007/ufs-weather-model
[BL] Baseline creation and move successful
[RT] Repo location: /lustre/f2/pdata/ncep/emc.nemspara/autort/pr/875587682/20220329031428/ufs-weather-model
[RT] Error: Test regional_3km 046 failed in run_test failed
Please make changes and add the following label back: gaea-intel-BL

on-behalf-of @ufs-community <brian.curtis@noaa.gov>
@junwang-noaa
Copy link
Copy Markdown
Collaborator

On gaea, the regional_3km test times out with wall clock 10mins.

@BrianCurtis-NOAA
Copy link
Copy Markdown
Collaborator

Automated RT Failure Notification
Machine: hera
Compiler: gnu
Job: BL
[BL] Repo location: /scratch1/NCEPDEV/nems/emc.nemspara/autort/pr/875587682/20220329021511/ufs-weather-model
Please make changes and add the following label back: hera-gnu-BL

@BrianCurtis-NOAA
Copy link
Copy Markdown
Collaborator

Automated RT Failure Notification
Machine: hera
Compiler: intel
Job: RT
[RT] Repo location: /scratch1/NCEPDEV/nems/emc.nemspara/autort/pr/875587682/20220329120016/ufs-weather-model
[RT] Error: Test cpld_control_p8 001 failed in check_result failed
[RT] Error: Test cpld_control_p8 001 failed in run_test failed
[RT] Error: Test cpld_2threads_p8 002 failed in check_result failed
[RT] Error: Test cpld_2threads_p8 002 failed in run_test failed
[RT] Error: Test cpld_decomp_p8 003 failed in check_result failed
[RT] Error: Test cpld_decomp_p8 003 failed in run_test failed
[RT] Error: Test cpld_mpi_p8 004 failed in check_result failed
[RT] Error: Test cpld_mpi_p8 004 failed in run_test failed
[RT] Error: Test cpld_control_p7_rrtmgp 005 failed in check_result failed
[RT] Error: Test cpld_control_p7_rrtmgp 005 failed in run_test failed
[RT] Error: Test cpld_bmark_p7 006 failed in check_result failed
[RT] Error: Test cpld_bmark_p7 006 failed in run_test failed
[RT] Error: Test cpld_bmark_p8 007 failed in check_result failed
[RT] Error: Test cpld_bmark_p8 007 failed in run_test failed
[RT] Error: Test cpld_control_c96_p8 008 failed in check_result failed
[RT] Error: Test cpld_control_c96_p8 008 failed in run_test failed
[RT] Error: Test cpld_control_c192_p8 010 failed in check_result failed
[RT] Error: Test cpld_control_c192_p8 010 failed in run_test failed
[RT] Error: Test cpld_control_c384_p8 012 failed in check_result failed
[RT] Error: Test cpld_control_c384_p8 012 failed in run_test failed
[RT] Error: Test cpld_debug_p8 014 failed in check_result failed
[RT] Error: Test cpld_debug_p8 014 failed in run_test failed
[RT] Error: Test control 015 failed in check_result failed
[RT] Error: Test control 015 failed in run_test failed
[RT] Error: Test control_decomp 016 failed in check_result failed
[RT] Error: Test control_decomp 016 failed in run_test failed
[RT] Error: Test control_2dwrtdecomp 017 failed in check_result failed
[RT] Error: Test control_2dwrtdecomp 017 failed in run_test failed
[RT] Error: Test control_2threads 018 failed in check_result failed
[RT] Error: Test control_2threads 018 failed in run_test failed
[RT] Error: Test control_fhzero 020 failed in check_result failed
[RT] Error: Test control_fhzero 020 failed in run_test failed
[RT] Error: Test control_CubedSphereGrid 021 failed in check_result failed
[RT] Error: Test control_CubedSphereGrid 021 failed in run_test failed
[RT] Error: Test control_latlon 022 failed in check_result failed
[RT] Error: Test control_latlon 022 failed in run_test failed
[RT] Error: Test control_wrtGauss_netcdf_parallel 023 failed in check_result failed
[RT] Error: Test control_wrtGauss_netcdf_parallel 023 failed in run_test failed
[RT] Error: Test control_c48 024 failed in check_result failed
[RT] Error: Test control_c48 024 failed in run_test failed
[RT] Error: Test control_c192 025 failed in check_result failed
[RT] Error: Test control_c192 025 failed in run_test failed
[RT] Error: Test control_c384 026 failed in check_result failed
[RT] Error: Test control_c384 026 failed in run_test failed
[RT] Error: Test control_c384gdas 027 failed in check_result failed
[RT] Error: Test control_c384gdas 027 failed in run_test failed
[RT] Error: Test control_stochy 028 failed in check_result failed
[RT] Error: Test control_stochy 028 failed in run_test failed
[RT] Error: Test control_lndp 030 failed in check_result failed
[RT] Error: Test control_lndp 030 failed in run_test failed
[RT] Error: Test control_iovr4 031 failed in check_result failed
[RT] Error: Test control_iovr4 031 failed in run_test failed
[RT] Error: Test control_iovr5 032 failed in check_result failed
[RT] Error: Test control_iovr5 032 failed in run_test failed
[RT] Error: Test control_p8 033 failed in check_result failed
[RT] Error: Test control_p8 033 failed in run_test failed
[RT] Error: Test control_decomp_p8 035 failed in check_result failed
[RT] Error: Test control_decomp_p8 035 failed in run_test failed
[RT] Error: Test control_2threads_p8 036 failed in check_result failed
[RT] Error: Test control_2threads_p8 036 failed in run_test failed
[RT] Error: Test control_p7_rrtmgp 037 failed in check_result failed
[RT] Error: Test control_p7_rrtmgp 037 failed in run_test failed
[RT] Error: Test regional_control 038 failed in check_result failed
[RT] Error: Test regional_control 038 failed in run_test failed
[RT] Error: Test regional_control_2dwrtdecomp 040 failed in check_result failed
[RT] Error: Test regional_control_2dwrtdecomp 040 failed in run_test failed
[RT] Error: Test regional_noquilt 041 failed in check_result failed
[RT] Error: Test regional_noquilt 041 failed in run_test failed
[RT] Error: Test regional_2threads 042 failed in check_result failed
[RT] Error: Test regional_2threads 042 failed in run_test failed
[RT] Error: Test regional_hafs 043 failed in check_result failed
[RT] Error: Test regional_hafs 043 failed in run_test failed
[RT] Error: Test regional_netcdf_parallel 044 failed in check_result failed
[RT] Error: Test regional_netcdf_parallel 044 failed in run_test failed
[RT] Error: Test regional_RRTMGP 045 failed in check_result failed
[RT] Error: Test regional_RRTMGP 045 failed in run_test failed
[RT] Error: Test regional_3km 046 failed in check_result failed
[RT] Error: Test regional_3km 046 failed in run_test failed
[RT] Error: Test rap_control 047 failed in check_result failed
[RT] Error: Test rap_control 047 failed in run_test failed
[RT] Error: Test regional_spp_sppt_shum_skeb 048 failed in check_result failed
[RT] Error: Test regional_spp_sppt_shum_skeb 048 failed in run_test failed
[RT] Error: Test rap_2threads 049 failed in check_result failed
[RT] Error: Test rap_2threads 049 failed in run_test failed
[RT] Error: Test rap_sfcdiff 051 failed in check_result failed
[RT] Error: Test rap_sfcdiff 051 failed in run_test failed
[RT] Error: Test hrrr_control 053 failed in check_result failed
[RT] Error: Test hrrr_control 053 failed in run_test failed
[RT] Error: Test rrfs_v1beta 054 failed in check_result failed
[RT] Error: Test rrfs_v1beta 054 failed in run_test failed
[RT] Error: Test rrfs_v1nssl 055 failed in check_result failed
[RT] Error: Test rrfs_v1nssl 055 failed in run_test failed
[RT] Error: Test rrfs_v1nssl_nohailnoccn 056 failed in check_result failed
[RT] Error: Test rrfs_v1nssl_nohailnoccn 056 failed in run_test failed
[RT] Error: Test rrfs_conus13km_hrrr_warm 057 failed in check_result failed
[RT] Error: Test rrfs_conus13km_hrrr_warm 057 failed in run_test failed
[RT] Error: Test rrfs_conus13km_radar_tten_warm 058 failed in check_result failed
[RT] Error: Test rrfs_conus13km_radar_tten_warm 058 failed in run_test failed
[RT] Error: Test control_rrtmgp 059 failed in check_result failed
[RT] Error: Test control_rrtmgp 059 failed in run_test failed
[RT] Error: Test control_rrtmgp_c192 060 failed in check_result failed
[RT] Error: Test control_rrtmgp_c192 060 failed in run_test failed
[RT] Error: Test control_csawmg 061 failed in check_result failed
[RT] Error: Test control_csawmg 061 failed in run_test failed
[RT] Error: Test control_csawmgt 062 failed in check_result failed
[RT] Error: Test control_csawmgt 062 failed in run_test failed
[RT] Error: Test control_flake 063 failed in check_result failed
[RT] Error: Test control_flake 063 failed in run_test failed
[RT] Error: Test control_ras 064 failed in check_result failed
[RT] Error: Test control_ras 064 failed in run_test failed
[RT] Error: Test control_thompson 065 failed in check_result failed
[RT] Error: Test control_thompson 065 failed in run_test failed
[RT] Error: Test control_thompson_no_aero 066 failed in check_result failed
[RT] Error: Test control_thompson_no_aero 066 failed in run_test failed
[RT] Error: Test control_wam 067 failed in check_result failed
[RT] Error: Test control_wam 067 failed in run_test failed
[RT] Error: Test control_debug 068 failed in check_result failed
[RT] Error: Test control_debug 068 failed in run_test failed
[RT] Error: Test control_2threads_debug 069 failed in check_result failed
[RT] Error: Test control_2threads_debug 069 failed in run_test failed
[RT] Error: Test control_CubedSphereGrid_debug 070 failed in check_result failed
[RT] Error: Test control_CubedSphereGrid_debug 070 failed in run_test failed
[RT] Error: Test control_wrtGauss_netcdf_parallel_debug 071 failed in check_result failed
[RT] Error: Test control_wrtGauss_netcdf_parallel_debug 071 failed in run_test failed
[RT] Error: Test control_stochy_debug 072 failed in check_result failed
[RT] Error: Test control_stochy_debug 072 failed in run_test failed
[RT] Error: Test control_lndp_debug 073 failed in check_result failed
[RT] Error: Test control_lndp_debug 073 failed in run_test failed
[RT] Error: Test control_rrtmgp_debug 074 failed in check_result failed
[RT] Error: Test control_rrtmgp_debug 074 failed in run_test failed
[RT] Error: Test control_csawmg_debug 075 failed in check_result failed
[RT] Error: Test control_csawmg_debug 075 failed in run_test failed
[RT] Error: Test control_csawmgt_debug 076 failed in check_result failed
[RT] Error: Test control_csawmgt_debug 076 failed in run_test failed
[RT] Error: Test control_ras_debug 077 failed in check_result failed
[RT] Error: Test control_ras_debug 077 failed in run_test failed
[RT] Error: Test control_diag_debug 078 failed in check_result failed
[RT] Error: Test control_diag_debug 078 failed in run_test failed
[RT] Error: Test control_debug_p8 079 failed in check_result failed
[RT] Error: Test control_debug_p8 079 failed in run_test failed
[RT] Error: Test control_thompson_debug 080 failed in check_result failed
[RT] Error: Test control_thompson_debug 080 failed in run_test failed
[RT] Error: Test control_thompson_no_aero_debug 081 failed in check_result failed
[RT] Error: Test control_thompson_no_aero_debug 081 failed in run_test failed
[RT] Error: Test control_thompson_extdiag_debug 082 failed in check_result failed
[RT] Error: Test control_thompson_extdiag_debug 082 failed in run_test failed
[RT] Error: Test control_thompson_progcld_thompson_debug 083 failed in check_result failed
[RT] Error: Test control_thompson_progcld_thompson_debug 083 failed in run_test failed
[RT] Error: Test regional_debug 084 failed in check_result failed
[RT] Error: Test regional_debug 084 failed in run_test failed
[RT] Error: Test rap_control_debug 085 failed in check_result failed
[RT] Error: Test rap_control_debug 085 failed in run_test failed
[RT] Error: Test rap_unified_drag_suite_debug 086 failed in check_result failed
[RT] Error: Test rap_unified_drag_suite_debug 086 failed in run_test failed
[RT] Error: Test rap_diag_debug 087 failed in check_result failed
[RT] Error: Test rap_diag_debug 087 failed in run_test failed
[RT] Error: Test rap_cires_ugwp_debug 088 failed in check_result failed
[RT] Error: Test rap_cires_ugwp_debug 088 failed in run_test failed
[RT] Error: Test rap_unified_ugwp_debug 089 failed in check_result failed
[RT] Error: Test rap_unified_ugwp_debug 089 failed in run_test failed
[RT] Error: Test rap_lndp_debug 090 failed in check_result failed
[RT] Error: Test rap_lndp_debug 090 failed in run_test failed
[RT] Error: Test rap_flake_debug 091 failed in check_result failed
[RT] Error: Test rap_flake_debug 091 failed in run_test failed
[RT] Error: Test rap_progcld_thompson_debug 092 failed in check_result failed
[RT] Error: Test rap_progcld_thompson_debug 092 failed in run_test failed
[RT] Error: Test rap_noah_debug 093 failed in check_result failed
[RT] Error: Test rap_noah_debug 093 failed in run_test failed
[RT] Error: Test rap_rrtmgp_debug 094 failed in check_result failed
[RT] Error: Test rap_rrtmgp_debug 094 failed in run_test failed
[RT] Error: Test rap_sfcdiff_debug 095 failed in check_result failed
[RT] Error: Test rap_sfcdiff_debug 095 failed in run_test failed
[RT] Error: Test rap_noah_sfcdiff_cires_ugwp_debug 096 failed in check_result failed
[RT] Error: Test rap_noah_sfcdiff_cires_ugwp_debug 096 failed in run_test failed
[RT] Error: Test rrfs_v1beta_debug 097 failed in check_result failed
[RT] Error: Test rrfs_v1beta_debug 097 failed in run_test failed
[RT] Error: Test control_wam_debug 098 failed in check_result failed
[RT] Error: Test control_wam_debug 098 failed in run_test failed
[RT] Error: Test hafs_regional_atm 099 failed in check_result failed
[RT] Error: Test hafs_regional_atm 099 failed in run_test failed
[RT] Error: Test hafs_regional_atm_thompson_gfdlsf 100 failed in check_result failed
[RT] Error: Test hafs_regional_atm_thompson_gfdlsf 100 failed in run_test failed
[RT] Error: Test hafs_regional_atm_ocn 101 failed in check_result failed
[RT] Error: Test hafs_regional_atm_ocn 101 failed in run_test failed
[RT] Error: Test hafs_regional_atm_ocn_wav 103 failed in check_result failed
[RT] Error: Test hafs_regional_atm_ocn_wav 103 failed in run_test failed
[RT] Error: Test hafs_regional_1nest_atm 104 failed in check_result failed
[RT] Error: Test hafs_regional_1nest_atm 104 failed in run_test failed
[RT] Error: Test hafs_regional_telescopic_2nests_atm 105 failed in check_result failed
[RT] Error: Test hafs_regional_telescopic_2nests_atm 105 failed in run_test failed
[RT] Error: Test hafs_global_1nest_atm 106 failed in check_result failed
[RT] Error: Test hafs_global_1nest_atm 106 failed in run_test failed
[RT] Error: Test hafs_global_multiple_4nests_atm 107 failed in check_result failed
[RT] Error: Test hafs_global_multiple_4nests_atm 107 failed in run_test failed
[RT] Error: Test hafs_regional_docn 108 failed in check_result failed
[RT] Error: Test hafs_regional_docn 108 failed in run_test failed
[RT] Error: Test hafs_regional_docn_oisst 109 failed in check_result failed
[RT] Error: Test hafs_regional_docn_oisst 109 failed in run_test failed
[RT] Error: Test hafs_regional_datm_cdeps 110 failed in check_result failed
[RT] Error: Test hafs_regional_datm_cdeps 110 failed in run_test failed
[RT] Error: Test datm_cdeps_control_cfsr 111 failed in check_result failed
[RT] Error: Test datm_cdeps_control_cfsr 111 failed in run_test failed
[RT] Error: Test datm_cdeps_control_gefs 113 failed in check_result failed
[RT] Error: Test datm_cdeps_control_gefs 113 failed in run_test failed
[RT] Error: Test datm_cdeps_iau_gefs 114 failed in check_result failed
[RT] Error: Test datm_cdeps_iau_gefs 114 failed in run_test failed
[RT] Error: Test datm_cdeps_stochy_gefs 115 failed in check_result failed
[RT] Error: Test datm_cdeps_stochy_gefs 115 failed in run_test failed
[RT] Error: Test datm_cdeps_bulk_cfsr 116 failed in check_result failed
[RT] Error: Test datm_cdeps_bulk_cfsr 116 failed in run_test failed
[RT] Error: Test datm_cdeps_bulk_gefs 117 failed in check_result failed
[RT] Error: Test datm_cdeps_bulk_gefs 117 failed in run_test failed
[RT] Error: Test datm_cdeps_mx025_cfsr 118 failed in check_result failed
[RT] Error: Test datm_cdeps_mx025_cfsr 118 failed in run_test failed
[RT] Error: Test datm_cdeps_mx025_gefs 119 failed in check_result failed
[RT] Error: Test datm_cdeps_mx025_gefs 119 failed in run_test failed
[RT] Error: Test datm_cdeps_multiple_files_cfsr 120 failed in check_result failed
[RT] Error: Test datm_cdeps_multiple_files_cfsr 120 failed in run_test failed
[RT] Error: Test datm_cdeps_3072x1536_cfsr 121 failed in check_result failed
[RT] Error: Test datm_cdeps_3072x1536_cfsr 121 failed in run_test failed
[RT] Error: Test datm_cdeps_gfs 122 failed in check_result failed
[RT] Error: Test datm_cdeps_gfs 122 failed in run_test failed
[RT] Error: Test datm_cdeps_debug_cfsr 123 failed in check_result failed
[RT] Error: Test datm_cdeps_debug_cfsr 123 failed in run_test failed
[RT] Error: Test control_atmwav 124 failed in check_result failed
[RT] Error: Test control_atmwav 124 failed in run_test failed
[RT] Error: Test control_c384gdas_wav 125 failed in check_result failed
[RT] Error: Test control_c384gdas_wav 125 failed in run_test failed
[RT] Error: Test control_atm_aerosols 126 failed in check_result failed
[RT] Error: Test control_atm_aerosols 126 failed in run_test failed
Please make changes and add the following label back: hera-intel-RT

@junwang-noaa
Copy link
Copy Markdown
Collaborator

junwang-noaa commented Mar 29, 2022

The baseline was not moved to emc.nemspara location on hera

@junwang-noaa
Copy link
Copy Markdown
Collaborator

@HelinWei-NOAA The wcoss dell/cray log files are on hera at: /scratch1/NCEPDEV/stmp2/Jun.Wang/wcosslog/., please commit to your branch. Thanks

@junwang-noaa
Copy link
Copy Markdown
Collaborator

@HelinWei-NOAA @ChunxiZhang-NOAA @grantfirl We have disk space issue on hera. A ticket was submitted to hera helpdesk.
We will move on to commit the PR. @grantfirl can you commit CCPP PR? Thanks

@junwang-noaa
Copy link
Copy Markdown
Collaborator

@HelinWei-NOAA Your fv3 PR was merged, please update fv3 submodule to noaa-emc fv3 repo develop branch in your ufs-weather-model branch, fv3 revision: d86aba4. Please make sure your fv3 branch points to correct revision

@junwang-noaa junwang-noaa merged commit 8ce7e18 into ufs-community:develop Mar 29, 2022
@BrianCurtis-NOAA
Copy link
Copy Markdown
Collaborator

Automated RT Failure Notification
Machine: hera
Compiler: intel
Job: BL
[BL] Repo location: /scratch1/NCEPDEV/nems/emc.nemspara/autort/pr/875587682/20220329020206/ufs-weather-model
Please make changes and add the following label back: hera-intel-BL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Baseline Updates Current baselines will be updated.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants