Changeset 5140 for LMDZ6/branches/Amaury_dev/libf/dyn3d_common
- Timestamp:
- Jul 29, 2024, 10:57:23 AM (5 months ago)
- Location:
- LMDZ6/branches/Amaury_dev/libf/dyn3d_common
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/dyn3d_common/control_mod.F90
r5101 r5140 1 2 ! $Id $3 4 1 MODULE control_mod 5 6 ! LF 01/20107 ! Remplacement du fichier et common control8 9 2 IMPLICIT NONE 10 3 -
LMDZ6/branches/Amaury_dev/libf/dyn3d_common/diverg.f90
r5136 r5140 19 19 ! div est un argument de sortie pour le s-prog 20 20 ! 21 ! 22 ! --------------------------------------------------------------------- 23 ! 24 ! ATTENTION : pendant ce s-pg , ne pas toucher au COMMON/scratch/ . 25 ! 26 ! --------------------------------------------------------------------- 21 27 22 INCLUDE "dimensions.h" 28 23 INCLUDE "paramet.h" -
LMDZ6/branches/Amaury_dev/libf/dyn3d_common/diverg_gam.f90
r5136 r5140 20 20 ! div est un argument de sortie pour le s-prog 21 21 ! 22 !23 ! ---------------------------------------------------------------------24 !25 ! ATTENTION : pendant ce s-pg , ne pas toucher au COMMON/scratch/ .26 !27 ! ---------------------------------------------------------------------28 22 INCLUDE "dimensions.h" 29 23 INCLUDE "paramet.h" -
LMDZ6/branches/Amaury_dev/libf/dyn3d_common/divergf.f90
r5136 r5140 19 19 ! x et y sont des arguments d'entree pour le s-prog 20 20 ! div est un argument de sortie pour le s-prog 21 ! 22 ! 23 ! --------------------------------------------------------------------- 24 ! 25 ! ATTENTION : pendant ce s-pg , ne pas toucher au COMMON/scratch/ . 26 ! 27 ! --------------------------------------------------------------------- 21 28 22 INCLUDE "dimensions.h" 29 23 INCLUDE "paramet.h" -
LMDZ6/branches/Amaury_dev/libf/dyn3d_common/interpre.f90
r5136 r5140 40 40 41 41 ! CALCUL DE LA PRESSION DE SURFACE 42 ! Les coefficients ap et bp sont passés en common43 42 ! Calcul de la pression au sol en mb optimisée pour 44 43 ! la vectorialisation -
LMDZ6/branches/Amaury_dev/libf/dyn3d_common/lmdz_comdissnew.f90
r5134 r5140 15 15 16 16 REAL tetagdiv, tetagrot, tetatemp, coefdis 17 ! ... Les parametres de ce commoncomdissnew sont lues par defrun_new17 ! ... Les parametres de ce lmdz_comdissnew sont lues par defrun_new 18 18 ! sur le fichier run.def .... 19 19 END MODULE lmdz_comdissnew
Note: See TracChangeset
for help on using the changeset viewer.