- Timestamp:
- Dec 1, 2015, 12:53:22 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/dyn1d/lmdz1d.F90
r2402 r2403 117 117 real dqtdtls(nlev_max),thlpcar(nlev_max) 118 118 real qprof(nlev_max,nqmx) 119 real rlon(1),rlat(1)120 119 121 120 ! integer :: forcing_type … … 560 559 qsol = qsolinp 561 560 qsurf = fq_sat(tsurf,psurf/100.) 562 rlat=xlat563 rlon=xlon564 561 day1= day_ini 565 562 time=daytime-day … … 656 653 zcvfi=airefi 657 654 ! 658 rlat_rad(1)= rlat(1)*rpi/180.659 rlon_rad(1)= rlon(1)*rpi/180.655 rlat_rad(1)=xlat*rpi/180. 656 rlon_rad(1)=xlon*rpi/180. 660 657 661 658 ! Ehouarn: iniphysiq requires arrays related to (3D) dynamics grid,
Note: See TracChangeset
for help on using the changeset viewer.