Changeset 2776 for palm/trunk/SOURCE/read_var_list.f90
- Timestamp:
- Jan 31, 2018 10:44:42 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/read_var_list.f90
r2718 r2776 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Change skip_var_list: Skipping of module related parameter is only necessary 28 ! if restart data was outputted at the end of the precursor run 29 ! 30 ! 2718 2018-01-02 08:49:38Z maronga 27 31 ! Corrected "Former revisions" section 28 32 ! … … 1094 1098 1095 1099 USE control_parameters, & 1096 ONLY: wind_turbine, virtual_flight, synthetic_turbulence_generator 1100 ONLY: wind_turbine, wind_turbine_prerun, virtual_flight, & 1101 virtual_flight_prerun, syn_turb_gen, syn_turb_gen_prerun 1097 1102 1098 1103 USE wind_turbine_model_mod, & … … 1128 1133 !-- In case of virtual flights, skip also variables related to 1129 1134 !-- this module. 1130 IF ( wind_turbine ) CALL wtm_skip_var_list1135 IF ( wind_turbine_prerun ) CALL wtm_skip_var_list 1131 1136 1132 1137 ! 1133 1138 !-- In case of virtual flights, skip also variables related to 1134 1139 !-- this module. 1135 IF ( virtual_flight 1140 IF ( virtual_flight_prerun) CALL flight_skip_var_list 1136 1141 1137 1142 ! 1138 1143 !-- In case of virtual flights, skip also variables related to 1139 1144 !-- this module. 1140 IF ( syn thetic_turbulence_generator) CALL stg_skip_var_list1145 IF ( syn_turb_gen_prerun ) CALL stg_skip_var_list 1141 1146 1142 1147
Note: See TracChangeset
for help on using the changeset viewer.