54 | | 5. Recompile PALM for the respective host. The RRTMG library will be included either as static or shared library. |
| 54 | 5. Recompile PALM for the respective host. The RRTMG library will be included either as static or shared library, depending on your configuration. |
| 55 | |
| 56 | |
| 57 | === Job preparation === |
| 58 | RRTMG requires various vertical profile data that must be provided in the INPUT directory of the job and labeled with underscore _rsw and _rlw, respectively. The required data format is NetCDF. Standard profiles are shipped with the RRTMG library and are located under [source:palm/trunk/LIB/rrtmg/data trunk/LIB/rrtmg/data]. Additionally, the user can overwrite the standard trace gas profiles by adding a third NetCDF file labelled as _rsnd that must follow the same data structure as the standard files. The INPUT directory should then contain at least the following files: |
| 59 | {{{ |
| 60 | jobname_p3d |
| 61 | jobname_rlw (e.g. a copy of rrtmg_lw.nc) |
| 62 | jobname_rsw (e.g. a copy of rrtmg_sw.nc) |
| 63 | }}} |
| 64 | and optionally |
| 65 | {{{ |
| 66 | jobname_rsnd (trace gas sounding data provided by the user) |
| 67 | }}} |