Changeset 1568 for LMDZ5/trunk/libf/phylmd
- Timestamp:
- Sep 1, 2011, 11:40:15 AM (13 years ago)
- Location:
- LMDZ5/trunk/libf/phylmd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/radiation_AR4.F
r1565 r1568 2843 2843 2844 2844 IF (type_trac == 'repr') THEN 2845 #ifdef REPROBUS 2845 2846 IF (ok_Rtime2D) THEN 2846 #ifdef REPROBUS2847 2847 PABCU(JL,19,JC)=PABCU(JL,19,JCP1) 2848 2848 S +ZABLY(JL,8,JC)*RCH42D(JL,JC)/RCO2*ZPHM6(JL)*ZDIFF … … 2858 2858 PABCU(JL,24,JC)=PABCU(JL,24,JCP1) 2859 2859 S +ZABLY(JL,8,JC)*RCFC122D(JL,JC)/RCO2 *ZDIFF 2860 #endif2861 2860 ELSE 2862 2861 ! Same calculation as for type_trac /= repr … … 2875 2874 S +ZABLY(JL,8,JC)*RCFC12/RCO2 *ZDIFF 2876 2875 END IF 2876 #endif 2877 2877 ELSE 2878 2878 PABCU(JL,19,JC)=PABCU(JL,19,JCP1) -
LMDZ5/trunk/libf/phylmd/tracreprobus_mod.F90
r1565 r1568 49 49 INTEGER :: it, k 50 50 51 51 #ifdef REPROBUS 52 52 ! -- CHIMIE REPROBUS -- 53 53 pdt_rep=pdtphys/2. … … 104 104 WRITE(solsym(it),'(i2)') it 105 105 END DO 106 106 #endif 107 107 END SUBROUTINE tracreprobus 108 108
Note: See TracChangeset
for help on using the changeset viewer.