Changeset 3491 for LMDZ6/trunk/libf
- Timestamp:
- May 2, 2019, 3:03:32 PM (6 years ago)
- Location:
- LMDZ6/trunk/libf/phylmd
- Files:
-
- 38 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/physiq_mod.F90
r3490 r3491 4582 4582 #endif 4583 4583 4584 #ifdef CPP_COSPV2 4585 IF (itap.eq.1.or.MOD(itap,NINT(freq_cosp/phys_tstep)).EQ.0) THEN 4586 4587 IF (prt_level .GE.10) THEN 4588 print*,'freq_cosp',freq_cosp 4589 ENDIF 4590 mr_ozone=wo(:, :, 1) * dobson_u * 1e3 / zmasse 4591 print*,'Dans physiq.F avant appel ' 4592 ! s ref_liq,ref_ice 4593 CALL lmdz_cosp_interface(itap,phys_tstep,freq_cosp, & 4594 ok_mensuelCOSP,ok_journeCOSP,ok_hfCOSP, & 4595 ecrit_mth,ecrit_day,ecrit_hf, ok_all_xml, missing_val, & 4596 klon,klev,longitude_deg,latitude_deg,presnivs,overlap, & 4597 JrNt,ref_liq,ref_ice, & 4598 pctsrf(:,is_ter)+pctsrf(:,is_lic), & 4599 zu10m,zv10m,pphis, & 4600 zphi,paprs(:,1:klev),pplay,zxtsol,t_seri, & 4601 qx(:,:,ivap),zx_rh,cldfra,rnebcon,flwc,fiwc, & 4602 prfl(:,1:klev),psfl(:,1:klev), & 4603 pmflxr(:,1:klev),pmflxs(:,1:klev), & 4604 mr_ozone,cldtau, cldemi) 4605 ENDIF 4606 #endif 4607 4584 4608 ENDIF !ok_cosp 4585 4609
Note: See TracChangeset
for help on using the changeset viewer.