Changeset 5296 for LMDZ6/trunk/libf/phylmdiso
- Timestamp:
- Oct 30, 2024, 2:05:33 PM (2 months ago)
- Location:
- LMDZ6/trunk/libf/phylmdiso
- Files:
-
- 1 deleted
- 5 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmdiso/climb_hq_mod.F90
r5285 r5296 63 63 #endif 64 64 USE yomcst_mod_h 65 USE compbl_mod_h 65 66 66 67 ! This routine calculates recursivly the coefficients C and D … … 124 125 real, DIMENSION(klon) :: Acoef_XT_tmp,Bcoef_XT_tmp 125 126 integer ixt 126 #endif 127 ! Include 128 !**************************************************************************************** 129 INCLUDE "compbl.h" 127 #endif 130 128 131 129 #ifdef ISO … … 505 503 #endif 506 504 USE yomcst_mod_h 505 USE compbl_mod_h 507 506 ! 508 507 ! This routine calculates the flux and tendency of the specific humidity q and … … 555 554 #endif 556 555 557 ! Include558 !****************************************************************************************559 INCLUDE "compbl.h"560 561 556 !**************************************************************************************** 562 557 ! 1) -
LMDZ6/trunk/libf/phylmdiso/compbl_mod_h.f90
r5295 r5296 1 link ../phylmd/compbl .h1 link ../phylmd/compbl_mod_h.f90 -
LMDZ6/trunk/libf/phylmdiso/isotopes_routines_mod.F90
r5285 r5296 15877 15877 #endif 15878 15878 15879 USE compbl_mod_h 15879 15880 USE clesphys_mod_h 15880 15881 implicit none 15881 15882 15882 15883 ! equivalent de phyetat0 pour les isotopes 15883 INCLUDE "compbl.h"15884 15884 15885 15885 !#ifdef ISOVERIF … … 16052 16052 USE isotrac_mod, ONLY: index_iso,index_zone,izone_init 16053 16053 #endif 16054 USE compbl_mod_h 16054 16055 USE clesphys_mod_h 16055 16056 implicit none 16056 INCLUDE "compbl.h"16057 16057 16058 16058 ! arguments … … 16426 16426 USE isotrac_mod, ONLY: strtrac, initialisation_isotrac, index_iso, index_zone, izone_init 16427 16427 #endif 16428 USE compbl_mod_h 16428 16429 USE clesphys_mod_h 16429 16430 IMPLICIT NONE 16430 INCLUDE "compbl.h"16431 16431 16432 16432 REAL, INTENT(IN) :: snow (klon,nbsrf) -
LMDZ6/trunk/libf/phylmdiso/phyetat0_mod.F90
r5285 r5296 64 64 USE yomcst_mod_h 65 65 USE alpale_mod 66 USE compbl_mod_h 66 67 IMPLICIT none 67 68 !====================================================================== 68 69 ! Auteur(s) Z.X. Li (LMD/CNRS) date: 19930818 69 70 ! Objet: Lecture de l'etat initial pour la physique 70 !====================================================================== 71 include "compbl.h" 72 73 !====================================================================== 71 !====================================================================== !====================================================================== 74 72 CHARACTER*(*) fichnom 75 73 -
LMDZ6/trunk/libf/phylmdiso/phyredem.F90
r5284 r5296 46 46 #endif 47 47 #endif 48 USE alpale_mod 48 USE compbl_mod_h 49 USE alpale_mod 49 50 USE clesphys_mod_h 50 51 USE carbon_cycle_mod, ONLY : carbon_cycle_cpl, co2_send, carbon_cycle_rad, RCO2_glo … … 57 58 58 59 IMPLICIT none 59 include "compbl.h"60 60 !====================================================================== 61 61 CHARACTER*(*) fichnom … … 512 512 use isotrac_mod, only: index_zone,index_iso,strtrac 513 513 #endif 514 USE compbl_mod_h 514 515 USE alpale_mod 515 516 USE clesphys_mod_h … … 518 519 519 520 ! equivalent isotopique de phyredem 520 INCLUDE "compbl.h"521 521 ! inputs 522 522 !REAL xtsol(niso,klon) -
LMDZ6/trunk/libf/phylmdiso/physiq_mod.F90
r5293 r5296 435 435 USE yoethf_mod_h 436 436 USE calcul_divers_mod_h, ONLY: calcul_divers 437 437 USE compbl_mod_h 438 438 IMPLICIT NONE 439 439 !>====================================================================== … … 1285 1285 !IM 100106 BEG : pouvoir sortir les ctes de la physique 1286 1286 include "nuage.h" 1287 include "compbl.h"1288 1287 !IM 100106 END : pouvoir sortir les ctes de la physique 1289 1288 !
Note: See TracChangeset
for help on using the changeset viewer.