Changeset 4089 for trunk


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

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

Location:
trunk/LMDZ.MARS
Files:
1 added
2 edited
4 moved

Legend:

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

    r4067 r4089  
    50885088== 12/02/2026 == JBC
    50895089Deletion of 'tsurf' in the information provided by "start1D.txt" since it is unused and unnecessary until now (see r4059).
     5090
     5091== 27/02/2026 == JBC
     5092Move xml files for XIOS outputs into a subfolder "xios" in the deftank for clarity.
  • 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.