Changeset 1443 for trunk/LMDZ.VENUS/libf


Ignore:
Timestamp:
Jun 5, 2015, 3:05:35 PM (10 years ago)
Author:
emillour
Message:

Titan and Venus GCMs:
Follow-up to the changes in dynamics/physics interface: ener.h, logic.h, serre.h and temps.h are now modules.
EM

Location:
trunk/LMDZ.VENUS/libf/phyvenus
Files:
2 added
2 deleted
8 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.VENUS/libf/phyvenus/clmain.F

    r1301 r1443  
    144144c======================================================================
    145145c
    146 #include "temps.h"
    147146      LOGICAL zxli ! utiliser un jeu de fonctions simples
    148147      PARAMETER (zxli=.FALSE.)
  • trunk/LMDZ.VENUS/libf/phyvenus/dyn1d/rcm1d.F

    r1442 r1443  
    3434#include "comcstfi.h"
    3535#include "netcdf.inc"
    36 #include "logic.h"
    3736#include "clesphys.h"
    3837#include "iniprint.h"
  • trunk/LMDZ.VENUS/libf/phyvenus/phyetat0.F90

    r1301 r1443  
    1515      USE comgeomphy,  only: rlatd,rlond
    1616      USE control_mod, only: raz_date
     17      USE temps_mod, only: itau_phy
    1718
    1819implicit none
     
    2627#include "clesphys.h"
    2728#include "tabcontrol.h"
    28 #include "temps.h"
    2929!======================================================================
    3030
  • trunk/LMDZ.VENUS/libf/phyvenus/phyredem.F90

    r973 r1443  
    1414      USE comgeomphy,  only: rlatd,rlond
    1515      USE control_mod, only: raz_date
     16      USE temps_mod, only: day_end, annee_ref, itau_phy
    1617
    1718      implicit none
     
    2526#include "clesphys.h"
    2627#include "tabcontrol.h"
    27 #include "temps.h"
    2828!======================================================================
    2929
  • trunk/LMDZ.VENUS/libf/phyvenus/physiq.F

    r1442 r1443  
    7070      use moyzon_mod, only: tmoy
    7171      use ieee_arithmetic
     72      use temps_mod, only: itau_phy,day_ref,annee_ref
     73      use logic_mod, only: iflag_trac
    7274      IMPLICIT none
    7375c======================================================================
     
    8486#include "dimsoil.h"
    8587#include "clesphys.h"
    86 #include "temps.h"
    8788#include "iniprint.h"
    8889#include "timerad.h"
    89 #include "logic.h"
    9090#include "tabcontrol.h"
    9191#include "nirdata.h"
  • trunk/LMDZ.VENUS/libf/phyvenus/phytrac_emiss.F

    r1305 r1443  
    3737#include "dimensions.h"
    3838#include "clesphys.h"
    39 #include "temps.h"
    4039#include "paramet.h"
    4140c======================================================================
  • trunk/LMDZ.VENUS/libf/phyvenus/phytrac_relax.F

    r1160 r1443  
    3434#include "dimensions.h"
    3535#include "clesphys.h"
    36 #include "temps.h"
    3736#include "paramet.h"
    3837c======================================================================
  • trunk/LMDZ.VENUS/libf/phyvenus/readstartphy.F

    r1301 r1443  
    1919#include "netcdf.inc"
    2020#include "dimsoil.h"
    21 #include "temps.h"
    2221c======================================================================
    2322      integer ngridmx
Note: See TracChangeset for help on using the changeset viewer.