Run with land surface model and coupled to the RRTMG radiation model

When using the land surface model (LSM) in combination with the RRTMG radiation scheme, at least two additional NetCDF files are required in the INPUT directory with suffixes _rlw (longwave radiation) and _rsw (shortwave radiation). They have to be placed in the INPUT directory on the host where the simulation will run. The layout of the data files must be equal to the standard files provided by RRTMG (see here). A sounding file for trace gas data can be added optionally, having the suffic _rsnd. For this example run, simply copy the two files from here to your INPUT directory and rename them as described above.

Before you proceed, make sure you have installed the RRTMG library as external library and you have re-compiled PALM afterwards. An installation manual can be found here.

In addition, the palmrun IO file .palm.iofiles has to be extended as follows

...
#----------------------------------------------------------------------------
# List of input-files
#----------------------------------------------------------------------------
...
RRTMG_LW              inopt:tr     d3#:d3r  $base_data/$run_identifier/INPUT    _rlw
RRTMG_SW              inopt:tr     d3#:d3r  $base_data/$run_identifier/INPUT    _rsw
RAD_SND_DATA          inopt:tr     d3#:d3r  $base_data/$run_identifier/INPUT    _rsnd
...

With the attached parameter file example_lsm_rrtmg_p3d a simulation with LSM and RRTMG can be performed. The setup requires about 1.5h of time on a quad-core processor with 4x2.66Ghz.

Last modified 3 years ago Last modified on Jan 26, 2021 8:26:47 AM

Attachments (1)

Download all attachments as: .zip