Ignore:
Timestamp:
Jan 29, 2018 1:10:35 PM (6 years ago)
Author:
suehring
Message:

Enable initialization via inifor without running land-surface model; small bugfix in chemistry model string treatment

File:
1 edited

Legend:

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

    r2768 r2772  
    2727! -----------------
    2828! $Id$
     29! Bugfix in string handling
     30!
     31! 2768 2018-01-24 15:38:29Z kanani
    2932! Shorten lines to maximum length of 132 characters
    3033!
     
    816819
    817820            IF(myid == 0)  THEN
    818                WRITE(6,'(a,3x,a,3x,a,e12.4)')  '   Species:     ',chem_species(lsp)%name(1:7),' &
    819                                         Initial Value = ',chem_species(lsp)%conc(nzb,nysg,nxlg)
     821               WRITE(6,'(a,3x,a,3x,a,e12.4)')  '   Species:     ',chem_species(lsp)%name(1:7), &
     822                                        'Initial Value = ',chem_species(lsp)%conc(nzb,nysg,nxlg)
    820823            ENDIF
    821824         ENDDO
     
    12411244       DO lsp=1,nspec
    12421245          IF (TRIM(spec_name) == TRIM(chem_species(lsp)%name))   THEN
    1243              IF(myid == 0 .AND. chem_debug0 )  WRITE(6,*) 'Output of species ',TRIM(variable),'  &
    1244                                                           ',TRIM(chem_species(lsp)%name)       
     1246             IF(myid == 0 .AND. chem_debug0 )  WRITE(6,*) 'Output of species ' // TRIM(variable)  //  &
     1247                                                          TRIM(chem_species(lsp)%name)       
    12451248             
    12461249             IF (av == 0) THEN
Note: See TracChangeset for help on using the changeset viewer.