Ignore:
Timestamp:
Apr 22, 2015, 3:42:35 PM (9 years ago)
Author:
pesei
Message:

Wet dep quick fix and other small changes. Wet depo quick fix not final yet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/petra/src/getfields.f90

    r4 r37  
    4141  !   Variables tth,qvh,tthn,qvhn (on eta coordinates) in common block.
    4242  !   Function of nstop extended.
     43  !
     44  !  3/2015, PS: put in verbosity output
     45  !
    4346  !*****************************************************************************
    4447  !                                                                            *
     
    8386  integer :: indmin = 1
    8487
     88  call verboutput(verbosity,1,'  getfields')
    8589
    8690  ! Check, if wind fields are available for the current time step
     
    125129    do indj=indmin,numbwf-1
    126130       if (ldirect*wftime(indj+1).gt.ldirect*itime) then
     131           call verboutput(verbosity,1,'    call readwind')
    127132          call readwind(indj+1,memind(2),uuh,vvh,wwh)
     133           call verboutput(verbosity,1,'    call readwind_nests')
    128134          call readwind_nests(indj+1,memind(2),uuhn,vvhn,wwhn)
     135           call verboutput(verbosity,1,'    call calcpar')
    129136          call calcpar(memind(2),uuh,vvh,pvh)
     137           call verboutput(verbosity,1,'    call calcpar_nests')
    130138          call calcpar_nests(memind(2),uuhn,vvhn,pvhn)
     139           call verboutput(verbosity,1,'    call verttransform')
    131140          call verttransform(memind(2),uuh,vvh,wwh,pvh)
     141           call verboutput(verbosity,1,'    call verttransform_nests')
    132142          call verttransform_nests(memind(2),uuhn,vvhn,wwhn,pvhn)
    133143          memtime(2)=wftime(indj+1)
     
    148158             (ldirect*wftime(indj+1).gt.ldirect*itime)) then
    149159           memind(1)=1
     160            call verboutput(verbosity,1,'    call readwind')
    150161           call readwind(indj,memind(1),uuh,vvh,wwh)
     162            call verboutput(verbosity,1,'    call readwind_nests')
    151163           call readwind_nests(indj,memind(1),uuhn,vvhn,wwhn)
     164            call verboutput(verbosity,1,'    call calcpar')
    152165           call calcpar(memind(1),uuh,vvh,pvh)
     166            call verboutput(verbosity,1,'    call calcpar_nests')
    153167           call calcpar_nests(memind(1),uuhn,vvhn,pvhn)
     168            call verboutput(verbosity,1,'    call verttransform')
    154169           call verttransform(memind(1),uuh,vvh,wwh,pvh)
     170            call verboutput(verbosity,1,'    call verttransform_nests')
    155171           call verttransform_nests(memind(1),uuhn,vvhn,wwhn,pvhn)
    156172           memtime(1)=wftime(indj)
    157173           memind(2)=2
     174            call verboutput(verbosity,1,'    call readwind')
    158175           call readwind(indj+1,memind(2),uuh,vvh,wwh)
     176            call verboutput(verbosity,1,'    call readwind_nests')
    159177           call readwind_nests(indj+1,memind(2),uuhn,vvhn,wwhn)
     178            call verboutput(verbosity,1,'    call calcpar')
    160179           call calcpar(memind(2),uuh,vvh,pvh)
     180            call verboutput(verbosity,1,'    call calcpar_nests')
    161181           call calcpar_nests(memind(2),uuhn,vvhn,pvhn)
     182            call verboutput(verbosity,1,'    call verttransform')
    162183           call verttransform(memind(2),uuh,vvh,wwh,pvh)
     184            call verboutput(verbosity,1,'    call verttransform_nests')
    163185           call verttransform_nests(memind(2),uuhn,vvhn,wwhn,pvhn)
    164186           memtime(2)=wftime(indj+1)
     
    175197  if (lwindinterv.gt.idiffmax) nstop=3
    176198
     199  call verboutput(verbosity,1,'    leaving getfields')
     200
    177201end subroutine getfields
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG