Changeset 5271 for LMDZ6/trunk/libf/phylmdiso
- Timestamp:
- Oct 24, 2024, 4:25:39 PM (5 weeks ago)
- Location:
- LMDZ6/trunk/libf/phylmdiso
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmdiso/cv30_routines.F90
r4491 r5271 6360 6360 ! Toutes les autres variables fn de ep sont calculees plus bas. 6361 6361 6362 #include"cvthermo.h"6363 #include"cv30param.h"6364 #include"conema3.h"6362 INCLUDE "cvthermo.h" 6363 INCLUDE "cv30param.h" 6364 INCLUDE "conema3.h" 6365 6365 6366 6366 ! inputs: -
LMDZ6/trunk/libf/phylmdiso/isotopes_routines_mod.F90
r5270 r5271 28 28 implicit none 29 29 30 #include "YOMCST.h" 30 INCLUDE "YOMCST.h" 31 31 32 32 ! inputs … … 12969 12969 USE isotrac_mod, ONLY: izone_cont,index_zone,index_iso 12970 12970 #endif 12971 implicit none 12971 USE dimensions_mod, ONLY: iim, jjm, llm, ndm 12972 implicit none 12972 12973 12973 12974 ! gestion de la neige: on precipte dessus, sublime, effondre, … … 12975 12976 ! commun aux dfférentes sous-surfaces. 12976 12977 12977 #include "YOETHF.h" 12978 #include "FCTTRE.h" 12979 #include"YOMCST.h"12980 ! #include "dimensions.h"12981 ! #include"paramet.h"12978 INCLUDE "YOETHF.h" 12979 INCLUDE "FCTTRE.h" 12980 INCLUDE "YOMCST.h" 12981 ! 12982 !INCLUDE "paramet.h" 12982 12983 12983 12984 ! inputs … … 13543 13544 implicit none 13544 13545 13545 #include "YOETHF.h" 13546 #include "FCTTRE.h" 13547 #include"YOMCST.h"13546 INCLUDE "YOETHF.h" 13547 INCLUDE "FCTTRE.h" 13548 INCLUDE "YOMCST.h" 13548 13549 13549 13550 ! inputs … … 14456 14457 #endif 14457 14458 14458 implicit none 14459 14460 #include "YOETHF.h" 14461 #include "FCTTRE.h" 14462 #include "YOMCST.h" 14463 !#include "dimensions.h" 14464 !#include "paramet.h" 14459 USE dimensions_mod, ONLY: iim, jjm, llm, ndm 14460 implicit none 14461 14462 INCLUDE "YOETHF.h" 14463 INCLUDE "FCTTRE.h" 14464 INCLUDE "YOMCST.h" 14465 ! 14466 !INCLUDE "paramet.h" 14465 14467 14466 14468 ! inputs … … 15875 15877 ! equivalent de phyetat0 pour les isotopes 15876 15878 15877 #include"dimsoil.h"15878 #include"clesphys.h"15879 #include "compbl.h" 15879 INCLUDE "dimsoil.h" 15880 INCLUDE "clesphys.h" 15881 INCLUDE "compbl.h" 15880 15882 15881 15883 !#ifdef ISOVERIF … … 16050 16052 implicit none 16051 16053 16052 #include"dimsoil.h"16053 #include"clesphys.h"16054 ! #include"thermcell.h"16055 #include"compbl.h"16054 INCLUDE "dimsoil.h" 16055 INCLUDE "clesphys.h" 16056 ! INCLUDE "thermcell.h" 16057 INCLUDE "compbl.h" 16056 16058 16057 16059 ! arguments … … 16427 16429 IMPLICIT NONE 16428 16430 16429 #include"dimsoil.h"16430 #include"clesphys.h"16431 #include "compbl.h" 16431 INCLUDE "dimsoil.h" 16432 INCLUDE "clesphys.h" 16433 INCLUDE "compbl.h" 16432 16434 16433 16435 REAL, INTENT(IN) :: snow (klon,nbsrf) … … 16638 16640 implicit none 16639 16641 16640 #include"YOMCST.h"16642 INCLUDE "YOMCST.h" 16641 16643 16642 16644 ! input … … 18234 18236 USE isotopes_verif_mod 18235 18237 #endif 18236 implicit none 18237 18238 #include "YOMCST.h" 18239 #include "dimensions.h" 18238 USE dimensions_mod, ONLY: iim, jjm, llm, ndm 18239 implicit none 18240 18241 INCLUDE "YOMCST.h" 18242 18240 18243 ! pour avoir iim et jjm 18241 18244 … … 18379 18382 implicit none 18380 18383 18381 #include"YOMCST.h"18384 INCLUDE "YOMCST.h" 18382 18385 18383 18386 ! Arguments … … 18543 18546 ! normallement, niso en dimension suffirait, mais serait pas 18544 18547 ! cohérent avec les dimensions dans condiso_liq_ice 18545 ! #include"iso_verif.h"18548 !INCLUDE "iso_verif.h" 18546 18549 18547 18550 ! verif que qt n'est pas nul -
LMDZ6/trunk/libf/phylmdiso/phyredem.F90
r5204 r5271 519 519 ! equivalent isotopique de phyredem 520 520 521 #include"dimsoil.h"522 #include"clesphys.h"523 #include"alpale.h"524 #include "compbl.h" 521 INCLUDE "dimsoil.h" 522 INCLUDE "clesphys.h" 523 INCLUDE "alpale.h" 524 INCLUDE "compbl.h" 525 525 ! inputs 526 526 !REAL xtsol(niso,klon)
Note: See TracChangeset
for help on using the changeset viewer.