Changeset 5557
- Timestamp:
- Feb 21, 2025, 6:24:57 PM (15 hours ago)
- Location:
- LMDZ6/trunk/libf/phylmd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/cvltr_scav.f90
r5447 r5557 12 12 zmfd1a,zmfphi2,zmfdam) 13 13 ! 14 USE chem_mod_h15 14 USE yoecumf_mod_h 16 15 USE conema3_mod_h -
LMDZ6/trunk/libf/phylmd/readaerosol_interp.f90
r5292 r5557 13 13 ! 4) Test for negative mass values 14 14 15 USE chem_mod_h15 !USE chem_mod_h 16 16 USE clesphys_mod_h 17 17 USE ioipsl … … 190 190 ENDIF 191 191 ELSE IF (aer_type == 'mix2') THEN 192 ! Special case using a mix of decenal sulfate file and nat rual aerosols192 ! Special case using a mix of decenal sulfate file and natural aerosols 193 193 IF (name_aero(id_aero) == 'SO4') THEN 194 194 filename='so4.run ' … … 199 199 ENDIF 200 200 ELSE IF (aer_type == 'mix3') THEN 201 ! Special case using a mix of annual sulfate file and nat rual aerosols201 ! Special case using a mix of annual sulfate file and natural aerosols 202 202 IF (name_aero(id_aero) == 'SO4') THEN 203 203 filename='aerosols'
Note: See TracChangeset
for help on using the changeset viewer.