Changeset 3076 for trunk/LMDZ.COMMON/libf/evolution/glaciers_mod.F90
- Timestamp:
- Oct 6, 2023, 5:32:11 PM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/glaciers_mod.F90
r3002 r3076 26 26 !!! 27 27 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 28 29 28 30 29 IMPLICIT NONE … … 105 104 subroutine compute_hmaxglaciers(ngrid,nslope,iflat,def_slope_mean,Tice,name_ice,hmax) 106 105 107 USE comconst_mod, ONLY: pi,g 106 use comconst_mod, only: pi,g 107 use abort_pem_mod, only: abort_pem 108 108 109 109 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! … … 181 181 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 182 182 183 USE comconst_mod, ONLY: pi 183 use comconst_mod, only: pi 184 use abort_pem_mod, only: abort_pem 184 185 185 186
Note: See TracChangeset
for help on using the changeset viewer.