Changeset 77783e3 in flexpart.git for src/readspecies.f90


Ignore:
Timestamp:
Jan 24, 2019, 1:34:48 PM (5 years ago)
Author:
Sabine <sabine.eckhardt@…>
Branches:
master, 10.4.1_pesei, GFS_025, bugfixes+enhancements, dev, release-10, release-10.4.1, scaling-bug
Children:
328fdf9, 437c545, 3d7eebf
Parents:
a816416 (diff), cc6abaa (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'release-10.3beta' into dev

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/readspecies.f90

    rd6a245b rcc6abaa  
    101101
    102102  do j=1,24           ! initialize everything to no variation
     103    parea_hour(j)=1.
     104    ppoint_hour(j)=1.
    103105    area_hour(pos_spec,j)=1.
    104106    point_hour(pos_spec,j)=1.
    105107  end do
    106108  do j=1,7
     109    parea_dow(j)=1.
     110    ppoint_dow(j)=1.
    107111    area_dow(pos_spec,j)=1.
    108112    point_dow(pos_spec,j)=1.
    109113  end do
    110114
    111   if (readerror.ne.0) then ! text format input
    112115! Open the SPECIES file and read species names and properties
    113116!************************************************************
     
    348351
    349352
    350   endif
    351 
    35235322 close(unitspecies)
    353354
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG