Ignore:
Timestamp:
Aug 2, 2024, 9:58:25 PM (3 months ago)
Author:
abarral
Message:

Put dimensions.h and paramet.h into modules

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/phylmd/rrtm/readaerosolstrato2_rrtm.F90

    r5154 r5159  
    1 !
     1
    22! $Id: readaerosolstrato2_rrtm.F90 2526 2016-05-26 22:13:40Z oboucher $
    3 !
     3
    44SUBROUTINE readaerosolstrato2_rrtm(debut, ok_volcan)
    55
     
    341341
    342342    IF (.NOT. ok_volcan) THEN
    343 !
     343
    344344!--this is the default case
    345345!--stratospheric aerosols are added to both index 2 and 1 for double radiation calls
     
    367367    ENDWHERE
    368368    ENDDO
    369 !
     369
    370370    ELSE
    371 !
     371
    372372!--this is the VOLMIP case
    373373!--stratospheric aerosols are only added to index 2 in this case
     
    410410      ENDWHERE
    411411    ENDDO
    412 !
     412
    413413    ELSE
    414 !
     414
    415415!--this is the VOLMIP case
    416416    DO band=1, NLW
     
    418418!--and we copy index 2 in index 1 because we want the same dust aerosol LW properties as above
    419419      tau_aero_lw_rrtm(:,:,1,band)  = tau_aero_lw_rrtm(:,:,2,band)
    420 !
     420
    421421      WHERE (stratomask.GT.0.999999)
    422422!--stratospheric aerosols are only added to index 2
Note: See TracChangeset for help on using the changeset viewer.