Ignore:
Timestamp:
Jun 29, 2015 10:43:37 AM (9 years ago)
Author:
maronga
Message:

bugfix: compilation of radiation_model.f90 without netcdf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/radiation_model.f90

    r1591 r1606  
    2020! Current revisions:
    2121! -----------------
    22 !
     22! Added preprocessor directive __netcdf to allow for compiling without netCDF.
     23! Note, however, that RRTMG cannot be used without netCDF.
    2324!
    2425! Former revisions:
     
    8182    USE kinds
    8283
     84#if defined ( __netcdf )
    8385    USE netcdf
     86#endif
    8487
    8588    USE netcdf_control,                                                        &
     
    896899    END SUBROUTINE calc_zenith
    897900
    898 #if defined ( __rrtmg )
     901#if defined ( __rrtmg ) && defined ( __netcdf )
    899902!------------------------------------------------------------------------------!
    900903! Description:
Note: See TracChangeset for help on using the changeset viewer.