Changeset 927 for palm/trunk/SOURCE/header.f90
- Timestamp:
- Jun 6, 2012 7:15:04 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/header.f90
r869 r927 4 4 ! Current revisions: 5 5 ! ----------------- 6 ! 6 ! output of masking_method for mg-solver 7 7 ! 8 8 ! Former revisions: … … 270 270 nzt_mg(1) 271 271 ENDIF 272 IF ( masking_method ) WRITE ( io, 144 ) 272 273 ENDIF 273 274 IF ( call_psolver_at_all_substeps .AND. timestep_scheme(1:5) == 'runge' ) & … … 1701 1702 143 FORMAT (' Euler/upstream scheme is used for the SGS turbulent ', & 1702 1703 'kinetic energy') 1704 144 FORMAT (' masking method is used') 1703 1705 150 FORMAT (' --> Volume flow at the right and north boundary will be ', & 1704 1706 'conserved'/ &
Note: See TracChangeset
for help on using the changeset viewer.