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/coef_diff_turb_mod.F90

    r782 r793  
    5858! Include
    5959!****************************************************************************************
    60     INCLUDE "clesphys.inc"
    61     INCLUDE "indicesol.inc"
     60    INCLUDE "clesphys.h"
     61    INCLUDE "indicesol.h"
    6262    INCLUDE "iniprint.h"
    6363    INCLUDE "compbl.h"
    64     INCLUDE "YOETHF.inc"
    65     INCLUDE "YOMCST.inc"
     64    INCLUDE "YOETHF.h"
     65    INCLUDE "YOMCST.h"
    6666
    6767!****************************************************************************************
     
    256256! pcfh-----output-R- coefficients a calculer (chaleur et humidite)
    257257!======================================================================
    258     INCLUDE "YOETHF.inc"
    259     INCLUDE "FCTTRE.inc"
     258    INCLUDE "YOETHF.h"
     259    INCLUDE "FCTTRE.h"
    260260    INCLUDE "iniprint.h"
    261     INCLUDE "indicesol.inc"
     261    INCLUDE "indicesol.h"
    262262    INCLUDE "compbl.h"
    263     INCLUDE "YOMCST.inc"
     263    INCLUDE "YOMCST.h"
    264264!
    265265! Arguments:
     
    612612    REAL zdthmin(knon), zdthdp
    613613
    614     INCLUDE "indicesol.inc"
    615     INCLUDE "YOMCST.inc"
     614    INCLUDE "indicesol.h"
     615    INCLUDE "YOMCST.h"
    616616!
    617617! Initialiser les sorties
Note: See TracChangeset for help on using the changeset viewer.