UFS-dev PR#305#1168
Conversation
…nterface changes.
… into feature/rte-rrtmgp-v1.8
… into feature/rte-rrtmgp-v1.8
…-physics into feature/rte-rrtmgp-v1.8
|
Note: I'm getting the following runtime error on my Mac when trying to run any suite with RRTMGP:
|
|
@scrasmussen @hertneky @climbfuji It looks like the issue above is that data that RRTMGP needs is no longer found in the repo that is cloned for rte-rrtmgp. It is now in https://github.com/earth-system-radiation/rrtmgp-data. If I manually download the data as follows: and put these files in locations spelled out in the physics namelists, the code runs. I think that we need to talk to @dustinswales to understand what to do with this data. I honestly don't know how ufs-community/ufs-weather-model#2823 passed RTs since the SCM exits with the runtime error above without these files. We could set up a script like for the Thompson data to grab the RRTMGP data files and stage them somewhere in the ccpp-scm directory, but I'll let him chime in first after the shutdown ends. |
| call mpi_bcast(radliq_facLW, 1, MPI_DOUBLE_PRECISION, mpiroot, mpicomm, mpierr) | ||
| call mpi_bcast(radice_facLW, 1, MPI_DOUBLE_PRECISION, mpiroot, mpicomm, mpierr) | ||
| #ifdef RTE_USE_SP | ||
| call mpi_bcast(radliq_lwrLW, 1, MPI_REAL, mpiroot, mpicomm, mpierr) |
There was a problem hiding this comment.
We should be using the ccpp mpi utilities for this imo ...
There was a problem hiding this comment.
Not within the scope of this PR
Description of Changes:
Identical to ufs-community#305; updates RRTMGP to v1.8
Tests Conducted:
SCM RTs
Dependencies:
None
Documentation:
N/A
Issue (optional):
N/A
Contributors (optional):
@dustinswales