Ignore:
Timestamp:
Jul 29, 2024, 10:57:23 AM (5 months ago)
Author:
abarral
Message:

Put comsoil.h, conema3.h, cvflag.h into modules

Location:
LMDZ6/branches/Amaury_dev/libf/phylmdiso
Files:
1 deleted
6 edited
3 moved

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/phylmdiso/concvl.F90

    r5137 r5140  
    6464  USE lmdz_print_control, ONLY: prt_level, lunout
    6565  USE lmdz_clesphys
     66  USE lmdz_conema3
    6667
    6768  IMPLICIT NONE
     
    298299  include "YOETHF.h"
    299300  include "FCTTRE.h"
    300 !jyg<
    301   include "conema3.h"
    302 !>jyg
    303301
    304302  IF (first) THEN
  • LMDZ6/branches/Amaury_dev/libf/phylmdiso/cv30_routines.F90

    r5132 r5140  
    55
    66SUBROUTINE cv30_param(nd, delt)
     7  USE lmdz_conema3
     8
    79  IMPLICIT NONE
    810
     
    3133
    3234  include "cv30param.h"
    33   include "conema3.h"
    3435
    3536  INTEGER nd
     
    11341135    ! epmax_cape: ajout arguments
    11351136USE lmdz_abort_physic, ONLY: abort_physic
     1137USE lmdz_conema3
    11361138#ifdef ISO
    11371139USE infotrac_phy, ONLY: ntraciso=>ntiso
     
    11741176  include "cvthermo.h"
    11751177  include "cv30param.h"
    1176   include "conema3.h"
    11771178
    11781179  ! inputs:
     
    26682669#endif
    26692670#endif
     2671USE lmdz_cvflag
    26702672
    26712673  IMPLICIT NONE
     
    26742676  include "cvthermo.h"
    26752677  include "cv30param.h"
    2676   include "cvflag.h"
    26772678
    26782679  ! inputs:
     
    33773378#endif
    33783379                          )
     3380        USE lmdz_conema3
    33793381#ifdef ISO
    33803382    USE infotrac_phy, ONLY: ntraciso=>ntiso, niso, nzone, itZonIso
     
    33993401#endif
    34003402#endif
     3403USE lmdz_cvflag
    34013404
    34023405  IMPLICIT NONE
     
    34043407  include "cvthermo.h"
    34053408  include "cv30param.h"
    3406   include "cvflag.h"
    3407   include "conema3.h"
    34083409
    34093410  ! inputs:
     
    63366337                ,epmax_diag)
    63376338        USE lmdz_abort_physic, ONLY: abort_physic
     6339                USE lmdz_conema3
     6340
    63386341        IMPLICIT NONE
    63396342
     
    63456348 include "cvthermo.h"
    63466349 include "cv30param.h"
    6347  include "conema3.h"
    63486350
    63496351! inputs:
  • LMDZ6/branches/Amaury_dev/libf/phylmdiso/cv3_routines.F90

    r5139 r5140  
    99  USE lmdz_ioipsl_getin_p, ONLY: getin_p
    1010  USE lmdz_phys_para
     11  USE lmdz_conema3
     12  USE lmdz_cvflag
    1113
    1214  IMPLICIT NONE
     
    3638
    3739  include "cv3param.h"
    38   include "cvflag.h"
    39   include "conema3.h"
    4040
    4141  INTEGER, INTENT(IN)              :: nd
     
    183183
    184184SUBROUTINE cv3_incrcount(len, nd, delt, sig)
     185  USE lmdz_cvflag
    185186
    186187IMPLICIT NONE
     
    191192
    192193  include "cv3param.h"
    193   include "cvflag.h"
    194194
    195195!inputs:
     
    14671467  USE lmdz_print_control, ONLY: prt_level
    14681468  USE lmdz_abort_physic, ONLY: abort_physic
     1469USE lmdz_conema3
    14691470#ifdef ISO
    14701471USE infotrac_phy, ONLY: ntraciso=>ntiso
     
    14851486#endif
    14861487#endif
     1488USE lmdz_cvflag
    14871489  IMPLICIT NONE
    14881490
     
    15071509  include "cvthermo.h"
    15081510  include "cv3param.h"
    1509   include "conema3.h"
    1510   include "cvflag.h"
    15111511  include "YOMCST2.h"
    15121512
     
    27832783#endif
    27842784#endif
     2785USE lmdz_cvflag
    27852786  IMPLICIT NONE
    27862787
     
    27922793  include "cvthermo.h"
    27932794  include "cv3param.h"
    2794   include "cvflag.h"
    27952795
    27962796!inputs:
     
    36113611#endif
    36123612#endif
     3613USE lmdz_cvflag
    36133614  IMPLICIT NONE
    36143615
     
    36163617  include "cvthermo.h"
    36173618  include "cv3param.h"
    3618   include "cvflag.h"
    36193619
    36203620!inputs:
     
    46954695    USE lmdz_print_control, ONLY: lunout, prt_level
    46964696    USE add_phys_tend_mod, ONLY: fl_cor_ebil
     4697USE lmdz_conema3
    46974698
    46984699#ifdef ISO
     
    47164717#endif
    47174718#endif
     4719USE lmdz_cvflag
    47184720  IMPLICIT NONE
    47194721
    47204722  include "cvthermo.h"
    47214723  include "cv3param.h"
    4722   include "cvflag.h"
    4723   include "conema3.h"
    47244724
    47254725!inputs:
     
    75947594                 , pbase, p, ph, tv, buoy, sig, w0,iflag &
    75957595                 , epmax_diag)
     7596
     7597                  USE lmdz_conema3
     7598                  USE lmdz_cvflag
     7599
    75967600        IMPLICIT NONE
     7601
    75977602
    75987603        ! On fait varier epmax en fn de la cape
     
    76037608  include "cvthermo.h"
    76047609  include "cv3param.h" 
    7605   include "conema3.h"
    7606   include "cvflag.h"
    76077610
    76087611! inputs:
  • LMDZ6/branches/Amaury_dev/libf/phylmdiso/cv3p_mixing.F90

    r5117 r5140  
    3939#endif
    4040#endif
     41USE lmdz_cvflag
    4142  IMPLICIT NONE
    4243
     
    4445  include "cv3param.h"
    4546  include "YOMCST2.h"
    46   include "cvflag.h"
    4747
    4848!inputs:
  • LMDZ6/branches/Amaury_dev/libf/phylmdiso/cv_driver.F90

    r5117 r5140  
    12301230
    12311231  USE lmdz_ioipsl_getin_p, ONLY: getin_p
     1232  USE lmdz_cvflag
    12321233
    12331234  IMPLICIT NONE
     
    12361237  ! iflag_ice_thermo >=1
    12371238  INTEGER iflag_ice_thermo
    1238 
    1239   include "cvflag.h"
    12401239
    12411240  ! -- si .TRUE., on rend la gravite plus explicite et eventuellement
  • LMDZ6/branches/Amaury_dev/libf/phylmdiso/lmdz_comsoil.f90

    r5139 r5140  
    1 link ../phylmd/comsoil.h
     1link ../phylmd/lmdz_comsoil.f90
  • LMDZ6/branches/Amaury_dev/libf/phylmdiso/lmdz_conema3.f90

    r5139 r5140  
    1 link ../phylmd/conema3.h
     1link ../phylmd/lmdz_conema3.f90
  • LMDZ6/branches/Amaury_dev/libf/phylmdiso/lmdz_cvflag.f90

    r5139 r5140  
    1 link ../phylmd/cvflag.h
     1link ../phylmd/lmdz_cvflag.f90
  • LMDZ6/branches/Amaury_dev/libf/phylmdiso/physiq_mod.F90

    r5139 r5140  
    422422       USE lmdz_nuage_params
    423423    USE lmdz_compbl, ONLY: iflag_pbl, iflag_pbl_split, iflag_order2_sollw, ifl_pbltree
     424    USE lmdz_conema3
    424425
    425426    IMPLICIT NONE
     
    912913    EXTERNAL ajsec     ! ajustement sec
    913914    EXTERNAL conlmd    ! convection (schema LMD)
    914     EXTERNAL conema3  ! convect4.3
    915915    EXTERNAL hgardfou  ! verifier les temperatures
    916916    EXTERNAL nuage     ! calculer les proprietes radiatives
     
    12701270    include "YOETHF.h"
    12711271    include "FCTTRE.h"
    1272     !IM 100106 BEG : pouvoir sortir les ctes de la physique
    1273     include "conema3.h"
    1274     !IM 100106 END : pouvoir sortir les ctes de la physique
    12751272
    12761273    ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Note: See TracChangeset for help on using the changeset viewer.