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_namelist_files.f90

    r818 r845  
    44! Current revisions:
    55! -----------------
    6 !
     6! Added call to init_cloud_physics
    77!
    88! Former revisions:
     
    4848    CALL init_grid
    4949
    50 
     50!
    5151!-- Check control parameters and deduce further quantities   
    5252    CALL check_parameters
    5353
    54 
     54!
     55!-- Check absolute temperature and pressure. Delete this call in case that
     56!-- init_3d_model is compiled for the parameter file check
     57    CALL init_cloud_physics
    5558
    5659 END PROGRAM check_namelist_files
Note: See TracChangeset for help on using the changeset viewer.