Changeset 523 for LMDZ.3.3


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

Location:
LMDZ.3.3/branches/rel-LF/libf/phylmd
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • LMDZ.3.3/branches/rel-LF/libf/phylmd/conf_phys.F90

    r522 r523  
    629629!Config Key  = tau_calv
    630630!Config Desc = temps de relaxation pour fonte des glaciers en jours
    631 !Config Def  = 1 an
    632 !Config Help =
    633 !
    634   tau_calv = 360.
     631!Config Def  = 10 ans
     632!Config Help =
     633!
     634  tau_calv = 360.*10.
    635635  call getin('tau_calv',tau_calv)
    636636
  • LMDZ.3.3/branches/rel-LF/libf/phylmd/physiq.F

    r522 r523  
    992992c======================================================================
    993993cIM BEG
    994         DO k=1, nlev
     994        DO k=1, nlevENS
    995995          DO l=1, nlevSTD
    996996c
  • 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.