Changes between Version 8 and Version 9 of doc/tec/radiation


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

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/tec/radiation

    v8 v9  
    3232
    3333
    34 3. Execute [source:palm/trunk/LIB/rrtmg/install_rrtmg install_rrtmg] with option "-p", which defines the path where the library shall be installed. E.g.:
     343. Execute [source:palm/trunk/LIB/rrtmg/install_rrtmg install_rrtmg] with option "-p", which defines the path where the library shall be installed, e.g.:
    3535{{{
    3636install_rrtmg -p $HOME/lib/rrtmg
    3737}}}
    3838
    39 4. Open your .mrun.config file and add {{{-D__rrtmg}}} to {{{%cpp_options}}} of the host where PALM/RRTMG shall be used.
     394. 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 lccrayh)
     40{{{
     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
     43}}}
     44   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]
     45
    4046
    4147   Also add the following line to the list of input files:
     
    4652}}}
    4753
    48 5. Recompile PALM for the respective host.
     545. Recompile PALM for the respective host. The RRTMG library will be included either as static or shared library.