Changeset 2744 for LMDZ5/trunk/libf/phylmd
- Timestamp:
- Jan 5, 2017, 4:40:31 PM (8 years ago)
- Location:
- LMDZ5/trunk/libf/phylmd/rrtm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/rrtm/readaerosolstrato1_rrtm.F90
r2694 r2744 35 35 REAL, POINTER:: lev(:) 36 36 INTEGER k, band, wave, i 37 INTEGER, SAVE :: mth_pre 37 INTEGER, SAVE :: mth_pre=1 38 !$OMP THREADPRIVATE(mth_pre) 38 39 39 40 REAL, ALLOCATABLE, DIMENSION(:,:), SAVE :: tau_aer_strat … … 44 45 REAL, ALLOCATABLE:: tauaerstrat_mois(:, :, :) 45 46 REAL, ALLOCATABLE:: tauaerstrat_mois_glo(:, :) 46 47 REAL, ALLOCATABLE:: sum_tau_aer_strat(:)48 47 49 48 ! For NetCDF: … … 77 76 78 77 IF (.not.ALLOCATED(tau_aer_strat)) ALLOCATE(tau_aer_strat(klon,klev)) 79 IF (.not.ALLOCATED(sum_tau_aer_strat)) ALLOCATE(sum_tau_aer_strat(klon))80 78 81 79 !--we only read monthly strat aerosol data -
LMDZ5/trunk/libf/phylmd/rrtm/readaerosolstrato2_rrtm.F90
r2725 r2744 41 41 REAL, POINTER:: wav(:) 42 42 INTEGER i,k,wave,band 43 INTEGER, SAVE :: mth_pre 43 INTEGER, SAVE :: mth_pre=1 44 !$OMP THREADPRIVATE(mth_pre) 44 45 45 46 REAL, ALLOCATABLE, DIMENSION(:,:,:), SAVE :: tau_aer_strat
Note: See TracChangeset
for help on using the changeset viewer.