Ignore:
Timestamp:
Jan 21, 2022, 3:50:54 PM (2 years ago)
Author:
oboucher
Message:

Audran Borella's parametrisation for ice supersaturation
activated with flag_ice_sursat (FALSE by default)

File:
1 edited

Legend:

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

    r4056 r4059  
    1919                                zval, rugoro, t_ancien, q_ancien,            &
    2020                                prw_ancien, prlw_ancien, prsw_ancien,        &
    21                                 ql_ancien, qs_ancien,  u_ancien,            &
     21                                ql_ancien, qs_ancien, rneb_ancien, u_ancien, &
    2222                                v_ancien, clwcon, rnebcon, ratqs, pbl_tke,   &
    2323                                wake_delta_pbl_tke, zmax0, f0, sig1, w01,    &
     
    239239
    240240    CALL put_field(pass,"QSANCIEN", "QSANCIEN", qs_ancien)
     241
     242    CALL put_field(pass,"RNEBANCIEN", "RNEBANCIEN", rneb_ancien)
    241243
    242244    CALL put_field(pass,"PRWANCIEN", "PRWANCIEN", prw_ancien)
Note: See TracChangeset for help on using the changeset viewer.