Changeset 726 for LMDZ4/branches/V3_test/libf/phylmd/physiq.F
- Timestamp:
- Nov 6, 2006, 4:51:16 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/branches/V3_test/libf/phylmd/physiq.F
r720 r726 25 25 USE misc_mod, mydebug=>debug 26 26 USE vampir 27 #ifdef INCA28 cym USE chemshut29 USE species_names30 #ifdef INCA_CH431 ! USE obs_pos32 #endif33 #endif34 27 IMPLICIT none 35 28 c====================================================================== … … 1945 1938 WRITE(lunout,*) 'Appel CHEMINI ...' 1946 1939 #endif 1947 CALL chemini( rpi,1940 CALL chemini( 1948 1941 $ rg, 1949 1942 $ ra, … … 3021 3014 3022 3015 #ifdef INCA_AER 3023 call AEROSOL_METEO_CALC(calday,pdtphys,pplay,paprs,t,pmflxr,pmflxs ,3024 & prfl,psfl,pctsrf(1,3),airephy,xjour,rlat,rlon)3016 call AEROSOL_METEO_CALC(calday,pdtphys,pplay,paprs,t,pmflxr,pmflxs 3017 & ,prfl,psfl,pctsrf,airephy,xjour,rlat,rlon,u10m,v10m) 3025 3018 #endif 3026 3019
Note: See TracChangeset
for help on using the changeset viewer.