Ignore:
Timestamp:
Apr 1, 2026, 3:17:47 PM (8 days ago)
Author:
jmauxion
Message:

Mars PCM:

  • Fix improvedclouds_mod by adding a missing "else" condition on zdq.
  • Add the possibility to output watercaptag in physiq_mod.
  • Fix write_output to handle logical arrays with an unstructured grid.
  • Update some of the utils (localtime/zrecast) to handle phisfi.

JM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/improvedclouds_mod.F90

    r4044 r4161  
    443443        IF (spenttime.ne.0) then
    444444          zdq=(dMicetot/spenttime)!*(ptimestep-spenttime)
     445        ELSE
     446          ! Initialization for spenttime=0
     447          zdq=zpotcond(ig,l)*((ptimestep-spenttime)/ptimestep)
    445448        ENDIF
    446449        zdq=abs(zdq)
Note: See TracChangeset for help on using the changeset viewer.