Changeset 3854 for palm/trunk/SOURCE


Ignore:
Timestamp:
Apr 2, 2019 4:59:33 PM (5 years ago)
Author:
suehring
Message:

typo and print statement removed

Location:
palm/trunk/SOURCE
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/netcdf_data_input_mod.f90

    r3844 r3854  
    2020! Current revisions:
    2121! -----------------
    22 !
     22! Typo removed
    2323!
    2424! Former revisions:
     
    27082708          IF ( buildings_f%from_file  .AND.                                    &
    27092709               .NOT. building_id_f%from_file )  THEN
    2710              message_string = 'If building heigths are prescribed in ' //      &
     2710             message_string = 'If building heights are prescribed in ' //      &
    27112711                              'static input file, also an ID is required.'
    27122712             CALL message( 'netcdf_data_input_mod', 'PA0542', 1, 2, 0, 6, 0 )
  • palm/trunk/SOURCE/virtual_measurement_mod.f90

    r3833 r3854  
    2020! Current revisions:
    2121! -----------------
    22 !
     22! Remove print statement
    2323!
    2424! Former revisions:
    2525! -----------------
    2626! $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
    2829!
    2930! 3766 2019-02-26 16:23:41Z raasch
     
    979980                    WRITE ( 27 )  'total number of soil points       '                               
    980981                    WRITE ( 27 )  vmea(l)%ns_soil_tot
    981                     print*, "vmea(l)%ns_soil_tot", vmea(l)%ns_soil_tot
    982982                    WRITE ( 27 )  'number of soil points             '
    983983                    WRITE ( 27 )  vmea(l)%ns_soil
Note: See TracChangeset for help on using the changeset viewer.