Ignore:
Timestamp:
Sep 11, 2023, 12:41:50 PM (18 months ago)
Author:
jbclement
Message:

Mars PEM:
Big cleaning of main program pem.F90 (indentation, declarations, comments, simplification of conditions/loops, etc).
JBC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/libf/evolution/criterion_pem_stop_mod.F90

    r2980 r3039  
    1515SUBROUTINE criterion_waterice_stop(cell_area,ini_surf,qsurf,STOPPING,ngrid,initial_h2o_ice)
    1616
    17   USE temps_mod_evol, ONLY: water_ice_criterion
    18   use comslope_mod, ONLY: subslope_dist,nslope
     17  use time_evol_mod, only: water_ice_criterion
     18  use comslope_mod,  only: subslope_dist,nslope
    1919
    2020      IMPLICIT NONE
     
    7979SUBROUTINE 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)
    8080
    81   USE temps_mod_evol, ONLY: co2_ice_criterion,ps_criterion
    82   use comslope_mod, ONLY: subslope_dist
     81  use time_evol_mod, only: co2_ice_criterion,ps_criterion
     82  use comslope_mod,  only: subslope_dist
    8383
    8484      IMPLICIT NONE
Note: See TracChangeset for help on using the changeset viewer.