- Timestamp:
- Sep 11, 2023, 12:41:50 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/criterion_pem_stop_mod.F90
r2980 r3039 15 15 SUBROUTINE criterion_waterice_stop(cell_area,ini_surf,qsurf,STOPPING,ngrid,initial_h2o_ice) 16 16 17 USE temps_mod_evol, ONLY: water_ice_criterion18 use comslope_mod, ONLY: subslope_dist,nslope17 use time_evol_mod, only: water_ice_criterion 18 use comslope_mod, only: subslope_dist,nslope 19 19 20 20 IMPLICIT NONE … … 79 79 SUBROUTINE criterion_co2_stop(cell_area,ini_surf,qsurf,STOPPING_ice,STOPPING_ps,ngrid,initial_co2_ice,global_ave_press_GCM,global_ave_press_new,nslope) 80 80 81 USE temps_mod_evol, ONLY: co2_ice_criterion,ps_criterion82 use comslope_mod, ONLY: subslope_dist81 use time_evol_mod, only: co2_ice_criterion,ps_criterion 82 use comslope_mod, only: subslope_dist 83 83 84 84 IMPLICIT NONE
Note: See TracChangeset
for help on using the changeset viewer.