- Timestamp:
- Feb 27, 2026, 11:10:47 AM (3 weeks ago)
- Location:
- trunk/LMDZ.MARS
- Files:
-
- 1 added
- 2 edited
- 4 moved
-
changelog.txt (modified) (1 diff)
-
deftank/xios (added)
-
deftank/xios/context_lmdz_physics.xml (moved) (moved from trunk/LMDZ.MARS/deftank/context_lmdz_physics.xml)
-
deftank/xios/field_def_physics_mars.xml (moved) (moved from trunk/LMDZ.MARS/deftank/field_def_physics_mars.xml)
-
deftank/xios/file_def_physics_mars.xml (moved) (moved from trunk/LMDZ.MARS/deftank/file_def_physics_mars.xml)
-
deftank/xios/iodef.xml (moved) (moved from trunk/LMDZ.MARS/deftank/iodef.xml)
-
libf/phymars/conf_phys.F (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/changelog.txt
r4067 r4089 5088 5088 == 12/02/2026 == JBC 5089 5089 Deletion 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 5092 Move xml files for XIOS outputs into a subfolder "xios" in the deftank for clarity. -
trunk/LMDZ.MARS/libf/phymars/conf_phys.F
r4067 r4089 570 570 call abort_physic(modname, 571 571 & "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 573 578 574 579 #ifndef MESOSCALE
Note: See TracChangeset
for help on using the changeset viewer.
