Ignore:
Timestamp:
Mar 7, 2012 10:23:05 AM (12 years ago)
Author:
maronga
Message:

Bugfixes for namelist file check

File:
1 edited

Legend:

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

    r829 r845  
    44! Current revisions:
    55! -----------------
    6 !
     6! Bugfix: exclude __netcdf4 directive part from namelist file check compilation
    77!
    88! Former revisions:
     
    231231#if defined( __parallel )
    232232
    233 #if defined( __check )
    234 
    235233!
    236234!--    NOTE: coupled runs have not been implemented in the check_namelist_files
     
    238236!--    check_namelist_files will need the following information of the other
    239237!--    model (atmosphere/ocean).
    240        dt_coupling = remote
    241        dt_max = remote
    242        restart_time = remote
    243        dt_restart= remote
    244        simulation_time_since_reference = remote
    245        dx = remote
    246 
    247 #endif
     238!       dt_coupling = remote
     239!       dt_max = remote
     240!       restart_time = remote
     241!       dt_restart= remote
     242!       simulation_time_since_reference = remote
     243!       dx = remote
     244
    248245
    249246#if ! defined( __check )
     
    29872984!-- Check the NetCDF data format
    29882985    IF ( netcdf_data_format > 2 )  THEN
    2989 #if defined( __netcdf4 )
     2986#if defined( __netcdf4 ) && ! defined ( __check )
    29902987       CONTINUE
    29912988#else
Note: See TracChangeset for help on using the changeset viewer.