Changeset 3579 for palm/trunk/SOURCE/check_parameters.f90
- Timestamp:
- Nov 29, 2018 3:32:39 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/check_parameters.f90
r3575 r3579 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Call nesting_offl_check_parameters 28 ! 29 ! 3575 2018-11-28 15:06:32Z kanani 27 30 ! Bugfix for output time levels in parallel NetCDF output with spinup 28 31 ! … … 777 780 ONLY: damp_level_1d, damp_level_ind_1d 778 781 782 USE nesting_offl_mod, & 783 ONLY: nesting_offl_check_parameters 784 779 785 USE netcdf_data_input_mod, & 780 786 ONLY: init_model, input_pids_static, netcdf_data_input_check_dynamic, & … … 1525 1531 CALL lsf_nudging_check_parameters 1526 1532 IF ( land_surface ) CALL lsm_check_parameters 1533 IF ( nesting_offline ) CALL nesting_offl_check_parameters 1527 1534 IF ( ocean_mode ) CALL ocean_check_parameters 1528 1535 IF ( plant_canopy ) CALL pcm_check_parameters
Note: See TracChangeset
for help on using the changeset viewer.