Changeset 1582 for LMDZ5/trunk
- Timestamp:
- Nov 7, 2011, 1:59:51 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/readaerosol_interp.F90
r1492 r1582 175 175 ! Reading values corresponding to the closest year taking into count the choice of aer_type. 176 176 ! For aer_type=scenario interpolation between 2 data sets is done in readaerosol. 177 ! If aer_type=mix1 or mix2, the run type and file name depends on the aerosol.177 ! If aer_type=mix1, mix2 or mix3, the run type and file name depends on the aerosol. 178 178 IF (aer_type=='preind' .OR. aer_type=='actuel' .OR. aer_type=='annuel' .OR. aer_type=='scenario') THEN 179 179 ! Standard case … … 196 196 ELSE 197 197 filename='aerosols' 198 type='preind' 199 END IF 200 ELSE IF (aer_type == 'mix3') THEN 201 ! Special case using a mix of annual sulfate file and natrual aerosols 202 IF (name_aero(id_aero) == 'SO4') THEN 203 filename='so4.run ' 204 type='annuel' 205 ELSE 206 filename='aerosols' 198 207 type='preind' 199 208 END IF
Note: See TracChangeset
for help on using the changeset viewer.