Changeset 4219 for dynamico_lmdz
- Timestamp:
- Jan 7, 2020, 7:14:30 PM (5 years ago)
- Location:
- dynamico_lmdz/simple_physics/phyparam
- Files:
-
- 3 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
dynamico_lmdz/simple_physics/phyparam/param/iniphyparam.F
r4216 r4219 10 10 USE callkeys 11 11 use comgeomfi 12 use comsaison13 12 USE geometry_mod, ONLY : longitude,latitude,cell_area 14 13 USE phys_const, ONLY : planet_rad,g,r,cpp,rcp,dtphys,unjours,mugaz -
dynamico_lmdz/simple_physics/phyparam/param/phyparam.F90
r4215 r4219 361 361 gmtime, zdtime, zday, pplev, pplay, pt, & 362 362 pdt, zdtlw, zfluxlw, zdtsw, zfluxsw, mu0) 363 USE comsaison364 363 USE planet 365 364 USE phys_const, ONLY : planet_rad, unjours … … 377 376 zdtsw(ngrid,nlayer), zfluxsw(ngrid), mu0(ngrid) 378 377 REAL, DIMENSION(ngrid) :: fract 379 REAL :: zls, zinsol, tsurf2, ztim1,ztim2,ztim3 378 REAL :: zls, zinsol, tsurf2, ztim1,ztim2,ztim3, dist_sol, declin 380 379 REAL :: zplanck(ngrid) 381 380 INTEGER :: ig, l
Note: See TracChangeset
for help on using the changeset viewer.