Changeset 5139 for LMDZ6/branches/Amaury_dev/libf/phylmdiso
- Timestamp:
- Jul 29, 2024, 9:59:33 AM (3 months ago)
- Location:
- LMDZ6/branches/Amaury_dev/libf/phylmdiso
- Files:
-
- 2 deleted
- 6 edited
- 3 moved
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/phylmdiso/climb_hq_mod.F90
r5136 r5139 56 56 #endif 57 57 ) 58 USE lmdz_compbl, ONLY: iflag_pbl, iflag_pbl_split, iflag_order2_sollw, ifl_pbltree 58 59 #ifdef ISOVERIF 59 60 USE isotopes_mod, ONLY: iso_eau,iso_HDO … … 126 127 !**************************************************************************************** 127 128 INCLUDE "YOMCST.h" 128 INCLUDE "compbl.h" 129 129 130 130 #ifdef ISO 131 131 #ifdef ISOVERIF … … 498 498 ) 499 499 500 USE lmdz_compbl, ONLY: iflag_pbl, iflag_pbl_split, iflag_order2_sollw, ifl_pbltree 500 501 #ifdef ISOVERIF 501 502 USE infotrac_phy, ONLY: nzone … … 555 556 !**************************************************************************************** 556 557 INCLUDE "YOMCST.h" 557 INCLUDE "compbl.h"558 559 558 !**************************************************************************************** 560 559 ! 1) -
LMDZ6/branches/Amaury_dev/libf/phylmdiso/cv3_routines.F90
r5132 r5139 3588 3588 USE lmdz_print_control, ONLY: prt_level, lunout 3589 3589 USE lmdz_abort_physic, ONLY: abort_physic 3590 USE lmdz_nuage_params 3590 3591 #ifdef ISO 3591 3592 USE infotrac_phy, ONLY: ntraciso=>ntiso … … 3616 3617 include "cv3param.h" 3617 3618 include "cvflag.h" 3618 include "nuage.h"3619 3619 3620 3620 !inputs: -
LMDZ6/branches/Amaury_dev/libf/phylmdiso/isotopes_routines_mod.F90
r5137 r5139 15720 15720 iso_HTO 15721 15721 USE lmdz_clesphys 15722 USE lmdz_compbl, ONLY: iflag_pbl, iflag_pbl_split, iflag_order2_sollw, ifl_pbltree 15722 15723 #ifdef ISOVERIF 15723 15724 USE isotopes_verif_mod … … 15728 15729 15729 15730 include "dimsoil.h" 15730 include "compbl.h"15731 15731 15732 15732 !#ifdef ISOVERIF … … 15894 15894 & Rdefault,iso_O17,ridicule,ridicule_qsol 15895 15895 USE lmdz_clesphys 15896 USE lmdz_compbl, ONLY: iflag_pbl, iflag_pbl_split, iflag_order2_sollw, ifl_pbltree 15896 15897 #ifdef ISOVERIF 15897 15898 USE isotopes_verif_mod … … 15903 15904 15904 15905 include "dimsoil.h" 15905 include "compbl.h"15906 15906 15907 15907 ! arguments … … 16275 16275 #endif 16276 16276 USE lmdz_clesphys 16277 USE lmdz_compbl, ONLY: iflag_pbl, iflag_pbl_split, iflag_order2_sollw, ifl_pbltree 16278 16277 16279 IMPLICIT NONE 16278 16280 16279 16281 include "dimsoil.h" 16280 include "compbl.h"16281 16282 16282 16283 REAL, INTENT(IN) :: snow (klon,nbsrf) -
LMDZ6/branches/Amaury_dev/libf/phylmdiso/lmdz_compbl.f90
r5138 r5139 1 link ../phylmd/ compbl.h1 link ../phylmd/lmdz_compbl.f90 -
LMDZ6/branches/Amaury_dev/libf/phylmdiso/lmdz_flux_arp.f90
r5138 r5139 1 link ../phylmd/ flux_arp.h1 link ../phylmd/lmdz_flux_arp.f90 -
LMDZ6/branches/Amaury_dev/libf/phylmdiso/lmdz_nuage_params.f90
r5138 r5139 1 link ../phylmd/ nuage.h1 link ../phylmd/lmdz_nuage_params.f90 -
LMDZ6/branches/Amaury_dev/libf/phylmdiso/phyetat0_mod.F90
r5137 r5139 53 53 USE lmdz_alpale 54 54 USE lmdz_clesphys 55 USE lmdz_compbl, ONLY: iflag_pbl, iflag_pbl_split, iflag_order2_sollw, ifl_pbltree 55 56 #ifdef ISO 56 57 USE infotrac_phy, ONLY: niso … … 68 69 !====================================================================== 69 70 include "dimsoil.h" 70 include "compbl.h"71 71 include "YOMCST.h" 72 72 !====================================================================== -
LMDZ6/branches/Amaury_dev/libf/phylmdiso/phyredem.F90
r5137 r5139 54 54 USE lmdz_alpale 55 55 USE lmdz_clesphys 56 USE lmdz_compbl, ONLY: iflag_pbl, iflag_pbl_split, iflag_order2_sollw, ifl_pbltree 56 57 57 58 IMPLICIT NONE 58 59 59 60 include "dimsoil.h" 60 include "compbl.h"61 61 !====================================================================== 62 62 CHARACTER*(*) fichnom … … 511 511 USE lmdz_alpale 512 512 USE lmdz_clesphys 513 USE lmdz_compbl, ONLY: iflag_pbl, iflag_pbl_split, iflag_order2_sollw, ifl_pbltree 513 514 514 515 IMPLICIT NONE … … 517 518 518 519 include "dimsoil.h" 519 include "compbl.h"520 520 ! inputs 521 521 !REAL xtsol(niso,klon) -
LMDZ6/branches/Amaury_dev/libf/phylmdiso/physiq_mod.F90
r5137 r5139 420 420 USE lmdz_alpale 421 421 USE lmdz_clesphys 422 USE lmdz_nuage_params 423 USE lmdz_compbl, ONLY: iflag_pbl, iflag_pbl_split, iflag_order2_sollw, ifl_pbltree 422 424 423 425 IMPLICIT NONE … … 1270 1272 !IM 100106 BEG : pouvoir sortir les ctes de la physique 1271 1273 include "conema3.h" 1272 include "nuage.h"1273 include "compbl.h"1274 1274 !IM 100106 END : pouvoir sortir les ctes de la physique 1275 1275
Note: See TracChangeset
for help on using the changeset viewer.