Changeset 2859
- Timestamp:
- Jan 3, 2023, 4:42:14 PM (23 months ago)
- Location:
- trunk/LMDZ.COMMON/libf
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/dyn3d/conf_gcm.F90
r2854 r2859 30 30 alphax,alphay,taux,tauy 31 31 USE temps_mod, ONLY: calend 32 USE temps_mod_evol, ONLY: year_bp_ini, dt_pem, alpha_criterion, Max_iter_pem, &33 evol_orbit_pem34 USE comsoil_h_pem, only: soil_pem35 32 36 33 IMPLICIT NONE … … 638 635 endif 639 636 !---------------------------------------- 640 641 !PEM parameter642 year_bp_ini=0.643 CALL getin('year_bp_ini', year_bp_ini)644 645 dt_pem=1646 CALL getin('dt_pem', dt_pem)647 648 alpha_criterion=0.2649 CALL getin('alpha_criterion', alpha_criterion)650 651 evol_orbit_pem=.false.652 CALL getin('evol_orbit_pem', evol_orbit_pem)653 654 Max_iter_pem=99999999655 CALL getin('Max_iter_pem', Max_iter_pem)656 657 soil_pem=.true.658 CALL getin('soil_pem', soil_pem)659 637 660 638 !---------------------------------------- -
trunk/LMDZ.COMMON/libf/evolution/pem.F90
r2857 r2859 84 84 USE geometry_mod, only: latitude_deg 85 85 86 use conf_pem_mod, only: conf_pem 86 87 use pemredem, only: pemdem1 87 88 use co2glaciers_mod,only: co2glaciers_evol … … 321 322 !----------------------------READ run.def --------------------- 322 323 CALL conf_gcm( 99, .TRUE. ) 324 CALL conf_pem 323 325 324 326 call infotrac_init
Note: See TracChangeset
for help on using the changeset viewer.