Changeset 1311


Ignore:
Timestamp:
Mar 14, 2014 12:13:39 PM (10 years ago)
Author:
heinze
Message:

Bugfixes: forgotten dependency and #if clause not closed

Location:
palm/trunk/SOURCE
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/Makefile

    r1310 r1311  
    2020# Current revisions:
    2121# ------------------
    22 #
     22# bugfix: buoyancy dependency added to nudging
    2323#
    2424# Former revisions:
     
    315315modules.o: modules.f90
    316316netcdf.o: modules.o
    317 nudging.o: modules.o
     317nudging.o: modules.o buoyancy.o
    318318package_parin.o: modules.o
    319319palm.o: modules.o ls_forcing.o nudging.o
  • palm/trunk/SOURCE/data_output_2d.f90

    r1310 r1311  
    2020! Current revisions:
    2121! -----------------
    22 !
     22! bugfix: close #if defined( __netcdf )
    2323!
    2424! Former revisions:
     
    17661766
    17671767          ENDIF
    1768 
     1768#endif
    17691769       ENDIF
    17701770
Note: See TracChangeset for help on using the changeset viewer.