Ignore:
Timestamp:
Nov 12, 2018, 1:52:29 PM (6 years ago)
Author:
Laurent Fairhead
Message:

Inclusion of Yann's latest (summer/fall 2018) modifications for
convergence of DYNAMICO/LMDZ physics
YM/LF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/DYNAMICO-conv/libf/dynphy_lonlat/phylmd/etat0phys_netcdf.F90

    r2899 r3413  
    4444    zmax0,fevap, rnebcon,falb_dir, wake_fip,    agesno,  detr_therm, pbl_tke,  &
    4545    phys_state_var_init, ql_ancien, qs_ancien, prlw_ancien, prsw_ancien, &
    46     prw_ancien
     46    prw_ancien, sollwdown
    4747  USE comconst_mod, ONLY: pi, dtvr
    4848
     
    200200  solsw      = 165.
    201201  sollw      = -53.
     202!ym warning missing init for sollwdown => set to 0
     203  sollwdown  = 0.
    202204  t_ancien   = 273.15
    203205  q_ancien   = 0.
     
    314316  ALLOCATE(zmea0(iml,jml),zstd0(iml,jml)) !--- Mean orography and std deviation
    315317  ALLOCATE(zsig0(iml,jml),zgam0(iml,jml)) !--- Slope and nisotropy
     318  zsig0(:,:)=0   !ym uninitialized variable
     319  zgam0(:,:)=0   !ym uninitialized variable
    316320  ALLOCATE(zthe0(iml,jml))                !--- Highest slope orientation
     321  zthe0(:,:)=0   !ym uninitialized variable
    317322  ALLOCATE(zpic0(iml,jml),zval0(iml,jml)) !--- Peaks and valley heights
    318323
Note: See TracChangeset for help on using the changeset viewer.