Changeset 3413 for LMDZ6/branches/DYNAMICO-conv/libf/dynphy_lonlat/phylmd
- Timestamp:
- Nov 12, 2018, 1:52:29 PM (6 years ago)
- Location:
- LMDZ6/branches/DYNAMICO-conv/libf/dynphy_lonlat/phylmd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/DYNAMICO-conv/libf/dynphy_lonlat/phylmd/etat0dyn_netcdf.F90
r2941 r3413 100 100 101 101 deg2rad = pi/180.0 102 102 y(:,:,:)=0 !ym warning unitialized variable 103 103 104 ! Compute psol AND tsol, knowing phis. 104 105 !******************************************************************************* -
LMDZ6/branches/DYNAMICO-conv/libf/dynphy_lonlat/phylmd/etat0phys_netcdf.F90
r2899 r3413 44 44 zmax0,fevap, rnebcon,falb_dir, wake_fip, agesno, detr_therm, pbl_tke, & 45 45 phys_state_var_init, ql_ancien, qs_ancien, prlw_ancien, prsw_ancien, & 46 prw_ancien 46 prw_ancien, sollwdown 47 47 USE comconst_mod, ONLY: pi, dtvr 48 48 … … 200 200 solsw = 165. 201 201 sollw = -53. 202 !ym warning missing init for sollwdown => set to 0 203 sollwdown = 0. 202 204 t_ancien = 273.15 203 205 q_ancien = 0. … … 314 316 ALLOCATE(zmea0(iml,jml),zstd0(iml,jml)) !--- Mean orography and std deviation 315 317 ALLOCATE(zsig0(iml,jml),zgam0(iml,jml)) !--- Slope and nisotropy 318 zsig0(:,:)=0 !ym uninitialized variable 319 zgam0(:,:)=0 !ym uninitialized variable 316 320 ALLOCATE(zthe0(iml,jml)) !--- Highest slope orientation 321 zthe0(:,:)=0 !ym uninitialized variable 317 322 ALLOCATE(zpic0(iml,jml),zval0(iml,jml)) !--- Peaks and valley heights 318 323
Note: See TracChangeset
for help on using the changeset viewer.