- Timestamp:
- Jun 29, 2015 10:44:15 AM (9 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/check_parameters.f90
r1606 r1607 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Added check for use of RRTMG without netCDF.22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 1606 2015-06-29 10:43:37Z maronga 29 ! Added check for use of RRTMG without netCDF. 30 ! 28 31 ! 1587 2015-05-04 14:19:01Z maronga 29 32 ! Added check for set of albedos when using RRTMG -
palm/trunk/SOURCE/radiation_model.f90
r1606 r1607 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Added preprocessor directive __netcdf to allow for compiling without netCDF. 23 ! Note, however, that RRTMG cannot be used without netCDF. 22 ! 24 23 ! 25 24 ! Former revisions: … … 27 26 ! $Id$ 28 27 ! 28 ! 1606 2015-06-29 10:43:37Z maronga 29 ! Added preprocessor directive __netcdf to allow for compiling without netCDF. 30 ! Note, however, that RRTMG cannot be used without netCDF. 31 ! 29 32 ! 1590 2015-05-08 13:56:27Z maronga 30 33 ! Bugfix: definition of character strings requires same length for all elements
Note: See TracChangeset
for help on using the changeset viewer.