Changeset 4801


Ignore:
Timestamp:
Feb 2, 2024, 7:18:26 PM (4 months ago)
Author:
lguez
Message:

Bug fix: define awake_s in ce0l

awake_s needs to be defined when we read it with phyetat0_get
because we compute its minval and maxval in phyetat0_get.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/dynphy_lonlat/phylmd/etat0phys_netcdf.F90

    r4613 r4801  
    4949    prw_ancien, u10m,v10m, treedrg, u_ancien, v_ancien, wake_delta_pbl_TKE, wake_dens, &
    5050    ale_bl, ale_bl_trig, alp_bl, &
    51     ale_wake, ale_bl_stat
     51    ale_wake, ale_bl_stat, AWAKE_S
    5252
    5353  USE comconst_mod, ONLY: pi, dtvr
     
    276276  entr_therm       = 0.
    277277  detr_therm       = 0.
     278  awake_s = 0.
    278279
    279280  CALL fonte_neige_init(run_off_lic_0)
Note: See TracChangeset for help on using the changeset viewer.