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


Ignore:
Timestamp:
Dec 3, 2018 3:46:02 PM (6 years ago)
Author:
schwenkel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/tec/radiation

    v45 v46  
    1991994. 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)
    200200{{{
    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
     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
    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]