Changeset 4174 for trunk/LMDZ.COMMON/libf/evolution/layered_deposits.F90
- Timestamp:
- Apr 8, 2026, 11:36:16 AM (4 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/layered_deposits.F90
r4170 r4174 1255 1255 ! ARGUMENTS 1256 1256 ! --------- 1257 type(layering), intent(inout) :: this 1258 type( stratum), pointer, intent(inout) :: current1259 real(dp), intent(inout) :: d_co2ice, d_h2oice 1260 logical(k4), intent(inout) :: new_str, new_lag1261 real(dp), intent(out) :: zshift_surf, zlag1257 real(dp), intent(in) :: d_co2ice, d_h2oice 1258 type(layering), intent(inout) :: this 1259 type(stratum), pointer, intent(inout) :: current 1260 logical(k4), intent(inout) :: new_str, new_lag 1261 real(dp), intent(out) :: zshift_surf, zlag 1262 1262 1263 1263 ! LOCAL VARIABLES
Note: See TracChangeset
for help on using the changeset viewer.
