Ignore:
Timestamp:
Nov 29, 2018 3:32:39 PM (6 years ago)
Author:
suehring
Message:

Bugfix in initialization of synthetic turbulence generator and calculation of turbulence scaling parameters in case of topography; checks for synthetic turbulence generator and offline nesting added

File:
1 edited

Legend:

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

    r3575 r3579  
    2525! -----------------
    2626! $Id$
     27! Call nesting_offl_check_parameters
     28!
     29! 3575 2018-11-28 15:06:32Z kanani
    2730! Bugfix for output time levels in parallel NetCDF output with spinup
    2831!
     
    777780        ONLY:  damp_level_1d, damp_level_ind_1d
    778781
     782    USE nesting_offl_mod,                                                      &
     783        ONLY:  nesting_offl_check_parameters
     784       
    779785    USE netcdf_data_input_mod,                                                 &
    780786        ONLY:  init_model, input_pids_static, netcdf_data_input_check_dynamic, &
     
    15251531                                CALL lsf_nudging_check_parameters
    15261532    IF ( land_surface )         CALL lsm_check_parameters
     1533    IF ( nesting_offline )      CALL nesting_offl_check_parameters   
    15271534    IF ( ocean_mode )           CALL ocean_check_parameters
    15281535    IF ( plant_canopy )         CALL pcm_check_parameters
Note: See TracChangeset for help on using the changeset viewer.