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

    r782 r793  
    2828       petAcoef, peqAcoef, petBcoef, peqBcoef)
    2929
    30     INCLUDE "YOMCST.inc"
     30    INCLUDE "YOMCST.h"
    3131! This routine calculates recursivly the coefficients C and D
    3232! for the quantity X=[Q,H] in equation X(k) = C(k) + D(k)*X(k-1), where k is
     
    183183! where X is H or Q, and k the vertical level k=1,klev
    184184!
    185     INCLUDE "YOMCST.inc"
     185    INCLUDE "YOMCST.h"
    186186! Input arguments
    187187!****************************************************************************************
     
    255255! C and D are known from before and k is index of the vertical layer.
    256256!   
    257     INCLUDE "YOMCST.inc"
     257    INCLUDE "YOMCST.h"
    258258! Input arguments
    259259!****************************************************************************************
Note: See TracChangeset for help on using the changeset viewer.