Ignore:
Timestamp:
Jun 22, 2007, 2:49:51 PM (17 years ago)
Author:
Laurent Fairhead
Message:

Modifications suite a la transformation des fichiers include pour
qu'ils soient compatibles a la fois au format fixe et au format libre
Un bon nombre de fichiers *.inc du coup disparaissent
LF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/trunk/libf/phylmd/fonte_neige_mod.F90

    r782 r793  
    4444! restart file. The other variables are initialized to zero.
    4545!
    46     INCLUDE "indicesol.inc"
     46    INCLUDE "indicesol.h"
    4747!****************************************************************************************
    4848! Input argument
     
    139139!   evap
    140140!
    141   INCLUDE "indicesol.inc"
    142   INCLUDE "dimensions90.h"
    143   INCLUDE "YOETHF.inc"
    144   INCLUDE "YOMCST.inc"
    145   INCLUDE "FCTTRE.inc"
    146   INCLUDE "clesphys.inc"
     141  INCLUDE "indicesol.h"
     142  INCLUDE "dimensions.h"
     143  INCLUDE "YOETHF.h"
     144  INCLUDE "YOMCST.h"
     145  INCLUDE "FCTTRE.h"
     146  INCLUDE "clesphys.h"
    147147
    148148! Input variables
     
    313313! This routine is called from physiq.F before histwrite.
    314314
    315     INCLUDE "indicesol.inc"
     315    INCLUDE "indicesol.h"
    316316!****************************************************************************************
    317317    REAL, DIMENSION(klon,nbsrf), INTENT(IN) :: pctsrf
Note: See TracChangeset for help on using the changeset viewer.