Changeset 4071 for trunk/LMDZ.COMMON/libf/evolution/surf_ice.F90
- Timestamp:
- Feb 16, 2026, 10:28:56 AM (12 days ago)
- File:
-
- 1 edited
-
trunk/LMDZ.COMMON/libf/evolution/surf_ice.F90 (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/surf_ice.F90
r4065 r4071 200 200 201 201 !======================================================================= 202 SUBROUTINE build4PCM_perice(h2o_ice,co2_ice,is_h2o_perice,h2o ice_PCM,co2ice_PCM)202 SUBROUTINE build4PCM_perice(h2o_ice,co2_ice,is_h2o_perice,h2o_ice4PCM,co2_ice4PCM) 203 203 !----------------------------------------------------------------------- 204 204 ! NAME … … 230 230 ! --------- 231 231 real(dp), dimension(:,:), intent(inout) :: h2o_ice, co2_ice 232 logical(k4), dimension(:), intent(out) :: is_h2o_perice ! H2O perennial ice flag233 real(dp), dimension(:,:), intent(out) :: h2o ice_PCM, co2ice_PCM ! Ice for PCM232 logical(k4), dimension(:), intent(out) :: is_h2o_perice ! H2O perennial ice flag 233 real(dp), dimension(:,:), intent(out) :: h2o_ice4PCM, co2_ice4PCM ! Ice for PCM 234 234 235 235 ! LOCAL VARIABLES … … 240 240 ! ---- 241 241 call print_msg('> Building surface ice/frost for the PCM') 242 co2 ice_PCM(:,:) = co2_ice(:,:)243 h2o ice_PCM(:,:) = 0._dp ! Because in the Mars PCM, only the variation of perennial H2O ice is monitored, not the absolute quantity242 co2_ice4PCM(:,:) = co2_ice(:,:) 243 h2o_ice4PCM(:,:) = 0._dp ! Because in the Mars PCM, only the variation of perennial H2O ice is monitored, not the absolute quantity 244 244 do i = 1,ngrid 245 245 ! Is H2O ice still considered as an infinite reservoir for the PCM?
Note: See TracChangeset
for help on using the changeset viewer.
