Changeset 1530 for trunk/LMDZ.TITAN/libf/phytitan/calchim.F
- Timestamp:
- Apr 6, 2016, 8:51:34 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.TITAN/libf/phytitan/calchim.F
r1379 r1530 19 19 USE comgeomphy, only: rlatd 20 20 USE moyzon_mod, only: tmoy,playmoy,zlaymoy,zlevmoy,klat 21 use mod_grid_phy_lmdz, only: nbp_lat 21 22 implicit none 22 #include "dimensions.h"23 23 #include "clesphys.h" 24 #include "paramet.h"25 24 #include "YOMCST.h" 26 25 … … 105 104 c ************************************ 106 105 107 allocate(krpd(15,ND+1,NLRT, jjp1),krate(NLEV,NR),md(NLEV,NC))106 allocate(krpd(15,ND+1,NLRT,nbp_lat),krate(NLEV,NR),md(NLEV,NC)) 108 107 109 108 c Verification du nombre de composes: coherence common_mod et nqmax-nmicro … … 265 264 c taux de photodissociations: 266 265 c -------------------------- 267 call disso(krpd, jjp1)266 call disso(krpd,nbp_lat) 268 267 269 268 c reactions chimiques:
Note: See TracChangeset
for help on using the changeset viewer.