Changes between Version 16 and Version 17 of doc/tec/radiation


Ignore:
Timestamp:
May 4, 2015 2:50:42 PM (10 years ago)
Author:
maronga
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/tec/radiation

    v16 v17  
    39394. Open your .mrun.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)
    4040{{{
    41 %fopts  -fpe0:-O3:-cpp:-fp-model:source:-ftz:-fno-alias:-no-prec-div:-no-prec-sqrt:-ip:-nbs:-diag-disable:8290,8291:-I:/home/user/lib/rrtmg/shared/include lcmuk parallel rrtmg
    42 %lopts  -fpe0:-O3:-cpp:-fp-model:source:-ftz:-fno-alias:-no-prec-div:-no-prec-sqrt:-ip:-nbs:-diag-disable:8290,8291:-L/home/user/lib/rrtmg/shared/lib:-lrrtmg lcmuk parallel rrtmg
     41%fopts  -fpe0:-O3:-cpp:-fp-model:source:-I:/home/user/lib/rrtmg/shared/include lcmuk parallel rrtmg
     42%lopts  -fpe0:-O3:-cpp:-fp-model:source:-L/home/user/lib/rrtmg/shared/lib:-lrrtmg lcmuk parallel rrtmg
    4343}}}
    4444   when a shared RRTMG library was installed under /home/user/lib/rrtmg. A template file including hosts lcmuk and lccrayh/lccrayb are available [http://palm.muk.uni-hannover.de/browser/palm/trunk/SCRIPTS/.mrun.config.imuk_hlrnIII_rrtmg here]