- Timestamp:
- May 11, 2010, 12:12:41 PM (15 years ago)
- Location:
- LMDZ4/branches/LMDZ4V5.0-dev/libf/phylmd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/branches/LMDZ4V5.0-dev/libf/phylmd/phys_output_mod.F90
r1376 r1388 524 524 type(ctrl_out),save :: o_dulif = ctrl_out((/ 4, 10, 10, 10, 10 /),'dulif') 525 525 type(ctrl_out),save :: o_dvlif = ctrl_out((/ 4, 10, 10, 10, 10 /),'dvlif') 526 526 type(ctrl_out),save,allocatable :: o_trac(:) 527 527 CONTAINS 528 528 … … 536 536 type_ocean, iflag_pbl,ok_mensuel,ok_journe, & 537 537 ok_hf,ok_instan,ok_LES,ok_ade,ok_aie, read_climoz, & 538 new_aod, aerosol_couple , o_trac)538 new_aod, aerosol_couple) 539 539 540 540 … … 602 602 !IM definition dynamique flag o_trac pour sortie traceurs 603 603 INTEGER :: nq 604 type(ctrl_out) :: o_trac(nqtot)604 ! type(ctrl_out) :: o_trac(nqtot) 605 605 CHARACTER(len=8) :: solsym(nqtot) 606 606 … … 1220 1220 1221 1221 !IM traceurs dynamiques 1222 ALLOCATE(o_trac(nqtot)) 1222 1223 DO nq=1,nqtot 1223 1224 IF(nq.LT.10) THEN -
LMDZ4/branches/LMDZ4V5.0-dev/libf/phylmd/physiq.F
r1378 r1388 219 219 real da(klon,klev),phi(klon,klev,klev),mp(klon,klev) 220 220 !IM definition dynamique o_trac dans phys_output_open 221 type(ctrl_out) :: o_trac(nqtot)221 ! type(ctrl_out) :: o_trac(nqtot) 222 222 c 223 223 cIM Amip2 PV a theta constante … … 1508 1508 & type_ocean,iflag_pbl,ok_mensuel,ok_journe, 1509 1509 & ok_hf,ok_instan,ok_LES,ok_ade,ok_aie, 1510 & read_climoz, new_aod, aerosol_couple ,1511 & o_trac)1510 & read_climoz, new_aod, aerosol_couple 1511 & ) 1512 1512 c$OMP END MASTER 1513 1513 c$OMP BARRIER
Note: See TracChangeset
for help on using the changeset viewer.