Changeset 5273 for LMDZ6/trunk/libf/phylmdiso
- Timestamp:
- Oct 25, 2024, 1:41:15 PM (5 weeks ago)
- Location:
- LMDZ6/trunk/libf/phylmdiso
- Files:
-
- 5 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmdiso/dimsoil_mod_h.f90
r5272 r5273 1 link ../phylmd/dimsoil .h1 link ../phylmd/dimsoil_mod_h.f90 -
LMDZ6/trunk/libf/phylmdiso/isotopes_routines_mod.F90
r5272 r5273 15877 15877 implicit none 15878 15878 15879 ! equivalent de phyetat0 pour les isotopes 15880 15881 INCLUDE "dimsoil.h" 15879 ! equivalent de phyetat0 pour les isotopes 15882 15880 INCLUDE "clesphys.h" 15883 15881 INCLUDE "compbl.h" … … 16053 16051 #endif 16054 16052 implicit none 16055 16056 INCLUDE "dimsoil.h"16057 16053 INCLUDE "clesphys.h" 16058 16054 ! INCLUDE "thermcell.h" … … 16430 16426 #endif 16431 16427 IMPLICIT NONE 16432 16433 INCLUDE "dimsoil.h"16434 16428 INCLUDE "clesphys.h" 16435 16429 INCLUDE "compbl.h" -
LMDZ6/trunk/libf/phylmdiso/phyaqua_mod.F90
r5270 r5273 45 45 USE infotrac_phy, ONLY: niso 46 46 #endif 47 USE dimsoil_mod_h, ONLY: nsoilmx 47 48 48 49 IMPLICIT NONE … … 50 51 include "YOMCST.h" 51 52 include "clesphys.h" 52 include "dimsoil.h"53 53 54 54 INTEGER, INTENT (IN) :: nlon, year_len, iflag_phys -
LMDZ6/trunk/libf/phylmdiso/phyetat0_mod.F90
r5204 r5273 59 59 #endif 60 60 #endif 61 USE dimsoil_mod_h, ONLY: nsoilmx 61 62 62 63 IMPLICIT none … … 65 66 ! Objet: Lecture de l'etat initial pour la physique 66 67 !====================================================================== 67 include "dimsoil.h"68 68 include "clesphys.h" 69 69 include "alpale.h" -
LMDZ6/trunk/libf/phylmdiso/phyredem.F90
r5271 r5273 51 51 USE ocean_slab_mod, ONLY : nslay, tslab, seaice, tice, fsic 52 52 USE time_phylmdz_mod, ONLY: annee_ref, day_end, itau_phy, pdtphys 53 use config_ocean_skin_m, only: activate_ocean_skin 53 use config_ocean_skin_m, only: activate_ocean_skin 54 USE dimsoil_mod_h, ONLY: nsoilmx 54 55 55 56 IMPLICIT none 56 57 include "dimsoil.h"58 57 include "clesphys.h" 59 58 include "alpale.h" … … 513 512 use isotrac_mod, only: index_zone,index_iso,strtrac 514 513 #endif 515 !USE phyredem, ONLY: put_field_srf1 516 514 USE dimsoil_mod_h, ONLY: nsoilmx 517 515 implicit none 518 516 519 517 ! equivalent isotopique de phyredem 520 521 INCLUDE "dimsoil.h"522 518 INCLUDE "clesphys.h" 523 519 INCLUDE "alpale.h" -
LMDZ6/trunk/libf/phylmdiso/physiq_mod.F90
r5267 r5273 485 485 486 486 include "regdim.h" 487 include "dimsoil.h"488 487 include "clesphys.h" 489 488 include "alpale.h"
Note: See TracChangeset
for help on using the changeset viewer.