Changeset 5557


Ignore:
Timestamp:
Feb 21, 2025, 6:24:57 PM (15 hours ago)
Author:
asima
Message:

chem_mod_h actually not used in these 2 routines
(they obviously needed it some time ago, but not anymore)
Also, a couple of typos.

Location:
LMDZ6/trunk/libf/phylmd
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/cvltr_scav.f90

    r5447 r5557  
    1212     zmfd1a,zmfphi2,zmfdam)
    1313  !
    14 USE chem_mod_h
    1514  USE yoecumf_mod_h
    1615  USE conema3_mod_h
  • LMDZ6/trunk/libf/phylmd/readaerosol_interp.f90

    r5292 r5557  
    1313! 4) Test for negative mass values
    1414
    15 USE chem_mod_h
     15!USE chem_mod_h
    1616    USE clesphys_mod_h
    1717  USE ioipsl
     
    190190        ENDIF
    191191     ELSE  IF (aer_type == 'mix2') THEN
    192         ! Special case using a mix of decenal sulfate file and natrual aerosols
     192        ! Special case using a mix of decenal sulfate file and natural aerosols
    193193        IF (name_aero(id_aero) == 'SO4') THEN
    194194           filename='so4.run '
     
    199199        ENDIF
    200200     ELSE  IF (aer_type == 'mix3') THEN
    201         ! Special case using a mix of annual sulfate file and natrual aerosols
     201        ! Special case using a mix of annual sulfate file and natural aerosols
    202202        IF (name_aero(id_aero) == 'SO4') THEN
    203203           filename='aerosols'
Note: See TracChangeset for help on using the changeset viewer.