Ignore:
Timestamp:
Feb 10, 2023, 12:09:03 PM (22 months ago)
Author:
romain.vande
Message:

Mars PEM:
Change back the modification of r2883 to its original form + Retrocompatibility of icelocation_mode.ne.5 in surfini
RV

File:
1 edited

Legend:

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

    r2884 r2892  
    142142         
    143143         if (ngrid .ne. 1) then
    144 !           watercaptag(:) = .false.
     144           IF (icelocationmode .ne. 5) then
     145             watercaptag(:) = .false.
     146           ENDIF
    145147           longwatercaptag(:) = .false.
    146148         endif
Note: See TracChangeset for help on using the changeset viewer.