- Timestamp:
- May 17, 2004, 12:12:25 PM (21 years ago)
- 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 629 629 !Config Key = tau_calv 630 630 !Config Desc = temps de relaxation pour fonte des glaciers en jours 631 !Config Def = 1 an632 !Config Help = 633 ! 634 tau_calv = 360. 631 !Config Def = 10 ans 632 !Config Help = 633 ! 634 tau_calv = 360.*10. 635 635 call getin('tau_calv',tau_calv) 636 636 -
LMDZ.3.3/branches/rel-LF/libf/phylmd/physiq.F
r522 r523 992 992 c====================================================================== 993 993 cIM BEG 994 DO k=1, nlev 994 DO k=1, nlevENS 995 995 DO l=1, nlevSTD 996 996 c -
LMDZ.3.3/branches/rel-LF/libf/phylmd/readsulfate.F
r520 r523 100 100 ENDDO 101 101 102 IF (iyr .lt. 1930) THEN 103 WRITE(*,*) 'iyr=', iyr 104 cyear='.nat' 105 CALL getso4fromfile(cyear, so4_1) 106 ELSE 107 102 108 ! Read in data: 103 109 ! a) from actual 10-yr-period … … 124 130 CALL getso4fromfile(cyear, so4_2) 125 131 132 ENDIF 133 126 134 ! Interpolate linarily to the actual year: 127 135 DO it=1,12
Note: See TracChangeset
for help on using the changeset viewer.