Changeset 5670 for LMDZ6


Ignore:
Timestamp:
May 21, 2025, 3:51:33 PM (3 weeks ago)
Author:
lguez
Message:

Define ztoplwadaero and ztoplwadaero with ECRad

ztoplwadaero and ztoplwadaero were not defined so neither were
toplwad_aero and toplwad0_aero, so the content of NetCDF variables
toplwad and toplwad0 in history files was random.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/radlwsw_m.F90

    r5667 r5670  
    9191    USE yoethf_mod_h
    9292    USE phys_constants_mod, ONLY: dobson_u
     93    USE wxios_mod, ONLY: missing_val
    9394
    9495    !======================================================================
     
    15291530          ZSOLSWCF_AERO(:,2)=ZSOLSWCF_AERO(:,2)*fract(:)
    15301531          ZSOLSWCF_AERO(:,3)=ZSOLSWCF_AERO(:,3)*fract(:)
     1532          ztoplwadaero = missing_val
     1533          ztoplwad0aero = missing_val
    15311534
    15321535          ! ---------
Note: See TracChangeset for help on using the changeset viewer.