Changeset 1627
- Timestamp:
- Nov 16, 2016, 11:24:01 AM (8 years ago)
- Location:
- trunk/LMDZ.MARS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/README
r1621 r1627 2361 2361 - added scalheight (atmospheric scale height) in comvert_mod 2362 2362 2363 == 16/11/2016 == EM 2364 Bug fix in 1D in physiq, missing "if (co2clouds)" around some operations to 2365 be done only when that option is set. -
trunk/LMDZ.MARS/libf/phymars/physiq_mod.F
r1621 r1627 2812 2812 endif ! of if (scavenging) 2813 2813 2814 if (scavenging) then 2814 if (co2clouds) then 2815 if (scavenging) then 2815 2816 Nccntot(:)= 0 2816 2817 Mccntot(:)= 0 … … 2842 2843 if (icetotco2(ig)*1e3.lt.0.01) raveco2(ig)=0. 2843 2844 enddo 2844 else ! of if (scavenging)2845 else ! of if (scavenging) 2845 2846 raveco2(:)=0 2846 2847 do ig=1,ngrid … … 2854 2855 & max(icetotco2(ig),1.e-30),1.e-30) ! mass weight 2855 2856 enddo 2856 endif ! of if (scavenging) 2857 endif ! of if (scavenging) 2858 2859 call WRITEdiagfi(ngrid,"raveco2","ice eff radius","m",0 2860 & ,raveco2) 2857 2861 2858 2859 call WRITEdiagfi(ngrid,"raveco2","ice eff radius","m",0 2860 & ,raveco2) 2862 endif ! of if (co2clouds) 2861 2863 2862 2864 CALL WRITEDIAGFI(ngrid,'reffice',
Note: See TracChangeset
for help on using the changeset viewer.