Changeset 5134 for LMDZ6/branches/Amaury_dev/libf/phylmd/Dust
- Timestamp:
- Jul 26, 2024, 5:56:37 PM (12 months ago)
- Location:
- LMDZ6/branches/Amaury_dev/libf/phylmd/Dust
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/phylmd/Dust/aeropt_spl.f90
r5105 r5134 10 10 USE dimphy 11 11 USE infotrac 12 IMPLICIT none12 IMPLICIT NONE 13 13 ! 14 14 INCLUDE "chem.h" -
LMDZ6/branches/Amaury_dev/libf/phylmd/Dust/cltrac_spl.f90
r5105 r5134 3 3 4 4 USE dimphy 5 IMPLICIT none5 IMPLICIT NONE 6 6 !====================================================================== 7 7 ! Auteur(s): O. Boucher (LOA/LMD) date: 19961127 -
LMDZ6/branches/Amaury_dev/libf/phylmd/Dust/condsurfc.f90
r5117 r5134 5 5 USE dimphy 6 6 USE netcdf, ONLY: nf90_close, nf90_noerr, nf90_inq_varid, nf90_open, nf90_nowrite, nf90_get_var 7 IMPLICIT none7 IMPLICIT NONE 8 8 9 9 ! Lire les conditions aux limites du modele pour la chimie. -
LMDZ6/branches/Amaury_dev/libf/phylmd/Dust/condsurfc_new.f90
r5117 r5134 7 7 USE dimphy 8 8 USE netcdf, ONLY: nf90_get_var, nf90_close, nf90_noerr, nf90_inq_varid, nf90_open, nf90_nowrite 9 IMPLICIT none9 IMPLICIT NONE 10 10 11 11 ! Lire les conditions aux limites du modele pour la chimie. -
LMDZ6/branches/Amaury_dev/libf/phylmd/Dust/condsurfs.f90
r5117 r5134 6 6 USE netcdf, ONLY: nf90_close, nf90_noerr, nf90_inq_varid, nf90_open, & 7 7 nf90_nowrite, nf90_get_var 8 IMPLICIT none8 IMPLICIT NONE 9 9 10 10 ! Lire les conditions aux limites du modele pour la chimie. -
LMDZ6/branches/Amaury_dev/libf/phylmd/Dust/condsurfs_new.f90
r5117 r5134 10 10 USE dimphy 11 11 USE netcdf, ONLY: nf90_get_var, nf90_inq_varid, nf90_close, nf90_noerr, nf90_open, nf90_nowrite 12 IMPLICIT none12 IMPLICIT NONE 13 13 14 14 ! Lire les conditions aux limites du modele pour la chimie. -
LMDZ6/branches/Amaury_dev/libf/phylmd/Dust/lsc_scav_orig.F90
r5117 r5134 21 21 !===================================================================== 22 22 23 include"dimensions.h"24 include"chem.h"25 include"YOECUMF.h"23 INCLUDE "dimensions.h" 24 INCLUDE "chem.h" 25 INCLUDE "YOECUMF.h" 26 26 27 27 REAL,INTENT(IN) :: pdtime ! time step (s) -
LMDZ6/branches/Amaury_dev/libf/phylmd/Dust/lsc_scav_spl.F90
r5117 r5134 23 23 ! SPLA version taken from trunk revision 2041 24 24 25 include"dimensions.h"26 include"chem.h"27 include"YOECUMF.h"25 INCLUDE "dimensions.h" 26 INCLUDE "chem.h" 27 INCLUDE "YOECUMF.h" 28 28 29 29 REAL,INTENT(IN) :: pdtime ! time step (s) -
LMDZ6/branches/Amaury_dev/libf/phylmd/Dust/phys_output_write_spl_mod.F90
r5123 r5134 75 75 !JE20150620>> 76 76 77 ! Author: Abderrahmane IDELKADI (original includefile)77 ! Author: Abderrahmane IDELKADI (original INCLUDE file) 78 78 ! Author: Laurent FAIRHEAD (transformation to module/subroutine) 79 79 ! Author: Ulysse GERARD (effective implementation) … … 396 396 USE lmdz_yomcst 397 397 USE lmdz_iniprint, ONLY: lunout, prt_level 398 USE lmdz_alpale 398 399 399 400 IMPLICIT NONE … … 401 402 ! INCLUDE "temps.h" 402 403 INCLUDE "clesphys.h" 403 INCLUDE "alpale.h"404 404 INCLUDE "compbl.h" 405 405 INCLUDE "dimensions.h" -
LMDZ6/branches/Amaury_dev/libf/phylmd/Dust/phytracr_spl_mod.F90
r5133 r5134 798 798 799 799 USE lmdz_yomcst 800 801 IMPLICIT none 800 USE lmdz_alpale 801 802 IMPLICIT NONE 802 803 803 804 !====================================================================== … … 817 818 INCLUDE "YOETHF.h" 818 819 INCLUDE "paramet.h" 819 INCLUDE "alpale.h"820 820 821 821 !====================================================================== … … 1161 1161 ! JE for updating in cltrac 1162 1162 REAL, DIMENSION(klon, klev) :: delp ! epaisseur de couche (Pa) 1163 !! JE for includegas to particle conversion in output1163 !! JE for INCLUDE gas to particle conversion in output 1164 1164 ! REAL his_g2pgas(klon) ! gastoparticle in gas units (check!) 1165 1165 ! REAL his_g2paer(klon) ! gastoparticle in aerosol units (check!) -
LMDZ6/branches/Amaury_dev/libf/phylmd/Dust/tiedqneg.f90
r5106 r5134 2 2 3 3 USE dimphy 4 IMPLICIT none4 IMPLICIT NONE 5 5 !====================================================================== 6 6 ! Auteur(s): CG (LGGE/CNRS) date: 19950201
Note: See TracChangeset
for help on using the changeset viewer.