Changeset 1523 for trunk/LMDZ.VENUS/libf/phyvenus
- Timestamp:
- Mar 28, 2016, 5:27:51 PM (9 years ago)
- Location:
- trunk/LMDZ.VENUS/libf/phyvenus/dyn1d
- Files:
-
- 1 added
- 2 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.VENUS/libf/phyvenus/dyn1d/rcm1d.F
r1517 r1523 13 13 . disvert_type,pressure_exner 14 14 use conc, only: rho 15 USE iniphysiq_mod, ONLY: iniphysiq 15 16 16 17 IMPLICIT NONE … … 199 200 200 201 CALL init_phys_lmdz(iim,jjm,llm,1,(/1/)) 201 CALL iniphysiq(1,1,llm,daysec,day0,dtphys,202 . lati,long,area,cufi,cvfi,rad,g,r,cpp,1)203 204 call ini_cpdet205 202 206 203 c la surface de chaque maille est inutile en 1D ---> … … 209 206 cufi(1)=1.E+0 210 207 cvfi(1)=1.E+0 208 209 c Ehouarn: iniphysiq requires arrays related to (3D) dynamics grid, 210 c e.g. for cell boundaries, which are meaningless in 1D; so pad these 211 c with '0.' when necessary 212 CALL iniphysiq(1,1,llm,daysec,day0,dtphys, 213 & (/lati(1),0./),(/0./), 214 & (/0.,0./),(/long(1),0./), 215 & (/ (/area,0./),(/0.,0./) /), 216 & (/cufi,0.,0.,0./), 217 & (/cvfi,0./), 218 & rad,g,r,cpp,1) 219 220 call ini_cpdet 211 221 212 222 c le geopotentiel au sol est inutile en 1D car tout est controle
Note: See TracChangeset
for help on using the changeset viewer.