Changeset 43 in PSPA for parmelaPSPA/trunk/parmelamainv503.f


Ignore:
Timestamp:
Oct 29, 2012, 4:36:47 PM (12 years ago)
Author:
lemeur
Message:

modif lecture noms de fichiers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • parmelaPSPA/trunk/parmelamainv503.f

    r18 r43  
    818818c---line after cfield is filename of sfo7 data
    819819 2800 continue
    820       read(nin,'(a12)')filesuper
     820C modif glm 29/10/2012      read(nin,'(a12)')filesuper
     821      read(nin,*) filesuper
    821822      write(nnout,'(1x,a12)')filesuper
    822823      if(nn.lt.1)then
     
    946947c---after Poisson
    947948 3800 continue
    948       read (nin,'(a12)')filepois
     949C modif glm 29/10/2012      read (nin,'(a12)')filepois
     950      read (nin,*)filepois
    949951      write(nnout,'(1x,a12)')filepois
    950952      if(nn.ge.1)then
Note: See TracChangeset for help on using the changeset viewer.