Ignore:
Timestamp:
Jul 24, 2016, 11:51:55 AM (8 years ago)
Author:
Ehouarn Millour
Message:

Cleanup in the dynamics: turn temps.h into module temps_mod.F90
EM

Location:
LMDZ5/trunk/libf/dyn3d_common
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/dyn3d_common/adaptdt.F

    r2600 r2601  
    55     c                   masse)
    66
    7 !      USE control_mod
    87      USE comconst_mod, ONLY: dtvr
    98      IMPLICIT NONE
     
    1413      include "comgeom2.h"
    1514      include "logic.h"
    16       include "temps.h"
    1715      include "ener.h"
    1816      include "description.h"
  • LMDZ5/trunk/libf/dyn3d_common/iniconst.F90

    r2600 r2601  
    2424  include "dimensions.h"
    2525  include "paramet.h"
    26   include "temps.h"
    2726  include "iniprint.h"
    2827
  • LMDZ5/trunk/libf/dyn3d_common/initdynav.F90

    r2600 r2601  
    1111  USE comconst_mod, ONLY: pi
    1212  USE comvert_mod, ONLY: presnivs
     13  USE temps_mod, ONLY: itau_dyn
     14 
    1315  implicit none
    1416
     
    3739  include "paramet.h"
    3840  include "comgeom.h"
    39   include "temps.h"
    4041  include "ener.h"
    4142  include "logic.h"
  • LMDZ5/trunk/libf/dyn3d_common/initfluxsto.F

    r2600 r2601  
    1111      USE comconst_mod, ONLY: pi
    1212      USE comvert_mod, ONLY: nivsigs
     13      USE temps_mod, ONLY: annee_ref, day_ref, itau_dyn
     14     
    1315      implicit none
    1416
     
    4345      include "paramet.h"
    4446      include "comgeom.h"
    45       include "temps.h"
    4647      include "ener.h"
    4748      include "logic.h"
  • LMDZ5/trunk/libf/dyn3d_common/inithist.F

    r2600 r2601  
    1212       USE comconst_mod, ONLY: pi
    1313       USE comvert_mod, ONLY: presnivs
     14       USE temps_mod, ONLY: itau_dyn
     15       
    1416      implicit none
    1517
     
    4244      include "paramet.h"
    4345      include "comgeom.h"
    44       include "temps.h"
    4546      include "ener.h"
    4647      include "logic.h"
  • LMDZ5/trunk/libf/dyn3d_common/interpre.F

    r2600 r2601  
    1616      include "comgeom2.h"
    1717      include "logic.h"
    18       include "temps.h"
    1918      include "ener.h"
    2019      include "description.h"
  • LMDZ5/trunk/libf/dyn3d_common/sortvarc.F

    r2600 r2601  
    3131      INCLUDE "ener.h"
    3232      INCLUDE "logic.h"
    33       INCLUDE "temps.h"
    3433      INCLUDE "iniprint.h"
    3534
  • LMDZ5/trunk/libf/dyn3d_common/traceurpole.F

    r2600 r2601  
    1111      include "comgeom2.h"
    1212      include "logic.h"
    13       include "temps.h"
    1413      include "ener.h"
    1514      include "description.h"
  • LMDZ5/trunk/libf/dyn3d_common/writedynav.F90

    r2600 r2601  
    99  use com_io_dyn_mod, only : histaveid, histvaveid, histuaveid
    1010  USE comconst_mod, ONLY: cpp
     11  USE temps_mod, ONLY: itau_dyn
    1112
    1213  implicit none
     
    3334  include "paramet.h"
    3435  include "comgeom.h"
    35   include "temps.h"
    3636  include "ener.h"
    3737  include "logic.h"
  • LMDZ5/trunk/libf/dyn3d_common/writehist.F

    r2600 r2601  
    99      USE infotrac, ONLY : nqtot, ttext
    1010      use com_io_dyn_mod, only : histid,histvid,histuid
     11      USE temps_mod, ONLY: itau_dyn
     12     
    1113      implicit none
    1214
     
    3638      include "paramet.h"
    3739      include "comgeom.h"
    38       include "temps.h"
    3940      include "ener.h"
    4041      include "logic.h"
Note: See TracChangeset for help on using the changeset viewer.