Changeset 3368 for trunk/LMDZ.COMMON


Ignore:
Timestamp:
Jun 11, 2024, 5:38:40 PM (5 months ago)
Author:
jbclement
Message:

PEM:
Correction related to r3367.
JBC

Location:
trunk/LMDZ.COMMON/libf/evolution
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/libf/evolution/changelog.txt

    r3367 r3368  
    363363== 11/06/2024 == JBC
    364364Removal of useless condition and variable + some updates.
     365
     366== 11/06/2024 == JBC
     367Correction related to r3367.
  • trunk/LMDZ.COMMON/libf/evolution/evol_ice_mod.F90

    r3367 r3368  
    2929!   local:
    3030!   ------
    31 real, dimension(ngrid,nslope), intent(inout) :: co2_ice_old ! Old density of CO2 ice
     31real, dimension(ngrid,nslope) :: co2_ice_old ! Old density of CO2 ice
    3232!=======================================================================
    3333! Evolution of CO2 ice for each physical point
     
    6060!=======================================================================
    6161!
    62 ! Routine that compute the evolution of the h2o ice
     62! Routine to compute the evolution of h2o ice
    6363!
    6464!=======================================================================
Note: See TracChangeset for help on using the changeset viewer.