Changeset 3082 for trunk/LMDZ.COMMON/libf/evolution/glaciers_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/glaciers_mod.F90
r3076 r3082 13 13 14 14 contains 15 16 15 17 16 subroutine co2glaciers_evol(timelen,ngrid,nslope,iflat,subslope_dist,def_slope_mean,vmr_co2_PEM,ps_GCM,global_ave_ps_GCM,global_ave_ps_PEM,co2ice,flag_co2flow,flag_co2flow_mesh) … … 101 100 102 101 103 104 102 subroutine compute_hmaxglaciers(ngrid,nslope,iflat,def_slope_mean,Tice,name_ice,hmax) 105 103 106 use comconst_mod, only: pi,g107 104 use abort_pem_mod, only: abort_pem 105 #ifndef CPP_STD 106 use comcstfi_h, only: pi, g 107 #else 108 use comcstfi_mod, only: pi, g 109 #endif 108 110 109 111 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! … … 181 183 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 182 184 183 use comconst_mod, only: pi184 185 use abort_pem_mod, only: abort_pem 185 186 #ifndef CPP_STD 187 use comcstfi_h, only: pi 188 #else 189 use comcstfi_mod, only: pi 190 #endif 186 191 187 192 implicit none
Note: See TracChangeset
for help on using the changeset viewer.