Changeset 3854


Ignore:
Timestamp:
Jul 17, 2025, 3:54:42 PM (2 weeks ago)
Author:
jbclement
Message:

Mars PCM:
Addition of a sanity check for the tracers 'ccn_number' and 'ccn_mass' when using the 'microphys' option.
JBC

Location:
trunk/LMDZ.MARS
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/changelog.txt

    r3852 r3854  
    49194919- 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).
    49204920
     4921== 17/07/2025 == JBC
     4922Addition 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  
    866866       endif
    867867
     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
    868884
    869885       if (co2clouds) then
  • trunk/LMDZ.MARS/util/display_netcdf.yml

    r3849 r3854  
    1818  - bzip2=1.0.8=h4bc722e_7
    1919  - c-ares=1.34.5=hb9d3cd8_0
    20   - ca-certificates=2025.7.9=hbd8a1cb_0
     20  - ca-certificates=2025.7.14=hbd8a1cb_0
    2121  - cairo=1.18.4=h3394656_0
    2222  - cartopy=0.24.0=py312hf9745cd_0
    23   - certifi=2025.7.9=pyhd8ed1ab_0
     23  - certifi=2025.7.14=pyhd8ed1ab_0
    2424  - cftime=1.6.4=py312hc0a28a1_1
    2525  - contourpy=1.3.2=py312h68727a3_0
     
    3838  - fonts-conda-ecosystem=1=0
    3939  - fonts-conda-forge=1=0
    40   - fonttools=4.58.5=py312h178313f_0
     40  - fonttools=4.59.0=py312h8a5da7c_0
    4141  - freetype=2.13.3=ha770c72_1
    4242  - fribidi=1.0.10=h36c2ea0_0
     
    8383  - libegl=1.7.0=ha4b6fd6_2
    8484  - libev=4.33=hd590300_2
    85   - libexpat=2.7.0=h5888daf_0
     85  - libexpat=2.7.1=hecca717_0
    8686  - libffi=3.4.6=h2dba641_1
    8787  - libflac=1.4.3=h59595ed_0
     
    101101  - libgomp=15.1.0=h767d61c_3
    102102  - libgpg-error=1.55=h3f2d84a_0
    103   - libhwloc=2.11.2=default_h0d58e46_1001
     103  - libhwloc=2.11.2=default_h3d81e11_1002
    104104  - libiconv=1.18=h4ce23a2_1
    105105  - libjpeg-turbo=3.1.0=hb9d3cd8_0
     
    142142  - libtiff=4.7.0=hf01ce69_5
    143143  - libudev1=257.7=hbe16f8c_0
    144   - libunwind=1.6.2=h9c3ff4c_0
    145   - liburing=2.10=h84d6215_0
     144  - libunwind=1.8.2=h1441ba7_0
     145  - liburing=2.11=h84d6215_0
    146146  - libusb=1.0.29=h73b1eb8_0
    147147  - libuuid=2.38.1=h0b41bf4_0
     
    168168  - netcdf4=1.7.2=nompi_py312h3805cb1_102
    169169  - nlohmann_json=3.12.0=h3f2d84a_0
    170   - numpy=2.3.1=py312h6cf2f7f_0
     170  - numpy=2.3.1=py312h33ff503_1
    171171  - ocl-icd=2.3.3=hb9d3cd8_0
    172172  - opencl-headers=2025.06.13=h5888daf_0
     
    201201  - scipy=1.16.0=py312hf734454_0
    202202  - sdl2=2.32.54=h3f2d84a_0
    203   - sdl3=3.2.16=he3e324a_0
     203  - sdl3=3.2.18=h68140b3_0
    204204  - setuptools=80.9.0=pyhff2d567_0
    205205  - shapely=2.1.1=py312h21f5128_0
Note: See TracChangeset for help on using the changeset viewer.