Changeset 3854
- Timestamp:
- Jul 17, 2025, 3:54:42 PM (2 weeks ago)
- Location:
- trunk/LMDZ.MARS
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/changelog.txt
r3852 r3854 4919 4919 - Check and raise a warning if the chunk is so small that the loop distribution require a second cycle over the threads (which is not optimum). 4920 4920 4921 == 17/07/2025 == JBC 4922 Addition of a sanity check for the tracers 'ccn_number' and 'ccn_mass' when using the 'microphys' option. -
trunk/LMDZ.MARS/libf/phymars/initracer.F
r3726 r3854 866 866 endif 867 867 868 if (microphys) then 869 ! verify that we indeed have ccn_number and ccn_mass tracers 870 if (igcm_ccn_number == 0) then 871 write(*,*) "initracer: error !!" 872 write(*,*) " cannot use microphys option without ", 873 & "a ccn_number tracer !" 874 call abort_physic("initracer","water cycle issue",1) 875 endif 876 if (igcm_ccn_mass == 0) then 877 write(*,*) "initracer: error !!" 878 write(*,*) " cannot use microphys option without ", 879 & "a ccn_mass tracer !" 880 call abort_physic("initracer","microphys issue",1) 881 endif 882 endif 883 868 884 869 885 if (co2clouds) then -
trunk/LMDZ.MARS/util/display_netcdf.yml
r3849 r3854 18 18 - bzip2=1.0.8=h4bc722e_7 19 19 - c-ares=1.34.5=hb9d3cd8_0 20 - ca-certificates=2025.7. 9=hbd8a1cb_020 - ca-certificates=2025.7.14=hbd8a1cb_0 21 21 - cairo=1.18.4=h3394656_0 22 22 - cartopy=0.24.0=py312hf9745cd_0 23 - certifi=2025.7. 9=pyhd8ed1ab_023 - certifi=2025.7.14=pyhd8ed1ab_0 24 24 - cftime=1.6.4=py312hc0a28a1_1 25 25 - contourpy=1.3.2=py312h68727a3_0 … … 38 38 - fonts-conda-ecosystem=1=0 39 39 - fonts-conda-forge=1=0 40 - fonttools=4.5 8.5=py312h178313f_040 - fonttools=4.59.0=py312h8a5da7c_0 41 41 - freetype=2.13.3=ha770c72_1 42 42 - fribidi=1.0.10=h36c2ea0_0 … … 83 83 - libegl=1.7.0=ha4b6fd6_2 84 84 - libev=4.33=hd590300_2 85 - libexpat=2.7. 0=h5888daf_085 - libexpat=2.7.1=hecca717_0 86 86 - libffi=3.4.6=h2dba641_1 87 87 - libflac=1.4.3=h59595ed_0 … … 101 101 - libgomp=15.1.0=h767d61c_3 102 102 - libgpg-error=1.55=h3f2d84a_0 103 - libhwloc=2.11.2=default_h 0d58e46_1001103 - libhwloc=2.11.2=default_h3d81e11_1002 104 104 - libiconv=1.18=h4ce23a2_1 105 105 - libjpeg-turbo=3.1.0=hb9d3cd8_0 … … 142 142 - libtiff=4.7.0=hf01ce69_5 143 143 - libudev1=257.7=hbe16f8c_0 144 - libunwind=1. 6.2=h9c3ff4c_0145 - liburing=2.1 0=h84d6215_0144 - libunwind=1.8.2=h1441ba7_0 145 - liburing=2.11=h84d6215_0 146 146 - libusb=1.0.29=h73b1eb8_0 147 147 - libuuid=2.38.1=h0b41bf4_0 … … 168 168 - netcdf4=1.7.2=nompi_py312h3805cb1_102 169 169 - nlohmann_json=3.12.0=h3f2d84a_0 170 - numpy=2.3.1=py312h 6cf2f7f_0170 - numpy=2.3.1=py312h33ff503_1 171 171 - ocl-icd=2.3.3=hb9d3cd8_0 172 172 - opencl-headers=2025.06.13=h5888daf_0 … … 201 201 - scipy=1.16.0=py312hf734454_0 202 202 - sdl2=2.32.54=h3f2d84a_0 203 - sdl3=3.2.1 6=he3e324a_0203 - sdl3=3.2.18=h68140b3_0 204 204 - setuptools=80.9.0=pyhff2d567_0 205 205 - shapely=2.1.1=py312h21f5128_0
Note: See TracChangeset
for help on using the changeset viewer.