Changeset 3773 for LMDZ6


Ignore:
Timestamp:
Oct 1, 2020, 2:13:10 PM (4 years ago)
Author:
asima
Message:

Correction initialisation of solswfdiff (missing default value was causing "NaN" in startphy.nc)

File:
1 edited

Legend:

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

    r3771 r3773  
    4242  USE conf_dat_m,         ONLY: conf_dat2d
    4343  USE phys_state_var_mod, ONLY: zmea, zstd, zsig, zgam, zthe, zpic, zval, z0m, &
    44           solsw, radsol, t_ancien, wake_deltat, wake_s,  rain_fall, qsol, z0h, &
     44          solsw, solswfdiff, radsol, t_ancien, wake_deltat, wake_s,  rain_fall, qsol, z0h, &
    4545          sollw,sollwdown, rugoro, q_ancien, wake_deltaq, wake_pe, snow_fall, ratqs,w01, &
    4646    sig1, ftsol, clwcon, fm_therm, wake_Cstar,  pctsrf,  entr_therm,radpas, f0,&
     
    214214  snow_fall  = 0.
    215215  solsw      = 165.
     216  solswfdiff = 1.
    216217  sollw      = -53.
    217218!ym warning missing init for sollwdown => set to 0
Note: See TracChangeset for help on using the changeset viewer.