Changeset 4170 for trunk/LMDZ.COMMON/libf/evolution/layered_deposits.F90
- Timestamp:
- Apr 3, 2026, 4:34:51 PM (7 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/layered_deposits.F90
r4135 r4170 33 33 logical(k4), protected, private :: impose_dust_ratio ! Impose dust-to-ice ratio instead of dust tendency (see 'dust2ice_ratio') 34 34 real(dp), protected, private :: dust2ice_ratio ! Dust-to-ice ratio when ice condenses (10% by default) 35 real(dp), protected, private :: d_dust ! Tendency of dust [kg .m-2.y-1]35 real(dp), protected, private :: d_dust ! Tendency of dust [kg/m2/y] 36 36 real(dp), parameter, private :: dry_lag_porosity = 0.2_dp ! Porosity of dust lag 37 37 real(dp), parameter, private :: wet_lag_porosity = 0.15_dp ! Porosity of water ice lag … … 85 85 ! 86 86 ! DESCRIPTION 87 ! Setter for 'layered_deposits'configuration parameters.87 ! Setter for "layered_deposits" configuration parameters. 88 88 ! 89 89 ! AUTHORS & DATE … … 749 749 h2o_ice(ig,islope) = layerings_map(ig,islope)%top%h_h2oice*rho_h2oice 750 750 else 751 call subsurface_ice_layering(layerings_map(ig,islope),h2oice_depth(ig,islope),h2o_ice(ig,islope),co2_ice(ig,islope))751 call get_ssice_layering(layerings_map(ig,islope),h2oice_depth(ig,islope),h2o_ice(ig,islope),co2_ice(ig,islope)) 752 752 end if 753 753 end do … … 1034 1034 1035 1035 !======================================================================= 1036 SUBROUTINE subsurface_ice_layering(this,h_toplag,h2o_ice,co2_ice)1037 !----------------------------------------------------------------------- 1038 ! NAME 1039 ! subsurface_ice_layering1036 SUBROUTINE get_ssice_layering(this,h_toplag,h2o_ice,co2_ice) 1037 !----------------------------------------------------------------------- 1038 ! NAME 1039 ! get_ssice_layering 1040 1040 ! 1041 1041 ! DESCRIPTION … … 1095 1095 end if 1096 1096 1097 END SUBROUTINE subsurface_ice_layering1097 END SUBROUTINE get_ssice_layering 1098 1098 !======================================================================= 1099 1099
Note: See TracChangeset
for help on using the changeset viewer.
