Changeset 4089 for trunk/LMDZ.MARS/libf


Ignore:
Timestamp:
Feb 27, 2026, 11:10:47 AM (7 days ago)
Author:
jbclement
Message:

Mars PCM:
Move xml files for XIOS outputs into a subfolder "xios" in the deftank for clarity.
JBC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/conf_phys.F

    r4067 r4089  
    570570           call abort_physic(modname,
    571571     &          "freedust and dustscaling_mode=1 are incompatible",1)
    572          endif         
     572         endif       
     573         if (dustscaling_mode == 2 .and. iaervar = 1) then
     574             write(*,*) 'iaervar=1 and dustscaling_mode=2 are incompatible!'
     575           call abort_physic(modname,
     576     &          "iaervar=1 and dustscaling_mode=2 are incompatible",1)
     577         endif
    573578
    574579#ifndef MESOSCALE
Note: See TracChangeset for help on using the changeset viewer.