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

    r782 r793  
    9797  SUBROUTINE cpl_init(dtime, rlon, rlat)
    9898
    99     INCLUDE "dimensions90.h"
    100     INCLUDE "indicesol.inc"
    101     INCLUDE "control.inc"
    102     INCLUDE "temps.inc"
     99    INCLUDE "dimensions.h"
     100    INCLUDE "indicesol.h"
     101    INCLUDE "control.h"
     102    INCLUDE "temps.h"
    103103    INCLUDE "iniprint.h"
    104104
     
    275275! 4 fields : read_sst, read_sic, read_sit and read_alb_sic.
    276276
    277     INCLUDE "indicesol.inc"
    278     INCLUDE "temps.inc"
     277    INCLUDE "indicesol.h"
     278    INCLUDE "temps.h"
    279279    INCLUDE "iniprint.h"
    280     INCLUDE "YOMCST.inc"
    281     INCLUDE "dimensions90.h"
     280    INCLUDE "YOMCST.h"
     281    INCLUDE "dimensions.h"
    282282
    283283! Input arguments
     
    403403! tsurf_new(1:knon), pctsrf(1:klon).
    404404!
    405     INCLUDE "indicesol.inc"
     405    INCLUDE "indicesol.h"
    406406
    407407! Input arguments
     
    448448! tsurf_new(1:knon), alb_new(1:knon), pctsrf(1:klon).
    449449!
    450     INCLUDE "indicesol.inc"
     450    INCLUDE "indicesol.h"
    451451
    452452! Input arguments
     
    485485! (it is done in cpl_send_seaice_fields).
    486486!
    487     INCLUDE "indicesol.inc"
    488     INCLUDE "dimensions90.h"
     487    INCLUDE "indicesol.h"
     488    INCLUDE "dimensions.h"
    489489
    490490! Input arguments
     
    654654! the coupler.
    655655!
    656     INCLUDE "indicesol.inc"
    657     INCLUDE "dimensions90.h"
     656    INCLUDE "indicesol.h"
     657    INCLUDE "dimensions.h"
    658658
    659659! Input arguments
     
    817817! (it is done in cpl_send_seaice_fields).
    818818!
    819     INCLUDE "dimensions90.h"
     819    INCLUDE "dimensions.h"
    820820
    821821! Input arguments
     
    869869! will be done in cpl_send_seaice_fields.
    870870!
    871     INCLUDE "dimensions90.h"
     871    INCLUDE "dimensions.h"
    872872   
    873873! Input varibales
     
    917917! Some includes
    918918!*************************************************************************************
    919     INCLUDE "indicesol.inc"
    920     INCLUDE "temps.inc"
    921     INCLUDE "dimensions90.h"
     919    INCLUDE "indicesol.h"
     920    INCLUDE "temps.h"
     921    INCLUDE "dimensions.h"
    922922   
    923923! Input arguments
     
    11551155!   champ_out    champ sur la grille 2D
    11561156!
    1157     INCLUDE "dimensions90.h"
     1157    INCLUDE "dimensions.h"
    11581158
    11591159! Input
     
    11961196!   champ_out    champ sur la grille 2D
    11971197!
    1198     INCLUDE "dimensions90.h"
     1198    INCLUDE "dimensions.h"
    11991199   
    12001200! Input arguments
Note: See TracChangeset for help on using the changeset viewer.