Ignore:
Timestamp:
Aug 14, 2023, 11:41:45 AM (17 months ago)
Author:
jbclement
Message:

Mars PCM 1D:
Related to commit r3026: improvement of error message in initracer.F (now it gives correctly the only identified tracers) + one small correction to run PCM 1D without water.
JBC

File:
1 edited

Legend:

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

    r3026 r3027  
    445445      paleomars=.false. ! Default: no water ice reservoir
    446446      call getin("paleomars",paleomars)
    447       if (paleomars.eqv..true.) then
     447      if (paleomars) then
    448448        write(*,*) "paleomars=", paleomars
    449449        write(*,*) "Orbital parameters from callphys.def"
Note: See TracChangeset for help on using the changeset viewer.