Changeset 1239 for palm/trunk/SOURCE/palm.f90
- Timestamp:
- Oct 29, 2013 10:11:53 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/palm.f90
r1222 r1239 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! 22 ! initialization of nudging and large scale forcing from external file 23 23 ! 24 24 ! Former revisions: … … 110 110 USE indices 111 111 USE interfaces 112 USE ls_forcing_mod 112 113 USE model_1d 114 USE nudge_mod 113 115 USE particle_attributes 114 116 USE pegrid … … 217 219 218 220 ! 221 !-- Initialize Nudging if required 222 IF ( nudging ) THEN 223 CALL init_nudge 224 ENDIF 225 226 ! 227 !-- Initialize reading of large scale forcing from external file - if required 228 IF ( large_scale_forcing ) THEN 229 CALL init_ls_forcing 230 ENDIF 231 232 ! 219 233 !-- Check control parameters and deduce further quantities 220 234 CALL check_parameters 221 222 235 223 236 !
Note: See TracChangeset
for help on using the changeset viewer.