Back to home page

darwin3

 
 

    


File indexing completed on 2024-12-17 18:37:59 UTC

view on githubraw file Latest commit b55e95f1 on 2018-09-19 15:37:37 UTC
b55e95f1ff Oliv*0001 #ifndef RADTRANS_OPTIONS_H
                0002 #define RADTRANS_OPTIONS_H
                0003 #include "PACKAGES_CONFIG.h"
                0004 #ifdef ALLOW_RADTRANS
                0005 
                0006 #include "CPP_OPTIONS.h"
                0007 
                0008 CBOP
                0009 C    !ROUTINE: RADTRANS_OPTIONS.h
                0010 C    !INTERFACE:
                0011 
                0012 C    !DESCRIPTION:
                0013 C options for radtrans package
                0014 CEOP
                0015 
                0016 C fill diagnostics for radiative transfer solution parameters
                0017 #undef  RADTRANS_DIAG_SOLUTION
                0018 
                0019 #endif /* ALLOW_RADTRANS */
                0020 #endif /* RADTRANS_OPTIONS_H */
                0021