Changeset 2073 for LMDZ5/branches/testing/libf/phylmd/rrtm
- Timestamp:
- Jun 25, 2014, 5:43:19 PM (11 years ago)
- Location:
- LMDZ5/branches/testing
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/testing
- Property svn:mergeinfo changed
/LMDZ5/trunk merged: 2057-2059,2062,2064-2070
- Property svn:mergeinfo changed
-
LMDZ5/branches/testing/libf/phylmd/rrtm/aeropt_5wv_rrtm.F90
r2056 r2073 12 12 USE aero_mod 13 13 USE phys_local_var_mod, only: od550aer,od865aer,ec550aer,od550lt1aer 14 USE YOMCST , only : RD , RG 14 15 15 16 ! … … 49 50 ! 50 51 IMPLICIT NONE 51 INCLUDE "YOMCST.h"52 52 ! 53 53 ! Input arguments: -
LMDZ5/branches/testing/libf/phylmd/rrtm/aeropt_6bands_rrtm.F90
r2056 r2073 11 11 USE aero_mod 12 12 USE phys_local_var_mod, only: absvisaer 13 USE YOMCST , only: RD , RG 13 14 14 15 ! Yves Balkanski le 12 avril 2006 … … 21 22 IMPLICIT NONE 22 23 23 INCLUDE "YOMCST.h"24 24 INCLUDE "iniprint.h" 25 25 INCLUDE "clesphys.h" -
LMDZ5/branches/testing/libf/phylmd/rrtm/readaerosolstrato_rrtm.F90
r2056 r2073 19 19 implicit none 20 20 21 include "YOMCST.h"22 21 include "dimensions.h" 23 22 -
LMDZ5/branches/testing/libf/phylmd/rrtm/yoesw.F90
r2056 r2073 15 15 REAL(KIND=JPRB) :: RRAY(6,6) 16 16 REAL(KIND=JPRB), ALLOCATABLE :: RSUN(:) 17 !$OMP THREADPRIVATE(RSUN) 17 18 REAL(KIND=JPRB) :: RPDH1 18 19 REAL(KIND=JPRB) :: RPDU1
Note: See TracChangeset
for help on using the changeset viewer.