Changeset 2488 for LMDZ5/branches/testing/libf/phylmd/rrtm
- Timestamp:
- Apr 3, 2016, 12:09:34 AM (9 years ago)
- Location:
- LMDZ5/branches/testing
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/testing
- Property svn:mergeinfo changed
/LMDZ5/trunk merged: 2458-2470,2472-2487
- Property svn:mergeinfo changed
-
LMDZ5/branches/testing/libf/phylmd/rrtm/rrtm_rtrn1a_140gp.F90
r2408 r2488 383 383 ! & (1.0_JPRB - Z_CLDFRAC(I_LEV-1)) 384 384 ! ENDIF 385 if(istcld(i_lev).ne.1 ) then385 if(istcld(i_lev).ne.1.and.i_lev.ne.1) then 386 386 z_faccmb1(i_lev+1) = max(0.,min(z_cldfrac(i_lev+1)-z_cldfrac(i_lev), & 387 387 z_cldfrac(i_lev-1)-z_cldfrac(i_lev))) … … 496 496 ! Z_FACCMB2D(I_LEV-1) = Z_FACCLD1D(I_LEV-1) * Z_FACCLR2D(I_LEV) *& 497 497 ! & (1.0_JPRB - Z_CLDFRAC(I_LEV+1)) 498 if (istcldd(i_lev).ne.1.and.i_lev.ne. 0) then498 if (istcldd(i_lev).ne.1.and.i_lev.ne.1) then 499 499 z_faccmb1d(i_lev-1) = max(0.,min(z_cldfrac(i_lev+1)-z_cldfrac(i_lev), & 500 500 z_cldfrac(i_lev-1)-z_cldfrac(i_lev))) -
LMDZ5/branches/testing/libf/phylmd/rrtm/surayolmd.F90
r1999 r2488 1 SUBROUTINE SURAYOLMD (PPRES)1 SUBROUTINE SURAYOLMD 2 2 #ifdef DOC 3 3 … … 53 53 IMPLICIT NONE 54 54 LOGICAL LLTRACE, LLDEBUG 55 REAL PPRES(NFLEVG)56 55 57 56 LLTRACE=.TRUE. … … 67 66 WRITE(*,FMT='('' SUPHY: '')') 68 67 WRITE(*,FMT='('' ---------------- '')') 69 ! CALL SUPHY(PPRES)70 68 CALL SUPHY(6) !!!!! A REVOIR (MPL) argument KULOUT=6 "en dur" 71 69
Note: See TracChangeset
for help on using the changeset viewer.