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/sisvat/surf_sisvat_mod.F90

    r1990 r2345  
    11881188    USE VARxSV         
    11891189    USE VARtSV
    1190     USE control_mod
    11911190    USE indice_sol_mod
    11921191
     
    12011200    include "dimsoil.h"
    12021201    include "clesphys.h"
    1203     include "temps.h"
    12041202    include "thermcell.h"
    12051203    include "compbl.h"
     
    15001498    USE VARySV !hj tmp 12 03 2010
    15011499    USE VARtSV
    1502     USE control_mod
    15031500    USE indice_sol_mod
    15041501
     
    15091506    include "dimsoil.h"
    15101507    include "clesphys.h"
    1511     include "temps.h"
    15121508    include "thermcell.h"
    15131509    include "compbl.h"
Note: See TracChangeset for help on using the changeset viewer.