Ignore:
Timestamp:
Jan 3, 2023, 4:42:14 PM (2 years 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/evolution
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • 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.