Ignore:
Timestamp:
Jul 28, 2024, 10:25:12 PM (4 months ago)
Author:
abarral
Message:

Put gradsdef.h, tracstoke.h, clesphys.h into modules

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/phylmd/iophy.F90

    r5123 r5137  
    213213  USE ioipsl, ONLY: histbeg
    214214  USE lmdz_wxios, ONLY: wxios_add_file, using_xios
     215  USE lmdz_clesphys
     216
    215217  IMPLICIT NONE
    216   INCLUDE 'clesphys.h'
    217    
     218
    218219  CHARACTER*(*), INTENT(IN) :: name
    219220  INTEGER, INTENT(IN) :: itau0
     
    462463    USE aero_mod, ONLY: naero_tot, name_aero_tau
    463464    USE lmdz_print_control, ONLY: prt_level,lunout
     465    USE lmdz_clesphys
    464466
    465467    IMPLICIT NONE
    466 
    467     INCLUDE "clesphys.h"
    468468
    469469    INTEGER                          :: iff
     
    538538    USE lmdz_grid_phy, ONLY: nbp_lon, nbp_lat
    539539    USE lmdz_print_control, ONLY: prt_level,lunout
     540    USE lmdz_clesphys
     541
    540542    IMPLICIT NONE
    541 
    542     INCLUDE "clesphys.h"
    543543
    544544    INTEGER                          :: iff
     
    592592    USE lmdz_wxios, ONLY: wxios_add_field_to_file, using_xios
    593593    USE lmdz_print_control, ONLY: prt_level,lunout
     594    USE lmdz_clesphys
    594595    IMPLICIT NONE
    595 
    596     INCLUDE "clesphys.h"
    597596
    598597    INTEGER                          :: iff
     
    707706    USE lmdz_wxios, ONLY: wxios_add_field_to_file, using_xios
    708707    USE lmdz_print_control, ONLY: prt_level,lunout
     708    USE lmdz_clesphys
     709
    709710    IMPLICIT NONE
    710 
    711     INCLUDE "clesphys.h"
    712711
    713712    INTEGER                          :: iff
     
    955954  USE lmdz_xios, ONLY: xios_send_field, xios_field_is_active, using_xios
    956955  USE lmdz_print_control, ONLY: lunout, prt_level
     956  USE lmdz_clesphys
    957957
    958958  IMPLICIT NONE
    959   INCLUDE 'clesphys.h'
    960959
    961960  TYPE(ctrl_out), INTENT(IN) :: var
     
    11671166  USE lmdz_xios, ONLY: xios_send_field, xios_field_is_active, using_xios
    11681167  USE lmdz_print_control, ONLY: prt_level,lunout
     1168  USE lmdz_clesphys
    11691169
    11701170  IMPLICIT NONE
    1171   INCLUDE 'clesphys.h'
    11721171
    11731172  TYPE(ctrl_out), INTENT(IN) :: var
Note: See TracChangeset for help on using the changeset viewer.