Changeset 2859


Ignore:
Timestamp:
Jan 3, 2023, 4:42:14 PM (23 months ago)
Author:
emillour
Message:

PEM:
Follow-up of r2854: remove added stuff in conf_gcm and make a conf_pem instead in order to preserve a clean seperation between dynamics and PEM.
EM

Location:
trunk/LMDZ.COMMON/libf
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/libf/dyn3d/conf_gcm.F90

    r2854 r2859  
    3030                alphax,alphay,taux,tauy
    3131  USE temps_mod, ONLY: calend
    32   USE temps_mod_evol, ONLY: year_bp_ini, dt_pem, alpha_criterion, Max_iter_pem, &
    33                 evol_orbit_pem
    34   USE comsoil_h_pem, only: soil_pem
    3532
    3633  IMPLICIT NONE
     
    638635  endif
    639636!----------------------------------------
    640 
    641 !PEM parameter
    642   year_bp_ini=0.
    643   CALL getin('year_bp_ini', year_bp_ini)
    644 
    645   dt_pem=1
    646   CALL getin('dt_pem', dt_pem)
    647 
    648   alpha_criterion=0.2
    649   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=99999999
    655   CALL getin('Max_iter_pem', Max_iter_pem)
    656 
    657   soil_pem=.true.
    658   CALL getin('soil_pem', soil_pem)
    659637
    660638!----------------------------------------
  • trunk/LMDZ.COMMON/libf/evolution/pem.F90

    r2857 r2859  
    8484      USE geometry_mod, only: latitude_deg
    8585
     86      use conf_pem_mod, only: conf_pem
    8687      use pemredem, only:  pemdem1
    8788      use co2glaciers_mod,only: co2glaciers_evol
     
    321322!----------------------------READ run.def ---------------------
    322323      CALL conf_gcm( 99, .TRUE. )
     324      CALL conf_pem
    323325
    324326      call infotrac_init
Note: See TracChangeset for help on using the changeset viewer.