Ignore:
Timestamp:
May 17, 2004, 12:12:25 PM (20 years ago)
Author:
lmdzadmin
Message:

Dernieres modifs (ha, ha) sur le tag IPSL-CM4_IPCC, MED & JLD:

  • avant 1930 on force la lecture des sulfates naturels
  • bug de debordement de tableau dans physiq.F
  • taucalv passe à 10 ans

LF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ.3.3/branches/rel-LF/libf/phylmd/readsulfate.F

    r520 r523  
    100100      ENDDO
    101101
     102      IF (iyr .lt. 1930) THEN
     103         WRITE(*,*) 'iyr=', iyr
     104         cyear='.nat'
     105         CALL getso4fromfile(cyear, so4_1)
     106      ELSE
     107
    102108      ! Read in data:
    103109      ! a) from actual 10-yr-period
     
    124130      CALL getso4fromfile(cyear, so4_2)
    125131         
     132      ENDIF
     133       
    126134      ! Interpolate linarily to the actual year:
    127135      DO it=1,12
Note: See TracChangeset for help on using the changeset viewer.