Changeset 3082 for trunk/LMDZ.COMMON/libf/evolution/ice_table_mod.F90
- Timestamp:
- Oct 11, 2023, 1:40:58 PM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/ice_table_mod.F90
r3032 r3082 146 146 !!! 147 147 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 148 use comsoil_h_PEM, only: mlayer_PEM 149 use comslope_mod, only: subslope_dist,def_slope_mean 150 use comconst_mod,only: pi 148 use comsoil_h_PEM, only: mlayer_PEM 149 use comslope_mod, only: subslope_dist,def_slope_mean 151 150 use constants_marspem_mod,only:porosity 151 #ifndef CPP_STD 152 use comcstfi_h, only: pi 153 #else 154 use comcstfi_mod, only: pi 155 #endif 156 152 157 implicit none 153 158 ! inputs
Note: See TracChangeset
for help on using the changeset viewer.