Changeset 3347 for palm/trunk/SOURCE/netcdf_data_input_mod.f90
- Timestamp:
- Oct 15, 2018 2:21:08 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/netcdf_data_input_mod.f90
r3337 r3347 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Subroutine renamed 28 ! 29 ! 3257 2018-09-17 17:11:46Z suehring 27 30 ! (from branch resler) 28 31 ! Formatting … … 678 681 END INTERFACE netcdf_data_input_init_lsm 679 682 680 INTERFACE netcdf_data_input_ lsf681 MODULE PROCEDURE netcdf_data_input_ lsf682 END INTERFACE netcdf_data_input_ lsf683 INTERFACE netcdf_data_input_offline_nesting 684 MODULE PROCEDURE netcdf_data_input_offline_nesting 685 END INTERFACE netcdf_data_input_offline_nesting 683 686 684 687 INTERFACE netcdf_data_input_surface_data … … 735 738 netcdf_data_input_init, netcdf_data_input_init_lsm, & 736 739 netcdf_data_input_init_3d, & 737 netcdf_data_input_interpolate, netcdf_data_input_ lsf,&740 netcdf_data_input_interpolate, netcdf_data_input_offline_nesting, & 738 741 netcdf_data_input_surface_data, netcdf_data_input_topo 739 742 … … 3078 3081 !> (COSMO) by Inifor. 3079 3082 !------------------------------------------------------------------------------! 3080 SUBROUTINE netcdf_data_input_ lsf3083 SUBROUTINE netcdf_data_input_offline_nesting 3081 3084 3082 3085 USE control_parameters, & … … 3157 3160 ! 3158 3161 !-- Obtain time index for current input starting at 0. 3159 !-- @todo: At the moment time, inINIFOR and simulated time correspond3162 !-- @todo: At the moment INIFOR and simulated time correspond 3160 3163 !-- to each other. If required, adjust to daytime. 3161 3164 nest_offl%tind = MINLOC( ABS( nest_offl%time - & … … 3348 3351 CALL cpu_log( log_point_s(86), 'NetCDF input forcing', 'stop' ) 3349 3352 3350 END SUBROUTINE netcdf_data_input_ lsf3353 END SUBROUTINE netcdf_data_input_offline_nesting 3351 3354 3352 3355
Note: See TracChangeset
for help on using the changeset viewer.