Changes between Version 46 and Version 47 of doc/tec/radiation


Ignore:
Timestamp:
Jan 23, 2019 5:03:33 PM (6 years ago)
Author:
scharf
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/tec/radiation

    v46 v47  
    197197}}}
    198198
    199 4. Open your .palm.config file and add {{{-D__rrtmg}}} to {{{%cpp_options}}} of the host where PALM/RRTMG shall be used. Moreover, add the path to the library to {{{%fopts}}} and {{{%lopts}}}, e.g. (here for lcmuk)
    200 {{{
    201 %fopts  -fpe0 -O3 -cpp -fp-model source -I /home/user/lib/rrtmg/shared/include lcmuk parallel rrtmg
    202 %lopts  -fpe0 -O3 -cpp -fp-model source -L/home/user/lib/rrtmg/shared/lib -lrrtmg lcmuk parallel rrtmg
     1994. Open your .palm.config file and add {{{-D__rrtmg}}} to {{{%cpp_options}}} of the host where PALM/RRTMG shall be used. Moreover, add the path to the library to {{{%compiler_options}}} and {{{%linker_options}}}, e.g.
     200{{{
     201%compiler_options <...> -I /home/user/lib/rrtmg/shared/include
     202%linker_options   <...> -L/home/user/lib/rrtmg/shared/lib -lrrtmg
    203203}}}
    204204   when a shared RRTMG library was installed under "/home/user/lib/rrtmg/shared". A template file for host crayb is available [http://palm.muk.uni-hannover.de/browser/palm/trunk/SCRIPTS/.palm.config.crayb here]