- Timestamp:
- Apr 2, 2019 4:59:33 PM (6 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/netcdf_data_input_mod.f90
r3844 r3854 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! 22 ! Typo removed 23 23 ! 24 24 ! Former revisions: … … 2708 2708 IF ( buildings_f%from_file .AND. & 2709 2709 .NOT. building_id_f%from_file ) THEN 2710 message_string = 'If building heig ths are prescribed in ' // &2710 message_string = 'If building heights are prescribed in ' // & 2711 2711 'static input file, also an ID is required.' 2712 2712 CALL message( 'netcdf_data_input_mod', 'PA0542', 1, 2, 0, 6, 0 ) -
palm/trunk/SOURCE/virtual_measurement_mod.f90
r3833 r3854 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! 22 ! Remove print statement 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! renamed nvar to nmeas, replaced USE chem_modules by USE chem_gasphase_mod and nspec by nvar 27 ! renamed nvar to nmeas, replaced USE chem_modules by USE chem_gasphase_mod and 28 ! nspec by nvar 28 29 ! 29 30 ! 3766 2019-02-26 16:23:41Z raasch … … 979 980 WRITE ( 27 ) 'total number of soil points ' 980 981 WRITE ( 27 ) vmea(l)%ns_soil_tot 981 print*, "vmea(l)%ns_soil_tot", vmea(l)%ns_soil_tot982 982 WRITE ( 27 ) 'number of soil points ' 983 983 WRITE ( 27 ) vmea(l)%ns_soil
Note: See TracChangeset
for help on using the changeset viewer.