Ignore:
Timestamp:
Aug 21, 2015, 11:57:36 AM (9 years ago)
Author:
Ehouarn Millour
Message:

Physics/dynamics separation:

  • move test_disvert_m to dynlonlat_phylonlat/phylmd since it is only used by ce0l and relies on dynamics.
  • put "config_inca" in tracinca_mod so physics routines can get the info from there rather than from control_mod.
  • get rid of references to "control_mod" from within the physics.

EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phylmd/physiq.F90

    r2344 r2345  
    5050  USE time_phylmdz_mod, only: day_step_phy, annee_ref, day_ref, itau_phy, &
    5151                              start_time, pdtphys
    52   USE control_mod, ONLY: config_inca
     52  USE tracinca_mod, ONLY: config_inca
    5353#ifdef CPP_XIOS
    5454  USE wxios, ONLY: missing_val, missing_val_omp
Note: See TracChangeset for help on using the changeset viewer.