Changeset 1548 for trunk/LMDZ.TITAN/libf
- Timestamp:
- May 4, 2016, 10:22:03 AM (9 years ago)
- Location:
- trunk/LMDZ.TITAN/libf/phytitan/dyn1d
- Files:
-
- 3 added
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.TITAN/libf/phytitan/dyn1d/rcm1d.F
r1525 r1548 3 3 USE infotrac 4 4 use control_mod, only: planet_type, day_step 5 use comgeomphy5 ! use comgeomphy 6 6 USE phys_state_var_mod 7 7 USE comconst_mod, ONLY: cpp,t0_venus,nu_venus … … 12 12 . disvert_type,pressure_exner 13 13 USE iniphysiq_mod, ONLY: iniphysiq 14 USE mod_const_mpi, ONLY: comm_lmdz 14 15 IMPLICIT NONE 15 16 … … 191 192 c --------------------------------- 192 193 193 CALL init_phys_lmdz(iim,jjm,llm,1,(/1/))194 ! CALL init_phys_lmdz(iim,jjm,llm,1,(/1/)) 194 195 195 196 c la surface de chaque maille est inutile en 1D ---> … … 202 203 c e.g. for cell boundaries, which are meaningless in 1D; so pad these 203 204 c with '0.' when necessary 204 CALL iniphysiq(1,1,llm,daysec,day0,dtphys, 205 CALL iniphysiq(1,1,llm, 206 & 1,comm_lmdz, 207 & daysec,day0,dtphys, 205 208 & (/lati(1),0./),(/0./), 206 209 & (/0.,0./),(/long(1),0./),
Note: See TracChangeset
for help on using the changeset viewer.