Ignore:
Timestamp:
Aug 27, 2009, 2:50:15 PM (15 years ago)
Author:
lguez
Message:

These are changes related to ozone in radiative transfer computations:

-- Moved "max(ozonecm, 1e-12)" from procedure "radlwsw" to procedure

"ozonecm".

-- Removed ratio "p_surface / p_reference" in the computation of

"pozon" in "radlwsw".

-- Removed ratio "p_reference / p_surface" in the computation of

"zoz" in "SW_LMDAR4" and "SW_AEROAR4".

-- Removed ratio "mass of air / mass of ozone" in the computation of

"zoz" in "LW_LMDAR4".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/branches/LMDZ4-dev/libf/phylmd/radiation_AR4.F

    r1220 r1231  
    183183         ZCLDSW0(JL,JK) = 0.0
    184184         ZOZ(JL,JK) = POZON(JL,JK) / dobson_u / 1e3 / RG * PDP(JL,JK)
    185      $        * (101325. / PPSOL(JL))
    186185      ENDDO
    187186      ENDDO
     
    25602559      DO k = 1, KFLEV
    25612560         DO i = 1, KDLON
    2562             ZOZ(i,k) = POZON(i,k)*PDP(i,k) * RMD/RMO3
     2561            ZOZ(i,k) = POZON(i,k)*PDP(i,k)
    25632562         ENDDO
    25642563      ENDDO
Note: See TracChangeset for help on using the changeset viewer.