Ignore:
Timestamp:
Jun 28, 2013, 4:07:30 PM (11 years ago)
Author:
emillour
Message:

Generic GCM:

  • bug fix in setspi & setspv : counters must be initialized in routine in case of multiple calls

JL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/libf/phystd/setspi.F90

    r989 r997  
    4848
    4949      !! used to count lines
    50       integer :: nb=0
    51       integer :: ierr=0
     50      integer :: nb
     51      integer :: ierr
    5252
    5353      logical forceEC, planckcheck
     
    9292      endif
    9393   
     94      nb=0
     95      ierr=0
    9496      ! check that the file contains the right number of bands
    9597      open(131,file=file_path,form='formatted')
Note: See TracChangeset for help on using the changeset viewer.